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