2018-05-23 03:55:14 -04:00
|
|
|
class GitlabSchema < GraphQL::Schema
|
2018-02-23 10:36:40 -05:00
|
|
|
use BatchLoader::GraphQL
|
2018-05-23 03:55:14 -04:00
|
|
|
use Gitlab::Graphql::Authorize
|
|
|
|
use Gitlab::Graphql::Present
|
2017-08-16 09:04:41 -04:00
|
|
|
|
|
|
|
query(Types::QueryType)
|
2018-05-23 03:55:14 -04:00
|
|
|
# mutation(Types::MutationType)
|
2017-08-16 09:04:41 -04:00
|
|
|
end
|