landmarkhw / Dapper.GraphQL

A .NET Core library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataloader

flieks opened this issue · comments

Hi,

Interesting, is this compatible with graphql-dotnet's dataloader?

@flieks I haven't specifically tested it with graphql-dotnet's dataloader; however, after looking at it, I don't see any reason why it wouldn't work. It can resolve asynchronously with its various ...Async() methods, so I don't think you should have any trouble mixing the two together.