graphql-modules

2.3.0

Minor Changes

2.2.1

Patch Changes

2.2.0

Minor Changes

Patch Changes

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

  • c0a3d556: Allow to overwrite providers when using testkit.testModule

Patch Changes

  • 9e5ec3ae: Add a deprecation note for createSchemaForApollo method
  • 285987c6: Fix a memory leak related to ExecutionContext and Promises

2.0.0

Major Changes

Minor Changes

  • 75552e67: feat: GraphQL v16 support
  • c084f1e4: ESM support

1.4.4

Patch Changes

  • 9ec7fa0c: Fix the failure of missing session when multi-mutation operation

1.4.3

Patch Changes

  • e206539c: Use correct __resolveObject signature
  • 648d81fe: Adds a validation of typeDefs to be DocumentNodes

1.4.2

Patch Changes

  • f8e6e15: Fix missing ApolloServer cacheControl in GraphQLResolveInfo

1.4.1

Patch Changes

  • fefca5d: Fix race condition between Inject and Injectable

1.4.0

Minor Changes

  • 499c81a: Support __resolveObject
  • 499c81a: Manual control of GraphQL operation

1.3.0

Minor Changes

  • f138e08: Support __resolverReference resolver for federation

1.2.1

Patch Changes

  • 9a59787: Allow inheritance of resolvers defined in interfaces

1.2.0

Minor Changes

  • f38ff90: Introduce testkit.mockApplication
  • f38ff90: Custom GraphQLSchema builder
  • f38ff90: Introduce testkit.mockModule

1.1.0

Minor Changes

  • 8db9f91: Testing utilities

1.0.0

Complete rewrite of GraphQL Modules based on lessons learned from using and maintaining v0 releases. The “Introduction to GraphQL Modules” page will help you understand the new version.

For migration guide, please check “Migration from v0.X” chapter in docs.