UserAccount
An account that can be accessed by the authorized user
type UserAccount {
accessLevel: AuthorizedUserAccessLevel!
accountId: ID!
accountName: String
}
Fields
UserAccount.accessLevel
● AuthorizedUserAccessLevel!
non-null enum
Access level for this account
UserAccount.accountId
● ID!
non-null scalar
Account ID
UserAccount.accountName
● String
scalar
Account name
Member Of
UserAccountsConnection
object