You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our client needs a custom widget that they are able to choose their own products and I'm trying to get the product details via graphql. How do I pass in the users selected productIds as queryVariables? Right now my bandaid fix is with first: 50
I have a feeling this is a bug. I could not get this working either.
Just like you, I created a minimum reproducible example
However, all I did was copy the __fixtures__ example without editing it. I could select products, but the products would not be queried.
Our client needs a custom widget that they are able to choose their own products and I'm trying to get the product details via graphql. How do I pass in the users selected productIds as queryVariables? Right now my bandaid fix is with
first: 50
I'm doing my best to copy this:
https://github.com/bigcommerce/widget-builder/tree/master/src/services/__fixtures__
Code below:
Graphql:
schema.json:
html:
The text was updated successfully, but these errors were encountered: