angeloashmore / gatsby-source-shopify

Source plugin for pulling product data into Gatsby from a Shopify store
36 stars 19 forks source link

Additional Nodes #2

Closed angeloashmore closed 6 years ago

angeloashmore commented 6 years ago

The following Shopify objects need to be implemented in some way:

Products

Products and Product Variants are already implemented.

Blogs

Pages

Not sure if the GraphQL API provides custom page data. Need to investigate. If it doesn't maybe there is another endpoint that provides page data?

angeloashmore commented 6 years ago

I had some time today to add ProductOptionNode, ArticleNode, and BlogNode.

Published to NPM as v0.1.5.

angeloashmore commented 6 years ago

This is completed in the develop branch.