graphql-dotnet-dataloader
graphql-dotnet-dataloader copied to clipboard
Batch data access using DataLoader + GraphQL in .NET
Results
3
graphql-dotnet-dataloader issues
Sort by
recently updated
recently updated
newest added
We have been working with GraphQL DotNet and we started working with this DataLoader. Seemed like a pretty good tool but we have run into an issue that I believe...
Began playing with this in a Web API project and came across some async threading issues. From what I can see, nested continuations (code after `await`) are being executed asynchronously...