CreateOfferInput
Input type for createOffer mutation.
input CreateOfferInput {
clientId: ClientID!
startDate: Date!
}
Fields
CreateOfferInput.clientId ● ClientID! non-null scalar
ID of the client, whose offer is being created
CreateOfferInput.startDate ● Date! non-null scalar
The date of the offer, from which it is applied
Member Of
createOffer mutation