graphql_rails
graphql_rails copied to clipboard
max_page_size is ignored
It's possible to define custom max_page_size
in controller action like this:
class MyController < GraphqlRails::Controller
action(:index).paginated(max_page_size: 999)
end
sadly this does not work as promised - it still returns 200
records max