cancelContract
Cancel the contract. Can only be done if the contract is not yet started.
Requires authorization features: client:contract:edit
cancelContract(
input: CancelContractInput!
): Boolean!
Directives
auth
Requires authorization features: client:contract:edit
Arguments
cancelContract.input ● CancelContractInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.