Releases: graphql-hive/graphql-modules
Releases · graphql-hive/graphql-modules
v0.7.7
v0.7.6
- Throw if error is not related to service identifier (#460)
- Fix resolver types (#513)
- Fix high memory usage on directive with arguments (#506)
- Fix an issue with overwritten scalar name (#497)
- NEW feature Mocking (#464).
-
- You can now mock every part of module;
Module.mock({ context: { foo: 'FOO' }})
- You can now mock every part of module;
- Use generic SchemaDirectiveVisitor typings
- Support exclusions from modules (#534)
- NEW hook ->
onError
(#535)
v0.7.2
- Fixed issues with
resolversComposition
that causednext
to be undefined. - Bump
graphql-toolkit
.
v0.7.1
v0.7.0
v0.6.6
v0.6.5
- New hooks ->
onInit
andonResponse
- No need to pass module's context builder anymore
const server = new ApolloServer({ schema, context: session => session });
- No need to return anything for
middleware
v0.6.0
- Create ES Modules bundle for tree-shaking
- Apollo modules compability, that way you can make your app faster;
- See it on docs -> Integrate with Apollo Server
- No need to pass
context
forexpress-graphql
which increases the performance a lot
v0.4.2
v0.4.1
- Move
epoxy
,sonar
andutils
tographql-toolkit
and use it inside@graphql-modules/core
.
56a96be - Do not search for subscribe method if it is not an object #303
- Resolve context if it is promise. This makes GraphQL Modules compatible with browser; #313
- Fix
onDisconnectHook
- Clear cache before resetting the configuration object in case of multiple
forRoot
call;
7334ffe
-Fix error handling in context build phase