class GraphQL::Language::NonNullType

Overview

A non-null type definition, denoted with ...! (used for variable type definitions)

Defined in:

graphql/language/nodes.cr

Instance methods inherited from class GraphQL::Language::WrapperType

==(other : self) ==, children children, hash(hasher) hash, of_type : Type of_type, of_type=(of_type : Type) of_type=

Constructor methods inherited from class GraphQL::Language::WrapperType

new(of_type : GraphQL::Language::ASTNode, **rest) new

Instance methods inherited from class GraphQL::Language::ASTNode

children children, visit(block : ASTNode -> _) visit