-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Schema(s) #7
Comments
Hello! I haven't given much thought to the schema language. What would be your use case for schema language support? Are there any tools that produce or consume this representation? What do you mean with "generate a schema dynamically"? All exposed types today must implement the |
Some people respond with different schemas depending on auth context and whatever. Maybe @dbettin is referring to that? |
We are planning to build graphql schema designers. These schemas could live in a database for example. So they would not be able to be statically defined in code. |
I see. Unfortunately, I don't think this library is suited for that use case. In order to do this with Juniper, you would need to bypass all functionality provided by implementing the To answer @Mange's question, that should be possible by using different |
@dbettin so could you share me which route you took for your case? I have a similar requirement. |
The text was updated successfully, but these errors were encountered: