UpdateMilestoneInput
Autogenerated input type of UpdateMilestone
input UpdateMilestoneInput {
clientMutationId: String
description: String
expectedCompleteDate: ISO8601DateTime
expectedStartDate: ISO8601DateTime
id: ID!
}
Fields
UpdateMilestoneInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateMilestoneInput.description ● String scalar
This will update the headline of the milestone.
UpdateMilestoneInput.expectedCompleteDate ● ISO8601DateTime scalar
The expected completion date of the milestone.
UpdateMilestoneInput.expectedStartDate ● ISO8601DateTime scalar
The expected start date of the milestone.
UpdateMilestoneInput.id ● ID! non-null scalar
ID of the milestone to update.
Member Of
supplyUpdatePOMilestone mutation