1.1.31 • Published 1 year ago

gatsby-plugin-schema-export v1.1.31

Weekly downloads
69
License
MIT
Repository
-
Last release
1 year ago

gatsby-plugin-schema-export

Exports the current Gatsby schema to a *.graphql file.

Installation

Install

pnpm add gatsby-plugin-schema-export

Without options

The generated schema will be written to generated/schema.graphql.

// gatsby-config.js
  ...
  plugins: [
    'gatsby-plugin-schema-export',
     ...
  ],

With options

The generated schema will be written to schema/gatsbySchema.graphql.

// gatsby-config.js
  ...
  plugins: [
    {
      resolve: `gatsby-plugin-schema-export`,
      options: {
        dest: `schemas/gatsbySchema.graphql`,
      },
    },
     ...
  ],

Usage

The generated schema will be written to generated/schema.graphql unless the dest option is set.

1.1.31

1 year ago

1.1.29

1 year ago

1.1.28

2 years ago

1.1.30

1 year ago

1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.23

2 years ago

1.1.22

2 years ago

1.1.24

2 years ago

1.1.21

2 years ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.20

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago