This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Dynamic creation of queries and mutations #811
Unanswered
MishenkoMatwey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I need to create dynamic mutations and queries. I am trying to use schemaString to add them and handle them with missingResolverDataFetcher. But I'm getting an error that my dynamically created graphQL type requires a Java class. Is it possible to somehow bypass the Java class check for the graphQL type? Override some method or class?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions