Increase limit on graphql query items

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [ X] Documentation issue or request

Current behavior

Graphql query only returning 200 items

Environment

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [x] Self hosted with other version
  • [ ] Cloud version

Version: [VERSION] 4.0.1 (I think)

Browser:

  • [x] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

This is more of a question rather than a support request.
In our self hosted app we have reached the limit of the number of items in one schema, and according to yours docs the maximum value is 200.
Is there a plan to ever increase this limit?
Is there anything we can do to get around this limit?

Any thoughts would be gladly received.

Hello and welcome top the community.

have you checked this: https://github.com/Squidex/squidex/blob/master/backend/src/Squidex/appsettings.json#L276 ?

1 Like

Thank you seb! We will try updating these settings and see if it works.