permissionGroupUpdate Mutation
Update permission group. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- PERMISSION_GROUP_UPDATED (async)
permissionGroupUpdate(
id: ID!
input: PermissionGroupUpdateInput!
): PermissionGroupUpdate
Details
type PermissionGroupUpdate {
permissionGroupErrors: [PermissionGroupError!]! @deprecated
errors: [PermissionGroupError!]!
group: Group
}
Arguments
id ● ID!
ID of the group to update.
input ● PermissionGroupUpdateInput!
Input fields to create permission group.
Type
PermissionGroupUpdate
Update permission group. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- PERMISSION_GROUP_UPDATED (async)