UpdateAccountInput
Update account input
input UpdateAccountInput {
branding: AccountBrandingInput
publicBusinessDetails: AccountPublicBusinessDetailsInput
timezone: String
language: String
notifications: AccountNotificationsInput
name: String
}
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
Member Of
updateAccount mutation