INPUT_OBJECT
AddProjectMemberInput
link
| Parameter Name | Type | Description |
|---|---|---|
| id | ID! | ID of the Project to add the user to |
| userId | ID | ID of the user to add to the project.UserID should not be provided if username is present. |
| username | String | Username of the user to add to the project.Username should not be provided if UserId is present. |
| clientMutationId | String |