StoreWuiltShipmentStats
No description
type StoreWuiltShipmentStats {
pendingCount: Int!
pendingPickupCount: Int!
deliveredCount: Int!
ongoingCount: Int!
actionRequiredCount: Int!
unsuccessfulCount: Int!
companyStatistics: [WuiltShipmentProvidersStats]!
}
Fields
StoreWuiltShipmentStats.pendingCount ● Int! non-null scalar
StoreWuiltShipmentStats.pendingPickupCount ● Int! non-null scalar
StoreWuiltShipmentStats.deliveredCount ● Int! non-null scalar
StoreWuiltShipmentStats.ongoingCount ● Int! non-null scalar
StoreWuiltShipmentStats.actionRequiredCount ● Int! non-null scalar
StoreWuiltShipmentStats.unsuccessfulCount ● Int! non-null scalar
StoreWuiltShipmentStats.companyStatistics ● [WuiltShipmentProvidersStats]! non-null object
Member Of
StoreWuiltShipmentStatistics object