diff --git a/src/lib/graphql.ts b/src/lib/graphql.ts index f612979bd..b6ff397aa 100644 --- a/src/lib/graphql.ts +++ b/src/lib/graphql.ts @@ -11,7 +11,7 @@ import { isListType, isNonNullType, } from 'graphql' -import type { ObjMap } from 'graphql' +import type { ObjMap } from 'graphql/jsutils/ObjMap.js' import type { Errors } from './errors/__.js' export type TypeMapByKind =