Skip to content

Commit cbd4ecb

Browse files
authored
Fix schema-api-with-context on v6 (#9602)
1 parent b59946f commit cbd4ecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { type GraphQLSchemaAPIWithContext } from '@graphql-ts/schema'
2-
import { type Context } from './graphql-ts-schema'
32

4-
declare const __graphql: GraphQLSchemaAPIWithContext<Context>
3+
declare const __graphql: GraphQLSchemaAPIWithContext<any>
54

65
export = __graphql

0 commit comments

Comments
 (0)