UpdateContractTemplateCopyRecipientsInput
InputAutogenerated input type of UpdateContractTemplateCopyRecipients
mutation { organization(id: $organizationId) { updateContractTemplateCopyRecipients } }
Example
mutation UpdateContractTemplateCopyRecipients(
$organizationId: ID!
$input: UpdateContractTemplateCopyRecipientsInput!
) {
organization(id: $organizationId) {
updateContractTemplateCopyRecipients(input: $input) {
contract
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contractId | ID! | — |
| copyRecipients | [ContractCopyRecipientInput!] | — |
| mutationMetadata | JSON | — |