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

8 lines
116 B
Ruby

# frozen_string_literal: true
module Types
module BaseInterface
include GraphQL::Schema::Interface
end
end