diff --git a/server/app/graphql/civic2_schema.rb b/server/app/graphql/civic2_schema.rb index ee70bdc20..5a44f45fc 100644 --- a/server/app/graphql/civic2_schema.rb +++ b/server/app/graphql/civic2_schema.rb @@ -1,5 +1,5 @@ class Civic2Schema < GraphQL::Schema - default_max_page_size 50 + default_max_page_size 100 mutation(Types::MutationType) query(Types::QueryType)