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