debian-mirror-gitlab/app/graphql/types/base_field.rb
2018-11-08 19:23:39 +05:30

6 lines
105 B
Ruby

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