Class: GQL::Schema::Call

Inherits:
Node
  • Object
show all
Defined in:
lib/gql/schema/call.rb

Instance Attribute Summary

Attributes inherited from Node

#ast_node, #context, #target, #variables

Instance Method Summary collapse

Methods inherited from Node

build_class, #initialize, validate_is_subclass!, #value

Constructor Details

This class inherits a constructor from GQL::Node

Instance Method Details

#raw_valueObject



11
12
13
# File 'lib/gql/schema/call.rb', line 11

def raw_value
  target.name
end