Returned when an invalid input has been sent.

interface GraphQLInvalidInputError {
    code: "InvalidInput";
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "InvalidInput"

One of the error codes that is listed on the Errors page.