Interface: GraphQLErrorInfo
Defined in: types/graphql.types.ts:27
Properties
extensions?
optionalextensions:Record<string,unknown>
Defined in: types/graphql.types.ts:34
locations?
optionallocations:object[]
Defined in: types/graphql.types.ts:30
column
column:
number
line
line:
number
message
message:
string
Defined in: types/graphql.types.ts:28
path?
optionalpath: (string|number)[]
Defined in: types/graphql.types.ts:29