gitlab-org--gitlab-foss/app/graphql/types/base_union.rb

7 lines
97 B
Ruby

# frozen_string_literal: true
module Types
class BaseUnion < GraphQL::Schema::Union
end
end