GraphQL OBJECT
UserAccountType
Type of user account.
link Definition
- type UserAccountType {
- # user account type code.
- : UserAccountTypeEnum
- # user account type name.
- : String
- }
GraphQL OBJECT
Type of user account.
- type UserAccountType {
- # user account type code.
- : UserAccountTypeEnum
- # user account type name.
- : String
- }