INPUT_OBJECT

CreateDeliveryDateInput

Autogenerated input type of CreateDeliveryDate

link GraphQL Schema definition

  • input CreateDeliveryDateInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The id of the associated contract
  • contractId: Int!
  • # The deliverable type identifier
  • deliverableType: String!
  • # The delivery requirement description of the deliverable
  • deliveryRequirement: String
  • # The due date of the deliverable
  • dateDue: ISO8601Date!
  • # The percentage completion of the deliverable
  • percentageOfTotal: Float!
  • # The slipped date of the deliverable
  • slippedDate: ISO8601Date
  • }

link Require by