Update catalog pages to use new geo queries
Some checks failed
Build Docker Image / build (push) Failing after 1m35s
Some checks failed
Build Docker Image / build (push) Failing after 1m35s
- 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:
11
graphql/operations/public/geo/GetHubsNearOffer.graphql
Normal file
11
graphql/operations/public/geo/GetHubsNearOffer.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query GetHubsNearOffer($offerUuid: String!, $limit: Int) {
|
||||
hubsNearOffer(offerUuid: $offerUuid, limit: $limit) {
|
||||
uuid
|
||||
name
|
||||
latitude
|
||||
longitude
|
||||
country
|
||||
countryCode
|
||||
transportTypes
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user