travis-r6s / gridsome-source-shopify

Shopify source plugin for Gridsome
https://gridsome-shopify-starter.netlify.com
MIT License
16 stars 14 forks source link

Cannot get SEO in shopifyProduct #70

Closed antero10 closed 3 years ago

antero10 commented 3 years ago

Hi,

I'm having an error trying to get the SEO information in shopifyProduct mutation, here is my query

query Product($id:ID) {
  shopifyProduct(id: $id) {
    title
    description
    handle
    vendor
    productType
    seo {
      title
      description
    }
  }
}

Is there any chance I can get that info?

Thank you

travis-r6s commented 3 years ago

Hey @antero10 I'm not sure that the field seo is available in the Storefront API? It only seems to be available in the Admin API. https://shopify.dev/docs/storefront-api/reference/products/product?api%5Bversion%5D=2021-01