0.2.0 • Published 6 years ago

graphql-schema-subset v0.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

graphql-schema-subset

Builds a subset of your GraphQL schema. This is designed to build a subset of your schema that can be exposed publically.

Features

  • Automatically strips all schema directives.
  • Supports preserving a subset of the fields in the Query, Mutation, and Subscription types.
  • Removes any unused types in the schema.

TODO:

  • Add tests for enums and unions and such.
0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago