Skip to main content

UpdateAccountInput

Update account input

input UpdateAccountInput {
branding: AccountBrandingInput
publicBusinessDetails: AccountPublicBusinessDetailsInput
timezone: String
language: String
notifications: AccountNotificationsInput
name: String
fraudDetectorThreshold: Int
}

Fields

UpdateAccountInput.branding ● AccountBrandingInput input

branding information

UpdateAccountInput.publicBusinessDetails ● AccountPublicBusinessDetailsInput input

Public business information

UpdateAccountInput.timezone ● String scalar

The account default timezone

UpdateAccountInput.language ● String scalar

The preferred account language

UpdateAccountInput.notifications ● AccountNotificationsInput input

Account notifications

UpdateAccountInput.name ● String scalar

Account name

UpdateAccountInput.fraudDetectorThreshold ● Int scalar

Fraud detector threshold is a number between 0 and 1000, 0 is the lowest risk and 1000 is the highest risk

Member Of

updateAccount mutation