Inputs
RemoveGroupsFromProjectInput
Input object for removing groups from a project.
Fields
projectId* ID! non-null | ID of the project. |
groupIds* [ID!]! non-null | List of the IDs of the member groups to be removed from the project. |
* Required
Where Used
Usage | Used By | Description |
---|---|---|
Input for Mutation | removeGroupsFromProject | Remove groups from a project. |