gitlab-org--gitlab-foss/app/graphql/gitlab_schema.rb

12 lines
207 B
Ruby
Raw Normal View History

2017-08-16 13:04:41 +00:00
Gitlab::Graphql::Authorize.register!
GitlabSchema = GraphQL::Schema.define do
use GraphQL::Batch
enable_preloading
enable_authorization
mutation(Types::MutationType)
query(Types::QueryType)
end