AttentionOrders
Orders requiring attention due to unresolved alerts.
type AttentionOrders {
items: [AttentionItem!]!
totalCount: Int!
}
Fields
AttentionOrders.items ● [AttentionItem!]! non-null object dashboard
Orders with active alerts, limited to the most recently updated.
AttentionOrders.totalCount ● Int! non-null scalar common
Total number of orders with active alerts, before the display limit is applied.
Member Of
Orders object