Returned when the resources involved in the request are not in a valid state for the operation.

The client application should validate the constraints described in the error message before sending the request.
interface GraphQLInvalidOperationError {
    code: "InvalidOperation";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "InvalidOperation"

Generated using TypeDoc