Skip to content

Releases: graphql-hive/graphql-modules

[email protected]

22 Jul 09:58
742df3a

Choose a tag to compare

Patch Changes

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

[email protected]

23 Jun 06:29
de36e70

Choose a tag to compare

Patch Changes

  • e206539: Use correct __resolveObject signature
  • 648d81f: Adds a validation of typeDefs to be DocumentNodes

[email protected]

22 Mar 09:31
2613834

Choose a tag to compare

Patch Changes

  • f8e6e15: Fix missing ApolloServer cacheControl in GraphQLResolveInfo

v1.4.1

02 Mar 12:00
7f8178c

Choose a tag to compare

Patch Changes

  • fefca5d: Fix race condition between Inject and Injectable

v1.4.0

02 Mar 11:34
18fbe28

Choose a tag to compare

Minor Changes

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

v1.3.0

02 Mar 11:20
5b16154

Choose a tag to compare

Minor Changes

  • f138e08: Support __resolverReference resolver for federation

v1.2.1

08 Jan 11:35
52ccd94

Choose a tag to compare

Patch Changes

  • 9a59787: Allow inheritance of resolvers defined in interfaces

v1.2.0

07 Jan 16:46
85f75f4

Choose a tag to compare

Minor Changes

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

v1.1.0

21 Dec 12:55
597acfb

Choose a tag to compare

Minor Changes

v1.0.0

01 Dec 13:46
9a3f9ad

Choose a tag to compare

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.