Method: GraphQL::Field#type=
- Defined in:
- lib/graphql/field.rb
#type=(new_return_type) ⇒ Object
254 255 256 257 |
# File 'lib/graphql/field.rb', line 254 def type=(new_return_type) @clean_type = nil @dirty_type = new_return_type end |