Interface GraphQLError

GraphQL error

Hierarchy

  • GraphQLError

Properties

extensions?: Record<string, any>

Error extensions

locations?: {
    column: number;
    line: number;
}[]

Error locations

Type declaration

  • column: number
  • line: number
message: string

Error message

path?: string[]

Error path

Generated using TypeDoc