Method: GraphQL::BaseType#to_s
- Defined in:
- lib/graphql/base_type.rb
#to_s ⇒ Object Also known as: inspect
Print the human-readable name of this type using the query-string naming pattern
94 95 96 |
# File 'lib/graphql/base_type.rb', line 94 def to_s name end |