Coalesce
Coalesce copied to clipboard
Discuss support for GraphQL
It may be very interesting to be able to create both a server side and potentially a client-side implementation of GraphQL right off of the EF classes. This could be a boon for people looking to move their API to GraphQL. Security is probably the trickiest part here. I wonder if we can leverage what we have to make GraphQL work. @ascott18
GraphQL over EF is already a pretty well-worn path with projects like Hot Chocolate.
graphql-dotnet exists too, but is much more raw and doesn't have any notion of handling IQueryables.