Method: GraphQL::Language::Nodes::Field#marshal_load
- Defined in:
- lib/graphql/language/nodes.rb
#marshal_load(values) ⇒ Object
434 435 436 |
# File 'lib/graphql/language/nodes.rb', line 434 def marshal_load(values) @line, @col, @filename, @name, @arguments, @directives, @selections, @alias = values end |