ENUM

SuccessStatus

Description

Represents the status of a request.

link GraphQL Schema definition

  • enum SuccessStatus {
  • # FAILURE represents a failed request.
  • FAILURE
  • # PARTIAL_SUCCESS represents a request that partially succeeded.
  • PARTIAL_SUCCESS
  • # SUCCESS represents a successful request.
  • SUCCESS
  • }