-
Notifications
You must be signed in to change notification settings - Fork 326
Closed as not planned
Labels
for: external-projectNeeds a change in external projectNeeds a change in external projectin: coreIssues related to config and core supportIssues related to config and core supportstatus: duplicateA duplicate of another issueA duplicate of another issue
Description
Hello! I have the following usecase and have been digging around but don't see any documentation that supports my usecase which requires generating a GraphQl schema at runtime. If anyone has seen this done before please point me in the right direction :-) I appreciate it!
- When the app starts, hit an external API to grab the configuration files of different Types and fields for that type.
- Dynamically create a graphql Schema with queries/mutations/subscriptions/query inputs etc based on those fields/types loaded from the exernal API
- Allow for the server to be able to perform CRUD operations against another API for each type
- Have a tool like Graphiql update to show the latest types and fields and allow you to query/mutate each type
Is this possible in spring-graphql at the moment? Thanks!
Metadata
Metadata
Assignees
Labels
for: external-projectNeeds a change in external projectNeeds a change in external projectin: coreIssues related to config and core supportIssues related to config and core supportstatus: duplicateA duplicate of another issueA duplicate of another issue