runAgreementRollover
Run an agreement rollover.
Arguments
Input for running an agreement rollover.
Possible Errors
Allowed Viewers
Required Permissions
Can query agreement rollovers Can run agreement rolloversQuery 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 RunAgreementRollover($input: RunAgreementRolloverInput!) {
runAgreementRollover(input: $input) {
agreementRollover {
...AgreementRolloverTypeFragment
}
}
}
Variables
{
"input": RunAgreementRolloverInput
}
Response
{
"data": {
"runAgreementRollover": {
"agreementRollover": AgreementRolloverType
}
}
}