Class: GraphQL::Language::Nodes::NonNullType
- Inherits:
-
WrapperType
- Object
- AbstractNode
- WrapperType
- GraphQL::Language::Nodes::NonNullType
- Defined in:
- lib/graphql/language/nodes.rb
Overview
A non-null type definition, denoted with ...!
(used for variable type definitions)
Instance Attribute Summary
Attributes inherited from WrapperType
Attributes inherited from AbstractNode
Method Summary
Methods inherited from WrapperType
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