-
When specifying options for a getPage request, such as limit, you are able to see the expected results on localhost. However, when the theme is bundled and pushed to the live store, the options no lon…
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …
-
Okay so, I deployed the project to Vercel. All running. But now that I want to connect my Shopify store, I have troubles finding the API variables that works. I created an App in my store, set the sto…
-
### Description (*)
* Unless a better solution can be found, we need to add a plugin on attribute save and use sql to determine which products were affected by the change. Should also check if the ch…
-
## Expected Behavior
The app should respect the options provided to StoreFront, like "Query" and "Other Query Strings".
## Current Behavior
If I go to StoreFront and type a valid query on the inp…
-
I'm using version 2.2.1 of buy-button.js on my sites, which I believe is the latest available.
For the last few months I've been getting emails like this from Shopify:
> Hi There,
>
> One or …
-
Source: https://github.com/magento/catalog-storefront/issues/189
TODO: AC
GraphQL => proto Mapping:
```
type ConfigurableProduct {
variants: [ConfigurableVariant] // we …
-
I am trying to use InMemoryCache but I always get this error:
_You are using the simple (heuristic) fragment matcher, but your queries contain union or interface types. Apollo Client will not be ab…
-
As a developer, I want to expose my APIs using gRPC protocol which provides unprecedented performance.
Since gRPC compatible interfaces/classes are generated using an external tool, code generation…
-
How can I build the query for creating a customer with user and password using the client? It's not in the docs. I assume it has to be something like this:
```
client.mutation(root => {
root.…