summaryrefslogtreecommitdiff
path: root/lib/schema.rb
blob: bf02dce7dda761ccfc112b7ea63c806a3af01334 (plain)
1
2
3
4
class Schema < GraphQL::Schema
  max_complexity 400
  query Types::Query
end