You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/@accounts/graphql-api/node_modules/@graphql-tools/utils/Interfaces.d.ts:3:18 - error TS2430: Interface 'ExecutionResult<TData>' incorrectly extends interface 'ExecutionResult<ObjMap<unknown>, ObjMap<unknown>>'.
Types of property 'data' are incompatible.
Type 'TData' is not assignable to type 'ObjMap<unknown>'.
3 export interface ExecutionResult<TData = Record<string, any>> extends GraphQLExecutionResult {
To Reproduce
See bug description.
Expected behavior
The project should transpile without error with TypeScript's default skipLibCheck: false setting.
Screenshots
N/A
System information
accounts-js: 0.33.2
graphql: 16.5.0
typescript: 4.7.4
Additional context
The version of graphql in @accounts/graphql-api dependencies is 2 major versions behind.