UpdateAccountInput
Inputs to update an account
input UpdateAccountInput {
accountId: ID!
name: String
language: AccountLanguage
}
Fields
UpdateAccountInput.accountId
● ID!
non-null scalar
Unique identifier of an account
UpdateAccountInput.name
● String
scalar
Name
UpdateAccountInput.language
● AccountLanguage
enum
Language
Member Of
updateAccount
mutation