Module: Graphoid::Mapper
- Defined in:
- lib/graphoid/mapper.rb
Class Method Summary collapse
Class Method Details
.convert(field) ⇒ Object
6 7 8 9 10 |
# File 'lib/graphoid/mapper.rb', line 6 def convert(field) return GraphQL::Types::ID if field.name.end_with?('id') Graphoid.driver.types_map[field.type] || GraphQL::Types::String end |