Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discuss support for GraphQL #185

Open
GrantErickson opened this issue Jan 28, 2021 · 1 comment
Open

Discuss support for GraphQL #185

GrantErickson opened this issue Jan 28, 2021 · 1 comment

Comments

@GrantErickson
Copy link
Collaborator

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

@ascott18
Copy link
Collaborator

ascott18 commented Jan 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants