Great project, examples are thin and out of date though
Opened this issue · 3 comments
Tried your example in the readme and it seems very out of date, AddQuery doesn't even exist. Would also love to see a few more basic examples for not only queries but for mutations.
Thanks for the heads up. I used the name AddQuery
early on, but I eventually changed it to AddField
to better match the wording used in the GraphQL spec. I'll put some effort into updating the documentation - I basically haven't touched it since I first put this library on GitHub.
Documentation can be found here and some example projects can be found here.
@tombollich Can we close this issue?
Just my 2 cents but it seems that this repo isn't maintained any longer. However the GraphQL-dotnet package is and is also looking into the n+1 problem which was already solved in this repo. Couldn't we team up and create one amazing package?
graphql-dotnet/graphql-dotnet#265