feat: demo environment at demo.graphql-hive.com#7945
feat: demo environment at demo.graphql-hive.com#7945jonathanawesome wants to merge 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive implementation plan for a new publicly accessible demo environment for the GraphQL Hive Console. The plan details strategies for automated login via session injection, a data seeding script for realistic showcase projects, periodic data resets using Kubernetes CronJobs, and infrastructure configuration via Pulumi. Feedback was provided to ensure that the proposed code for mutation-level guards adheres to the repository's style guide by avoiding direct access to process.env and instead using the validated configuration object.
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tag: |
This PR adds a pre-seeded demo environment at demo.graphql-hive.com where visitors can explore the full Hive console with realistic data and full write access. Initial commit includes the planning document — implementation to follow.