RegisterPOEventInput
Autogenerated input type of RegisterPOEvent
input RegisterPOEventInput {
clientMutationId: String
description: String!
eventType: POEventTypeEnum!
impact: POMilestoneTrackStatusEnum!
poId: ID!
proposedResolution: String
}
Fields
RegisterPOEventInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
RegisterPOEventInput.description ● String! non-null scalar
RegisterPOEventInput.eventType ● POEventTypeEnum! non-null enum
Type of event to register
RegisterPOEventInput.impact ● POMilestoneTrackStatusEnum! non-null enum
Impact of the event on the milestone timeline
RegisterPOEventInput.poId ● ID! non-null scalar
RegisterPOEventInput.proposedResolution ● String scalar
Member Of
supplyRegisterPOEvent mutation