We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found an error in fastify integration documentation: https://github.com/dotansimha/graphql-yoga/blob/main/website/src/content/docs/integrations/integration-with-fastify.mdx
app.listen(4000) needs to be replaced by app.listen({ port: 4000}). I know it's not a big deal but it could help some beginners (like me).
app.listen(4000)
app.listen({ port: 4000})
none
Updated documentation.
No response
@graphql-yoga/*
The text was updated successfully, but these errors were encountered:
Thanks for the feedback! Would you create a PR for this change in the docs?
Sorry, something went wrong.
Just done it there: #3765
Merged! Thank you 🙏
No branches or pull requests
Describe the bug
I found an error in fastify integration documentation:
https://github.com/dotansimha/graphql-yoga/blob/main/website/src/content/docs/integrations/integration-with-fastify.mdx
app.listen(4000)
needs to be replaced byapp.listen({ port: 4000})
.I know it's not a big deal but it could help some beginners (like me).
Your Example Website or App
none
Steps to Reproduce the Bug or Issue
none
Expected behavior
Updated documentation.
Screenshots or Videos
No response
Platform
@graphql-yoga/*
version(s): [e.g. 2.5.1]Additional context
No response
The text was updated successfully, but these errors were encountered: