Skip to main content

UpdateAccountInput

Input for updating an account

input UpdateAccountInput {
name: String
inviteCode: String
joinPolicy: AccountJoinPolicy
walletCurrencyCode: String
profile: UpdateAccountProfileInput
}

Fields

UpdateAccountInput.name ● String scalar

The name of the account

UpdateAccountInput.inviteCode ● String scalar

Invite code that allows wallet users to join this account

UpdateAccountInput.joinPolicy ● AccountJoinPolicy enum

Whether unmatched Rewards Wallet users may join this account

UpdateAccountInput.walletCurrencyCode ● String scalar

ISO 4217 currency code for ValueMapper-managed global wallet credit

UpdateAccountInput.profile ● UpdateAccountProfileInput input

Admin-managed wallet display profile for this account

Member Of

updateAccount mutation