How to dynamically register with based on GraphqlSchema bean? #1228
Unanswered
evanmalmud
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For instance I have a schema that has directives and tags.
In Java it seems like the GraphQLSchema type is being populated AFTER registration, but I want to use typing here to determine things during registration.
Is there a way to do this without a circular dependency (What im seeing now)
We dont necessarily NEED this because I can check type names during registration, but would rather it be cleaner.
SchemaUtil -
Registration -
Beta Was this translation helpful? Give feedback.
All reactions