Skip to main content

CreateContractInput

Input type for createContract mutation.

input CreateContractInput {
clientId: ClientID!
endDate: Date
startDate: Date!
}

Fields

CreateContractInput.clientId ● ClientID! non-null scalar

ID of the client, whose contract is being inserted

CreateContractInput.endDate ● Date scalar

Optional end date. If not set the contract is valid for ever.

CreateContractInput.startDate ● Date! non-null scalar

The date of the contract, from which it is applied

Member Of

createContract mutation