Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base_field.rb « types « graphql « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5740a334d7b92efc88dfe2ce301accce7410396 (plain)
1
2
3
4
5
module Types
  class BaseField < GraphQL::Schema::Field
    prepend Gitlab::Graphql::Authorize
  end
end