-
Notifications
You must be signed in to change notification settings - Fork 576
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
docs: add integration guide for GraphQL Yoga with Nuxt 4 #3829
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for the docs! Do you think we can create integration tests with an example in the repo like we do for other integrations? |
Where exactly are these tests ? |
Here we have examples for different integrations, Next.js, Fastify etc, and each of them have integration tests in the same folder. |
## Features | ||
|
||
- ⚡ Quick integration with Nuxt 4's Nitro server | ||
- 🧪 Interactive Apollo Sandbox for testing queries |
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.
Not sure if Apollo Sandbox is related?
|
||
### Custom Sandbox UI | ||
|
||
You can customize the Apollo Sandbox interface by modifying the `renderGraphiQL` function: |
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.
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 is a different feature covered here;
#3654
I don't think Apollo Sandbox is related to Nuxt integration?
This pull request introduces a comprehensive guide on integrating GraphQL Yoga with Nuxt 4. The guide includes detailed instructions on installation, server setup, usage, and advanced configuration options.