Class: GraphQL::Language::Nodes::TypeName
- Inherits:
-
NameOnlyNode
- Object
- AbstractNode
- NameOnlyNode
- GraphQL::Language::Nodes::TypeName
- Defined in:
- lib/graphql/language/nodes.rb
Overview
A type name, used for variable definitions
Instance Attribute Summary
Attributes inherited from NameOnlyNode
Attributes inherited from AbstractNode
Method Summary
Methods inherited from NameOnlyNode
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