Method: Graphiti::Errors::TypeNotFound#message
- Defined in:
- lib/graphiti/errors.rb
#message ⇒ Object
563 564 565 566 567 568 569 |
# File 'lib/graphiti/errors.rb', line 563 def " Could not find type \#{@type.inspect}! This was specified on attribute \#{@attribute.inspect} within resource \#{@resource.name}\n\n Valid types are: \#{Graphiti::Types.map.keys.inspect}\n MSG\nend\n" |