acceptTermsAndConditions
Accept the terms and conditions, recording the acceptance and progressing the workflow.
Arguments
Input fields for accepting terms and conditions.
Returns
AcceptTermsAndConditionsAccept the terms and conditions, recording the acceptance and progressing the workflow.
Possible Errors
Allowed Viewers
Required Permissions
Can accept terms and conditionsQuery 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 AcceptTermsAndConditions($input: AcceptTermsAndConditionsInput!) {
acceptTermsAndConditions(input: $input) {
acceptedVersion
}
}
Variables
{
"input": AcceptTermsAndConditionsInput
}
Response
{
"data": {
"acceptTermsAndConditions": {
"acceptedVersion": "capital-know-cell-significant-window"
}
}
}