Merge branch 'main' of https://gittea.biveki.ru/Sfera/sfera
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user