Skip to content

Support for Anyc creation of GraphQl Schema #989

@djett41

Description

@djett41

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!

  1. When the app starts, hit an external API to grab the configuration files of different Types and fields for that type.
  2. Dynamically create a graphql Schema with queries/mutations/subscriptions/query inputs etc based on those fields/types loaded from the exernal API
  3. Allow for the server to be able to perform CRUD operations against another API for each type
  4. 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

No one assigned

    Labels

    for: external-projectNeeds a change in external projectin: coreIssues related to config and core supportstatus: duplicateA duplicate of another issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions