Hi, I'm facing a problem on my developer's journey through Shopify's API : I created a custom Storefront clien using '@shopify/shopify-api' in a NextJS application. When I try to query articles like this : export default function getBodyProducts() {
...