tuql
tuql copied to clipboard
Better pagination support?
Right now this produces offset/limit support, but GraphQL recommends using a type to represent the edge + pageInfo. See:
http://graphql.org/learn/pagination/