INPUT_OBJECT
UpdateDeliveryDateInput
Autogenerated input type of UpdateDeliveryDate
link GraphQL Schema definition
- input UpdateDeliveryDateInput {
- # A unique identifier for the client performing the mutation.
- String :
- # The Consonance unique identifier
- 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 :
- }