This commit is contained in:
Bivekich
2025-07-29 17:44:42 +03:00
7 changed files with 344 additions and 165 deletions

View File

@ -602,6 +602,8 @@ export const typeDefs = gql`
type PendingSuppliesCount {
supplyOrders: Int!
ourSupplyOrders: Int! # Наши расходники
sellerSupplyOrders: Int! # Расходники селлеров
incomingRequests: Int!
total: Int!
}