TerminateContractInput
Input type for terminateContract mutation.
input TerminateContractInput {
contractId: ContractID!
endDate: Date!
}
Fields
TerminateContractInput.contractId ● ContractID! non-null scalar
Id of the contract to be terminated
TerminateContractInput.endDate ● Date! non-null scalar
The date of the contract, from which it is terminated
Member Of
terminateContract mutation