updateGroup
Update a group's name or description.
Only the name and description fields can be modified. The group's role cannot be
changed after creation. Requires organization_admin permissions.
updateGroup(
organizationId: ID!
id: ID!
input: UpdateGroupInput!
): GroupPayload
Form Schema
This mutation supports dynamic form generation using JSON Schema.
Loading schema...
Arguments
updateGroup.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
updateGroup.id ● ID! non-null scalar {#id}
The group's unique identifier.
updateGroup.input ● UpdateGroupInput! non-null input {#input}
Update a group's name or description.