Skip to content

Releases: ardatan/graphql-toolkit

v0.2.10

16 May 08:57
Compare
Choose a tag to compare
  • Fixed issues with error being swallowed then trying to load schema from a file that causes an error.

v0.2.4

11 Mar 12:22
edd5b0d
Compare
Choose a tag to compare
  • Update dependencies
  • Fix issues with non-glob paths (#48)

v0.2.3

07 Mar 09:18
Compare
Choose a tag to compare
  • Added printSchemaWithDirectives that allow you to print a GraphQLSchema without loosing the directives.

v0.2.1

07 Mar 09:08
e312052
Compare
Choose a tag to compare
  • Fixed issues with peer dependencies (36519c5)
  • Fix issue with schema handler and non-glob (7d2f919)
  • Upgrade graphql-tag-pluck to fix issues with gql import from graphql-server-express (67e4613)
  • Update dependencies

v0.2.0

01 Mar 10:01
Compare
Choose a tag to compare
  • Allow to customize graphql-tag-pluck (#36)
  • BREAKING CHANGE: changed the order of loadDocuments arguments (those should be turned into key-value object).

v0.1.1

28 Feb 07:02
Compare
Choose a tag to compare
  • Remove ArgsType and ReturnType (#35)

v0.1.0

27 Feb 14:40
Compare
Choose a tag to compare
  • Update dependencies
  • Fixed issues with documents validation errors (#34)
  • Fix for schema from introspection loader (8858a0a)
  • Allow CommonJS and es2015 bundle to enable tree shaking (39b9126)
  • Added tslib to reduce bundle size (0c2a5a2)
  • Fix for issues with merging scalars (67ccd2c)
  • Can select typeDefs while extracting resolvers from schema (582efa9)
  • Enhance mergeSchemas config (1630e8f)
  • Add deprecation warning to mergeGraphQLSchemas (1718593)
  • Introduce mergeSchemas (89554cd)
  • Better schema merging and allow ability to extract resolvers from existing GraphQLSchema (#8)

v0.0.5

03 Feb 08:33
Compare
Choose a tag to compare

Bug fixes

  • Skip schema files when loading document files
  • Skip document files when loading schema files
  • Skip empty files when loading schema/document files
  • Allow schema from JSON not to be wrapped with data field

New tools