Skip to main content

Interface: GraphQLErrorInfo

Defined in: types/graphql.types.ts:27

Properties​

extensions?​

optional extensions: Record<string, unknown>

Defined in: types/graphql.types.ts:34


locations?​

optional locations: 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?​

optional path: (string | number)[]

Defined in: types/graphql.types.ts:29