-
Notifications
You must be signed in to change notification settings - Fork 38
feat: Build nodes for multiple Content Stages #166
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
Conversation
Gatsby Cloud Build Reportgatsby-source-graphcms 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 18s PerformanceLighthouse report
|
notrab
left a comment
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.
Amazing! This looks great.
It might be worth mentioning somewhere that the API token is tightly bound to your content stages. So if you attempt to use the PUBLISHED stage, and your token is only scoped to DRAFT, you're gonna have problems.
|
lgtm |
Co-authored-by: Jamie Barton <jamie@notrab.dev>
|
🎉 This PR is included in version 2.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Build and query nodes from multiple Content Stages.
Fixes #135.