Skip to main content

OrganizationUpdate

Update an existing Organization resource.

Mutation

mutation OrganizationUpdate($id: ID!, $input: OrganizationUpdateInput!) {
OrganizationUpdate(id: $id, input: $input) {
id
}
}

Input

Return Type

Returns the updated Organization resource.