POByMilestone
Aggregated count of purchase orders currently at a specific milestone stage. Used for dashboard statistics and reporting to show the distribution of purchase orders across different fulfillment phases.
type POByMilestone {
count: Int!
name: POMilestoneEnum!
prettyName: String!
}
Fields
POByMilestone.count ● Int! non-null scalar
POByMilestone.name ● POMilestoneEnum! non-null enum
POByMilestone.prettyName ● String! non-null scalar
Member Of
POStats object