moltin / gatsby-source-moltin

🚀 Gatsby source plugin for building Elastic Path Commerce Cloud powered eCommerce websites
https://www.gatsbyjs.org/packages/@moltin/gatsby-source-moltin
MIT License
21 stars 4 forks source link

feat: add variations #25

Closed notrab closed 5 years ago

notrab commented 5 years ago

Closes #24

query($id: String!) {
  product: moltinProduct(id: { eq: $id }) {
    variants {
      id
      name
      options {
        id
        name
        description
      }
    }
  }
}

=

Screenshot 2019-06-17 at 11 22 49