UpdateCompanyProjectAssociationInput
InputAutogenerated input type of UpdateCompanyProjectAssociation
mutation { organization(id: $organizationId) { updateCompanyProjectAssociation } }
Example
mutation UpdateCompanyProjectAssociation(
$organizationId: ID!
$input: UpdateCompanyProjectAssociationInput!
) {
organization(id: $organizationId) {
updateCompanyProjectAssociation(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyProjectAssociationId | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| projectId | ID! | — |
| type | CompanyProjectAssociationTypeEnum! | — |