DEBSOURCES
Skip Quicknav
sources / ruby-graphql / 2.2.17-1 / lib / generators / graphql / templates / base_union.erb
12345678
# frozen_string_literal: true <% module_namespacing_when_supported do -%> module Types class BaseUnion < GraphQL::Schema::Union end end <% end -%>