Skip to content

createProjectPermission

Creates a new ProjectPermission, requires ADMIN on all Projects which should be added to the created permission.

graphql
createProjectPermission(
  input: CreateProjectPermissionInput!
): CreateProjectPermissionPayload!

Arguments

createProjectPermission.input ● CreateProjectPermissionInput! non-null input

Defines the created ProjectPermission

Type

CreateProjectPermissionPayload object

Released under the MIT License.