Skip to content

Commit e7a6798

Browse files
authored
Merge pull request #65 from IvansZuks/store-in-pick-up
Added StorInPickUp BE support
2 parents a503d3d + 7ba683e commit e7a6798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/schema.graphqls

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type Query {
1818
getOrderById(id: Int!): Order @resolver(class: "\\ScandiPWA\\QuoteGraphQl\\Model\\Resolver\\ExpandedOrderResolver") @doc(description: "The Sales Order query returns information about a Sales order")
1919
getBraintreeConfig: Braintree @resolver(class: "\\ScandiPWA\\QuoteGraphQl\\Model\\Resolver\\BraintreeResolver")
2020
getCartDisplayConfig: CartDisplayConfig @doc(description: "Get cart display settings") @resolver(class: "\\ScandiPWA\\QuoteGraphQl\\Model\\Resolver\\CartDisplayConfigResolver")
21-
getStores(search: String, country: String): Stores @resolver(class: "ScandiPWA\\StoreInPickUp\\Model\\Resolver\\GetStores")
21+
getStores(search: String, country: String): Stores @resolver(class: "ScandiPWA\\QuoteGraphQl\\Model\\Resolver\\GetStores")
2222
}
2323

2424
type Mutation {

0 commit comments

Comments
 (0)