Dapper.GraphQL
Dapper.GraphQL copied to clipboard
Taking x number of results?
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.