- Replace FindProductRoutesDocument with GetOffersToHubDocument - Replace FindSupplierProductHubsDocument with GetOffersBySupplierProductDocument + GetHubsNearOfferDocument - Update all catalog pages to use new query naming convention - Add new GraphQL operation files, remove deprecated ones
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
query GetSuppliers {
|
||||
suppliers {
|
||||
uuid
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user