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

@ -827,7 +827,7 @@ export const GET_WILDBERRIES_CAMPAIGNS_LIST = gql`
}
}
}
`
`;
export const GET_EXTERNAL_ADS = gql`
query GetExternalAds($dateFrom: String!, $dateTo: String!) {
@ -948,6 +948,8 @@ export const GET_PENDING_SUPPLIES_COUNT = gql`
query GetPendingSuppliesCount {
pendingSuppliesCount {
supplyOrders
ourSupplyOrders
sellerSupplyOrders
incomingRequests
total
}