summaryrefslogtreecommitdiff
path: root/app/graphql/gitlab_schema.rb
blob: de4fc1d8e323f0da733ee68ac8c6e1b03d0345f7 (plain)
1
2
3
4
5
6
7
8
class GitlabSchema < GraphQL::Schema
  use BatchLoader::GraphQL
  use Gitlab::Graphql::Authorize
  use Gitlab::Graphql::Present

  query(Types::QueryType)
  # mutation(Types::MutationType)
end