We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
Storefront API
2023-04
The following query, when called against 2023-04 and unstable:
unstable
query { metaobjects(first: 4, type: "shops") { nodes { id } } }
returns two of each metaobject (request ID: 14010230-6cba-4287-88d7-28d7d02587b1):
14010230-6cba-4287-88d7-28d7d02587b1
{ "data": { "metaobjects": { "nodes": [ { "id": "gid://shopify/Metaobject/24543329" }, { "id": "gid://shopify/Metaobject/24543329" }, { "id": "gid://shopify/Metaobject/24576097" }, { "id": "gid://shopify/Metaobject/24576097" } ] } } }
This request returns correctly on 2023-01 (request ID: d28799fb-e1e9-4e7a-a13a-de97b9f43391)
2023-01
d28799fb-e1e9-4e7a-a13a-de97b9f43391
{ "data": { "metaobjects": { "nodes": [ { "id": "gid://shopify/Metaobject/24543329" }, { "id": "gid://shopify/Metaobject/24576097" }, { "id": "gid://shopify/Metaobject/24608865" }, { "id": "gid://shopify/Metaobject/24641633" } ] } } }
This is creating issues on a few live sites that are built to expect uniqueness
Too much of a good thing!
The text was updated successfully, but these errors were encountered:
Thanks @DuncanFa - reporting this internally with the SFAPI team
Sorry, something went wrong.
Thanks @juanpprieto! Seeing it consistently across all Hydrogen storefronts using 2023-04
Fixed. Thanks for letting us know @DuncanFa 🙏🏼
No branches or pull requests
What is the location of your example repository?
No response
Which package or tool is having this issue?
Storefront API
What version of that package or tool are you using?
2023-04
What version of Remix are you using?
No response
Steps to Reproduce
The following query, when called against
2023-04
andunstable
:returns two of each metaobject (request ID:
14010230-6cba-4287-88d7-28d7d02587b1
):Expected Behavior
This request returns correctly on
2023-01
(request ID:d28799fb-e1e9-4e7a-a13a-de97b9f43391
)This is creating issues on a few live sites that are built to expect uniqueness
Actual Behavior
Too much of a good thing!
The text was updated successfully, but these errors were encountered: