gatsby-source-shopify: What's the difference between product id
and shopifyId
in GraphQL?
#30706
Unanswered
dungle-scrubs
asked this question in
Help
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
When querying a product, what is the purpose of
id
as opposed toshopifyId
?I see when I use
shopify-gid
to decodeshopifyId
, I get a product object with the original product ID, but a little confused aboutid
in the query (which looks something likeShopify__Product__Z2lkOi8vc2hvcGlmeS9Qdm9kdWN0LzQ3MTY3Mzc0MDY2MDA=
)Thanks
Beta Was this translation helpful? Give feedback.
All reactions