You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am building a web server framework and I wanted to incorporate a declarative wrapper around graphql with apollo server, I searched the docs and everywhere on Github on how to add it to http.createServer and I only found examples with express.
I saw in the source code this piece of code with express, It would work great in my framework, the problem is I do not have next, so i get an error, otherwise, it works if I mock next.
Is it possible to create something similar without next and all the extra dependencies ?
Thanks in advance, love your project!
The text was updated successfully, but these errors were encountered:
Hey, I am building a web server framework and I wanted to incorporate a declarative wrapper around graphql with apollo server, I searched the docs and everywhere on Github on how to add it to http.createServer and I only found examples with express.
I saw in the source code this piece of code with express, It would work great in my framework, the problem is I do not have next, so i get an error, otherwise, it works if I mock next.
Is it possible to create something similar without next and all the extra dependencies ?
Thanks in advance, love your project!
The text was updated successfully, but these errors were encountered: