Replies: 1 comment
-
I don't think this is possible with Mercurius. Note that the performance profile of all those processing would make your application quite inefficient. |
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 have the following scenario working in Express (via
graphqlHTTP
from express-graphql):/:id/graphql
:id
I generate types, queries, mutations, and resolvers that get used during the request.I've really liked working with fastify and mercurius before and wondered if there was a similar mechanism available to do the same kind of "dynamic" schema in mercurius.
Beta Was this translation helpful? Give feedback.
All reactions