Add support for GraphQL
Backgound:
Even though currently Odata makes Restful API quite flexible and easy to use, GraphQL could provide front-end developers more flexibility and control of data, and it is getting used by more and more projects. It might be an attractive feature to encourage people to use either Rest API or GraphQL API to build their own front end.
Possibility:
System can provide both Odata API and GraphQL API, and GraphQL API can reuse the existing service layer.
Tooling:
ChillCream can be an ideal candidate to help integrate GraphQL in .Net core without too much effort.
Well, thanks for the suggestion, however at the moment we don't have plan to implement GraphQL support into the solution.