Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GraphQL Support #107

@feroult

Description

@feroult

I'm thinking about adding GraphQL support. I'd like to hear some of your thoughts on it, feel free to criticize. The idea is to keep both the REST and GraphQL modes.

Our current REST model is also flexible in a way that it already supports a good subset of a GraphQL server.

We would need to export a /graphql endpoint that routes to a Java GraphQL Schema. The schema could be created directly from the same way we declare models today with the help of some Java GraphQL library like: https://github.com/graphql-java/graphql-java

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions