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

base_enum.rb « types « graphql « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cf43fea45e6dcfe34a249de5f0cca6b9ff73034f (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Types
  class BaseEnum < GraphQL::Schema::Enum
  end
end