CancelContractInput
Input type for cancelContract mutation.
input CancelContractInput {
contractId: ContractID!
}
Fields
CancelContractInput.contractId ● ContractID! non-null scalar
Id of the contract to be cancelled
Member Of
cancelContract mutation