configureProjectPermissions
Configures project permissions, for one or more projects, assigning the specified role to the specified users. All projects must belong to a single team, and all the targeted users must belong to that same team.
configureProjectPermissions(
  projectIds: [UUID!]!
  permissions: ProjectPermissionsInput!
): Boolean!
Arguments
configureProjectPermissions.projectIds ● [UUID!]! non-null scalar
configureProjectPermissions.permissions ● ProjectPermissionsInput! non-null input
Type
Boolean scalar
The
Booleanscalar type representstrueorfalse.