grails / gorm-graphql

An automatic GraphQL schema generator for GORM
Apache License 2.0
80 stars 23 forks source link

Automatically add pagination arguments for fields that represent a GORM 1-to-Many association #58

Open jamesdh opened 3 years ago

jamesdh commented 3 years ago

Right now the default is to return everything. In most applications, that can easily bring things to a crashing halt. I believe this should be pretty straightforward once #56 is in, but would appreciate any insights others might have.