debian-mirror-gitlab/app/graphql/types/base_interface.rb
2018-12-05 23:21:45 +05:30

8 lines
116 B
Ruby

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