diff --git a/src/Graphql/graphql.module.ts b/src/Graphql/graphql.module.ts index bf3e77f..87d235f 100644 --- a/src/Graphql/graphql.module.ts +++ b/src/Graphql/graphql.module.ts @@ -108,7 +108,6 @@ import { isSubscription } from 'rxjs/internal/Subscription' me: await graphqlService.acquireContext( extra.request.headers['x-session-id'], ), - generator: extra.schemaBuilder, }, } } @@ -119,7 +118,6 @@ import { isSubscription } from 'rxjs/internal/Subscription' me: req ? await graphqlService.acquireContext(req) : null, pubSub: pubsub, invalidateCache: () => Promise.resolve(), - generator: extra.schemaBuilder, }, } },