4 5 6 7
# File 'lib/graphoid/mapper.rb', line 4 def convert field return GraphQL::Types::ID if field.name.end_with?("id") Graphoid.driver.types_map[field.type] || GraphQL::Types::String end