Interface GraphQLErrorOptions

Hierarchy

  • GraphQLErrorOptions

Properties

nodes?: ASTNode | readonly ASTNode[]
originalError?: Error & {
    extensions?: unknown;
}
path?: readonly (string | number)[]
positions?: readonly number[]
source?: Source

Generated using TypeDoc