OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.44k stars 2.4k forks source link

[GraphQL] Implement Facebook Dataloader #3075

Closed Jetski5822 closed 4 years ago

Jetski5822 commented 5 years ago

https://graphql-dotnet.github.io/docs/guides/dataloader/

cc/ @RajasekarPR

carlwoodhouse commented 5 years ago

more advanced notes / explanation : http://fiyazhasan.me/graphql-with-asp-net-core-part-x-data-loader-series-finale/

carlwoodhouse commented 4 years ago

fyi @sebastienros the issue is here that we discussed, working on it this week

carlwoodhouse commented 4 years ago

Ok i got a version working, needs some tidying up .. i'll start by adding a loader for anything that return contentitems quick skim suggests

Will look for any other candidates using yessql in graphql object resolvers