GraphQL OBJECT
UserAccountStatus
Status of user account.
link Definition
- type UserAccountStatus {
- # user account status code.
- : UserAccountStatusEnum
- # user account status name.
- : String
- }
GraphQL OBJECT
Status of user account.
- type UserAccountStatus {
- # user account status code.
- : UserAccountStatusEnum
- # user account status name.
- : String
- }