Skip to main content

AccountUpdate

Update an existing Account resource.

Mutation

mutation AccountUpdate($id: ID!, $input: AccountUpdateInput!) {
AccountUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Account resource.