Class: GraphQL::Language::Nodes::NonNullType

Inherits:
WrapperType show all
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

#of_type

Attributes inherited from AbstractNode

#col, #filename, #line

Method Summary

Methods inherited from WrapperType

#initialize_node, #scalars

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