-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gatsby-source-store): Add source store plugin #944
Conversation
✔️ Deploy Preview for storeui ready! 🔨 Explore the source changes: 2e25cc2 🔍 Inspect the deploy log: https://app.netlify.com/sites/storeui/deploys/613a0b3434f6380007bea2e8 😎 Browse the preview: https://deploy-preview-944--storeui.netlify.app/ |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2ca43d9:
|
47bdee9
to
ec7567b
Compare
2e25cc2
to
68dc9b5
Compare
|
||
return response | ||
}, | ||
gatsbyTypePrefix: ``, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can just remove that?
gatsbyTypePrefix: ``, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is required for typescript not breaking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this property is required on the typings of this type
3580df4
to
23381c2
Compare
e77cb0e
to
48621fd
Compare
48621fd
to
d8e75fc
Compare
make sdk work with store api
What's the purpose of this pull request?
Adds a new plugin called gatsby-source-store. This plugin should replace gatsby-source-vtex and works with store-api graphql schema. It sources both products and collections into the gatsby's graphql layer