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

Taking x number of results?

phillip-haydon opened this issue · comments

I'm not sure if I'm just tired and stupid, but I have gone through all the examples and I cannot seem to find a way to limit the number of results returned...

Is this a limitation at the moment?

@phillip-haydon Pagination is still on the todo list. This would be part of that effort. If anyone wants to take a stab at the implementation, this would be a great addition :) I'm pretty underwater with other projects, but if it stays stagnant for long I may make time to take a stab at it.

I have a connection implementation borrowed from this project https://github.com/Dotnet-Boxed/Templates. I can submit PR if it's of interest.