summaryrefslogtreecommitdiff
path: root/app/graphql/types/base_field.rb
blob: 2b2ea64c00b1c8cdcb3bbd14891ff03ed90f9ecb (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Types
  class BaseField < GraphQL::Schema::Field
    prepend Gitlab::Graphql::Authorize
  end
end