ENUM

RequestStatus

The status of the operation.

link GraphQL Schema definition

  • enum RequestStatus {
  • # The operation failed.
  • error
  • # The operation was successful.
  • success
  • }