Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 619 Bytes

short-ladybugs-develop.md

File metadata and controls

14 lines (11 loc) · 619 Bytes
@graphql-tools/merge @graphql-tools/schema @graphql-tools/stitch @graphql-tools/utils
major
minor
minor
minor
  • schemaExtensions option has been added to mergeSchemas, makeExecutableSchema and stitchSchemas configurations

Breaking Changes;

  • Move mergeSchemas and MergeSchemasConfig from @graphql-tools/merge to @graphql-tools/schema package to prevent circular dependency between them.
  • mergeSchemasAsync has been removed.
  • Move NamedDefinitionNode, resetComments, collectComment, pushComment and printComment from @graphql-tools/merge to @graphql-tools/utils.