AccountUpdate
Update an existing Account resource.
Mutation
mutation AccountUpdate($id: ID!, $input: AccountUpdateInput!) {
AccountUpdate(id: $id, input: $input) {
id
}
}
Input
id: ID of the resource to updateinput: See AccountUpdateInput for input fields.
Return Type
Returns the updated Account resource.