Returned when an invalid input has been sent.

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

Indexable

[key: string]: any

Properties

Properties

code: "InvalidInput"

Generated using TypeDoc