-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
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
rsolci and raderio