igor-starostenko/report_factory

View on GitHub
app/graphql/types/base_interface.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# Type namespace
module Types
  # Base Type interface for GraphQL
  module BaseInterface
    include GraphQL::Schema::Interface
  end
end