We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59946f commit cbd4ecbCopy full SHA for cbd4ecb
packages/core/src/types/schema/schema-api-with-context.d.ts
@@ -1,6 +1,5 @@
1
import { type GraphQLSchemaAPIWithContext } from '@graphql-ts/schema'
2
-import { type Context } from './graphql-ts-schema'
3
4
-declare const __graphql: GraphQLSchemaAPIWithContext<Context>
+declare const __graphql: GraphQLSchemaAPIWithContext<any>
5
6
export = __graphql
0 commit comments