The following list of features would make gatsby-source-shopify feature-rich and production usable. Please add any other wanted features and/or comment on the existing list.
Some features on this list will break compatibility with the current plugin. Since the plugin is pre-1.0, I will do my best to bump minor versions when breaking changes are published. Once 1.0 is published, traditional semver will be used.
Ideal Features
Query product images
Provide gatsby-transformer-sharp and gatsby-image support
Replace node parent/child links with node references (via ___NODE fields)
Update README with expanded examples
To do
Remove tests
This was more of an experiment. I find they don't really help since Gatsby runs it's own validations when running source plugins.
Explore possibility of using GraphQL's introspection functionality to dynamically fetch data rather than explicitly creating queries.
This could also help with informing Gatsby what schema to use for data when unavailable.
The following list of features would make gatsby-source-shopify feature-rich and production usable. Please add any other wanted features and/or comment on the existing list.
Some features on this list will break compatibility with the current plugin. Since the plugin is pre-1.0, I will do my best to bump minor versions when breaking changes are published. Once 1.0 is published, traditional semver will be used.
Ideal Features
gatsby-transformer-sharp
andgatsby-image
support___NODE
fields)To do