Commit 0b2bbedf authored by Felipe Artur's avatar Felipe Artur

Increase max page size

parent 91ebc5cd
......@@ -20,6 +20,7 @@ module EE
field :epics, # rubocop:disable Graphql/Descriptions
::Types::EpicType.connection_type,
null: true,
max_page_size: 2000,
resolver: ::Resolvers::EpicResolver
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment