AddCompanyToProjectTeamInput
InputAutogenerated input type of AddCompanyToProjectTeam
mutation { organization(id: $organizationId) { addCompanyToProjectTeam } }
Example
mutation AddCompanyToProjectTeam(
$organizationId: ID!
$input: AddCompanyToProjectTeamInput!
) {
organization(id: $organizationId) {
addCompanyToProjectTeam(input: $input) {
project
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| commitmentName | String | — |
| companyId | ID! | — |
| createCommitment | Boolean | — |
| mutationMetadata | JSON | — |
| newAssociationId | ID | — |
| newCommitmentId | ID | — |
| now | ISO8601DateTime | — |
| projectId | ID! | — |
| sendInvite | Boolean | — |
| type | String | — |
| userAssociations | [UserAssociationInput!] | — |