debian-mirror-gitlab/app/graphql/types/base_field.rb
2018-12-05 23:21:45 +05:30

8 lines
136 B
Ruby

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