Skip to content

updateProjectPermission ​

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

graphql
updateProjectPermission(
  input: UpdateProjectPermissionInput!
): UpdateProjectPermissionPayload!

Arguments ​

updateProjectPermission.input ● UpdateProjectPermissionInput! non-null input ​

Defines which ProjectPermission to update and how to update it

Type ​

UpdateProjectPermissionPayload object ​

Released under the MIT License.