graphql_rails icon indicating copy to clipboard operation
graphql_rails copied to clipboard

max_page_size is ignored

Open povilasjurcys opened this issue 4 years ago • 0 comments

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

povilasjurcys avatar May 05 '20 06:05 povilasjurcys