UpdateContractRecipientsInput
InputAutogenerated input type of UpdateContractRecipients
mutation { organization(id: $organizationId) { project(id: $projectId) { updateContractRecipients } } }
Example
mutation UpdateContractRecipients(
$organizationId: ID!
$projectId: ID!
$input: UpdateContractRecipientsInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateContractRecipients(input: $input) {
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| approverUserIds | [ID!] | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contractId | ID! | — |
| copyRecipientUserIds | [ID!] | — |
| firstRecipientUserId | ID! | — |
| insuranceExampleCreateAttachments | [CreateTimestampedAttachment!] | — |
| insuranceExampleDeleteAttachments | [DeleteAttachment!] | — |
| insuranceNote | String | — |
| insuranceRequired | Boolean | — |
| mutationMetadata | JSON | — |
| projectId | ID! | — |
| secondRecipientUserId | ID! | — |