attachAgreementsToContracts
Attach a list of agreements to one or both contract types.
Arguments
Input for attaching agreements to contracts.
Possible Errors
Allowed Viewers
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation AttachAgreementsToContracts($input: AttachAgreementsToContractsInput!) {
attachAgreementsToContracts(input: $input) {
ok
}
}
Variables
{
"input": AttachAgreementsToContractsInput
}
Response
{
"data": {
"attachAgreementsToContracts": {
"ok": true
}
}
}