INPUT_OBJECT
CreateDeliveryDateInput
Autogenerated input type of CreateDeliveryDate
link GraphQL Schema definition
- input CreateDeliveryDateInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The id of the associated contract
- Int! :
- # The deliverable type identifier
- String! :
- # The delivery requirement description of the deliverable
- String :
- # The due date of the deliverable
- ISO8601Date! :
- # The percentage completion of the deliverable
- Float! :
- # The slipped date of the deliverable
- ISO8601Date :
- }