ENUM
SuccessStatus
Description
Represents the status of a request.
link GraphQL Schema definition
- enum SuccessStatus {
- # FAILURE represents a failed request.
- # PARTIAL_SUCCESS represents a request that partially succeeded.
- # SUCCESS represents a successful request.
- }