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
next-fastify-mercurius-vercel/src/api/server.ts
Line 82 in df35e8e
you should be able to just write it exactly as in here: https://github.com/capaj/vercel-serverless-mercurius-sample-api/blob/b33fa2cd590b11d1565cad75fdda3bc08a5cb152/api/graphql.ts#L65-L68
also you are not wawiting the app.ready() which should be alright in this case, but if anyone ever adds an async plugin it could cause issues
app.ready()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
next-fastify-mercurius-vercel/src/api/server.ts
Line 82 in df35e8e
you should be able to just write it exactly as in here:
https://github.com/capaj/vercel-serverless-mercurius-sample-api/blob/b33fa2cd590b11d1565cad75fdda3bc08a5cb152/api/graphql.ts#L65-L68
also you are not wawiting the
app.ready()
which should be alright in this case, but if anyone ever adds an async plugin it could cause issuesThe text was updated successfully, but these errors were encountered: