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

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

module Types
  class BaseUnion < GraphQL::Schema::Union
  end
end