Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

How create IQueryable according the GraphQL query? #2

Open
janskoruba opened this issue Mar 19, 2017 · 1 comment
Open

How create IQueryable according the GraphQL query? #2

janskoruba opened this issue Mar 19, 2017 · 1 comment

Comments

@janskoruba
Copy link

I want to create optimize sql query according the graphql query. Is it possible create some mapping the GraphQL query to IQueryable for Entity Framework?

For example - If you want to get hero without his friends collection or with his friends. It will be different complicated query on SQL server. How can I solve this issue?

Thank you.

@hfmm99
Copy link

hfmm99 commented Feb 2, 2018

Yes it's possible, take a look at this:

https://github.com/ckimes89/graphql-net

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

No branches or pull requests

2 participants