Class: GraphQL::Language::Nodes::VariableIdentifier

Inherits:
NameOnlyNode show all
Defined in:
lib/graphql/language/nodes.rb

Overview

Usage of a variable in a query. Name does not include $.

Instance Attribute Summary

Attributes inherited from NameOnlyNode

#name

Attributes inherited from AbstractNode

#col, #filename, #line

Method Summary

Methods inherited from NameOnlyNode

#initialize_node

Methods inherited from AbstractNode

#children, #eql?, #initialize, #initialize_node, #position, #scalars, #to_query_string

Constructor Details

This class inherits a constructor from GraphQL::Language::Nodes::AbstractNode