Skip to content

updateComponentPermission ​

Updates a ComponentPermission, requires ADMIN on all Components the permission currently affects. Ensures that after the update, all affected Components still have a permission which grants ADMIN to at least one user.

graphql
updateComponentPermission(
  input: UpdateComponentPermissionInput!
): UpdateComponentPermissionPayload!

Arguments ​

updateComponentPermission.input ● UpdateComponentPermissionInput! non-null input ​

Defines which ComponentPermission to update and how to update it

Type ​

UpdateComponentPermissionPayload object ​

Released under the MIT License.