UpdateAccountInput
No description
input UpdateAccountInput {
id: ID!
patch: PatchableAccountFields!
}
Fields
UpdateAccountInput.id
● ID!
non-null scalar
UpdateAccountInput.patch
● PatchableAccountFields!
non-null input
Member Of
ReviseAccountInput
input ● updateAccount
mutation