Module: Types::GraphqlTypeUtils
- Defined in:
- app/graphql/types/graphql_type_utils.rb
Class Method Summary collapse
Class Method Details
.get_or_check_existing_constant(graphql_class_name) ⇒ Object
3 4 5 |
# File 'app/graphql/types/graphql_type_utils.rb', line 3 def self.get_or_check_existing_constant(graphql_class_name) const_get(graphql_class_name) if const_defined?(graphql_class_name) end |