interface GraphQLError {
    extensions: GraphQLErrorObject;
    locations: GraphQLErrorLocation[];
    message: string;
    path?: any[];
}

Properties

extensions: GraphQLErrorObject

Represents a single error.

message: string
path?: any[]

Generated using TypeDoc