summaryrefslogtreecommitdiff
path: root/app/graphql/types/base_interface.rb
blob: 3451a195c33630daf1412c43c958b4dd58e85001 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Types
  module BaseInterface
    include GraphQL::Schema::Interface
  end
end