This repository was archived by the owner on Dec 19, 2023. It is now read-only.
How to register new schema and resolver at runtime with a reboot. #563
Unanswered
VishnuGupta16
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
-
Hi All,
I am working on a project which creates a new class at runtime ( without reboot ) and for each new class new elastic search index is also created.
I am looking for a way to create a new schema object in graphql at runtime ( without reboot) and able to query elastic search query via graphql query.
Is there any existing tool that can help me to integrate graphql with elastic search and create dynamic schema objects for graphql?
Beta Was this translation helpful? Give feedback.
All reactions