revokeSupplyContract
Revoke contract. Currently allowed up to 14 days after contract confirmation.
Arguments
Input variables needed for revoking the contract.
Examples
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 RevokeSupplyContract($input: RevokeSupplyContractInput!) {
revokeSupplyContract(input: $input) {
contractRevoked
}
}
Variables
{
"input": RevokeSupplyContractInput
}
Response
{
"data": {
"revokeSupplyContract": {
"contractRevoked": true
}
}
}