namespaceRolesAssignProjects
Update the project a role is assigned to.
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
projectIds | [NamespaceProjectID!]! | The projects that should be assigned to the role |
roleId | NamespaceRoleID! | The id of the role which should be assigned to projects |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
projects | [NamespaceProject!] | The now assigned projects |