debian-mirror-gitlab/app/graphql/types/base_field.rb
2019-05-30 16:15:17 +05:30

8 lines
136 B
Ruby

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