updateGroup
Update a group's name or description.
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 ID
updateGroup.id ● ID! non-null scalar {#id}
The group ID to update
updateGroup.input ● UpdateGroupInput! non-null input {#input}
Update a group's name or description.