igor-starostenko/report_factory

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

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Types
  class BaseObject < GraphQL::Schema::Object; end
end