Issue getting categories of products using Storefront Graphql – Shopify Community

Issue getting categories of products using Storefront Graphql – Shopify Community

… graphql(` #graphql query GetCategoriesAndCollections($ids: [ID!]!) { nodes(ids: $ids) { … on Product { id category { id name } collections(first …

 

Read More