This commit is contained in:
Bivekich
2025-07-28 13:19:28 +03:00
18 changed files with 1561 additions and 538 deletions

View File

@ -55,6 +55,9 @@ export const typeDefs = gql`
# Товары поставщика
myProducts: [Product!]!
# Товары на складе фулфилмента
warehouseProducts: [Product!]!
# Все товары всех поставщиков для маркета
allProducts(search: String, category: String): [Product!]!