Is it possible to skip Fastify and just pass query and variables to Mercurius? #647
Unanswered
thelinuxlich
asked this question in
Q&A
Replies: 1 comment
-
I have used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a library which autogenerates a nice API on top of a GraphQL schema, GenQL. I want to let the user create custom resolvers where they interact with the same API on the server-side, but skipping the HTTP layer, is it possible?
Beta Was this translation helpful? Give feedback.
All reactions