4.13.0 • Published 5 months ago

gatsby-plugin-schema-snapshot v4.13.0

Weekly downloads
11,754
License
MIT
Repository
github
Last release
5 months ago

gatsby-plugin-schema-snapshot

Create a snapshot of the GraphQL schema.

Saves a minimal schema to file, adds the @dontInfer directive to all top-level types, and re-creates the schema from the saved type definitions during bootstrap. Use this plugin if you intend to lock-down a project's GraphQL schema.

Options

All configuration options are optional.

{
  // Path where the type definitions will be saved to
  path: `schema.gql`,
  // include types by name, or all types owned by a plugin
  include: {
    types: [],
    plugins: [],
  },
  // exclude types by name, or all types owned by a plugin
  // by default, internal and built-in types are excluded
  exclude: {
    types: [],
    plugins: [],
  },
  // ensure all field types are included
  // don't turn this off unless you have a very good reason to
  withFieldTypes: true,
  // manually control if a saved schema snapshot should be replaced with an
  // updated version
  update: false,
}

Example

// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-schema-snapshot`,
      options: {
        path: `schema.gql`,
        exclude: {
          plugins: [`gatsby-source-npm-package-search`],
        },
        update: process.env.GATSBY_UPDATE_SCHEMA_SNAPSHOT,
      },
    },
  ],
}
4.13.0

5 months ago

4.14.0-next.0

5 months ago

4.12.0

9 months ago

4.10.0

12 months ago

4.13.0-next.0

10 months ago

4.12.0-next.0

11 months ago

4.11.0-next.0

12 months ago

4.11.0

11 months ago

4.9.0

1 year ago

4.10.0-next.0

1 year ago

4.8.0

1 year ago

4.8.0-next.0

1 year ago

4.7.0

1 year ago

4.9.0-next.0

1 year ago

4.4.0

1 year ago

4.6.0-next.0

1 year ago

4.7.0-next.0

1 year ago

4.6.0

1 year ago

4.5.0

1 year ago

4.1.0-next.0

2 years ago

2.15.0

1 year ago

4.3.0-next.0

1 year ago

4.0.0

2 years ago

4.2.0-next.0

1 year ago

4.3.0

1 year ago

3.25.0

1 year ago

4.2.0

1 year ago

4.0.0-next.1

2 years ago

4.0.0-next.0

2 years ago

4.4.0-next.0

1 year ago

4.5.0-next.0

1 year ago

4.1.0

1 year ago

3.24.0

2 years ago

3.23.0-next.0

2 years ago

3.22.0

2 years ago

3.23.0

2 years ago

3.24.0-next.0

2 years ago

3.25.0-next.0

2 years ago

3.21.0-next.0

2 years ago

3.20.0

2 years ago

3.17.0

2 years ago

3.21.0

2 years ago

3.17.0-next.0

2 years ago

3.18.0

2 years ago

3.18.0-next.0

2 years ago

3.22.0-next.0

2 years ago

3.15.0

2 years ago

3.19.0

2 years ago

3.16.0-next.0

2 years ago

3.19.0-next.0

2 years ago

3.19.0-next.1

2 years ago

3.20.0-next.0

2 years ago

3.16.0

2 years ago

3.15.0-next.0

2 years ago

3.14.0

2 years ago

3.13.0

2 years ago

3.14.0-next.0

2 years ago

3.12.1

2 years ago

3.12.0

2 years ago

3.12.0-next.0

2 years ago

3.13.0-next.0

2 years ago

3.10.0

2 years ago

3.11.0-next.0

2 years ago

3.11.0

2 years ago

3.10.0-next.1

2 years ago

3.10.0-next.0

2 years ago

3.9.0

2 years ago

3.6.0-next.0

2 years ago

3.4.0

2 years ago

3.8.0

2 years ago

3.6.0

2 years ago

3.5.0-next.0

2 years ago

3.8.0-next.0

2 years ago

3.9.0-next.0

2 years ago

3.4.0-next.0

2 years ago

3.3.0

2 years ago

3.7.0

2 years ago

3.5.1

2 years ago

3.7.0-next.0

2 years ago

3.5.0

2 years ago

3.2.0

2 years ago

3.3.0-next.0

2 years ago

3.2.0-next.0

3 years ago

3.1.0

3 years ago

3.1.0-next.0

3 years ago

3.0.0

3 years ago

3.0.0-zz-next.2

3 years ago

2.14.0

3 years ago

3.0.0-zz-next.1

3 years ago

3.0.0-zz-next.13

3 years ago

3.0.0-next.0

3 years ago

2.14.0-next.4

3 years ago

2.14.0-next.2

3 years ago

2.14.0-next.1

3 years ago

2.13.0

3 years ago

2.14.0-next.0

3 years ago

2.12.0

3 years ago

2.13.0-next.0

3 years ago

2.11.0

3 years ago

2.12.0-next.0

3 years ago

2.10.0

3 years ago

2.11.0-next.0

3 years ago

2.9.0

3 years ago

2.10.0-next.0

3 years ago

2.8.0

3 years ago

2.9.0-next.0

3 years ago

2.8.0-next.0

3 years ago

2.7.0

3 years ago

2.6.0

3 years ago

2.5.0-next.0

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.6.0-next.0

3 years ago

2.7.0-next.0

3 years ago

2.3.0

3 years ago

2.4.0-next.0

3 years ago

2.2.0

3 years ago

2.3.0-next.0

3 years ago

2.1.0

3 years ago

2.2.0-next.0

3 years ago

2.1.0-next.2

3 years ago

2.0.0

3 years ago

2.1.0-next.1

3 years ago

2.0.0-v3rc.0

3 years ago

2.1.0-next.0

3 years ago

2.0.0-next.0

3 years ago

1.7.0

3 years ago

1.8.0-next.0

3 years ago

1.6.0

3 years ago

1.7.0-next.0

3 years ago

1.5.0

3 years ago

1.6.0-next.0

3 years ago

1.4.0

3 years ago

1.5.0-next.0

3 years ago

1.3.0

3 years ago

1.4.0-next.0

3 years ago

1.2.0

3 years ago

1.3.0-next.0

3 years ago

1.1.0

3 years ago

1.2.0-next.0

3 years ago

1.1.0-next.0

4 years ago

1.0.0

5 years ago