silverstripe / silverstripe-graphql

Serves Silverstripe data as GraphQL representations
BSD 3-Clause "New" or "Revised" License
52 stars 61 forks source link

Support maximumLimit in pagination at a model schema level #543

Closed GuySartorelli closed 1 year ago

GuySartorelli commented 1 year ago

At the moment, you can only change the maximum limit in the overall settings. It would be nice to be able to define this at a per-model level as part of the graphql schema.

PRs

GuySartorelli commented 1 year ago

I've merged the code change - and I've raised a new PR which documents that change.

emteknetnz commented 1 year ago

Docs PR has been merged