GraphQLFormattedError
Type Alias: GraphQLFormattedError
Section titled “Type Alias: GraphQLFormattedError”GraphQLFormattedError =
object
Defined in: packages/fetch-kit/src/types.ts:241
Single error entry in a GraphQL response.
See https://spec.graphql.org/draft/#sec-Errors.
Properties
Section titled “Properties”extensions?
Section titled “extensions?”
optionalextensions?:Record<string,unknown>
Defined in: packages/fetch-kit/src/types.ts:245
locations?
Section titled “locations?”
optionallocations?:ReadonlyArray<{column:number;line:number; }>
Defined in: packages/fetch-kit/src/types.ts:243
message
Section titled “message”message:
string
Defined in: packages/fetch-kit/src/types.ts:242
optionalpath?:ReadonlyArray<string|number>
Defined in: packages/fetch-kit/src/types.ts:244