rexxars / sql-to-graphql

Generate a GraphQL API based on your SQL database structure
MIT License
592 stars 73 forks source link

Implement limit/offset for connections #30

Closed rexxars closed 9 years ago

rexxars commented 9 years ago

We are currently just fetching the first 25 items for a connection. Obviously, the next step would be to implement limit and offset.

We also need to support relays connection system, but I think it would be nice with this simpler (if more naive) approach as well.