class GraphQL::Language::WrapperType

Overview

Base class for non-null type names and list type names

Direct Known Subclasses

Defined in:

graphql/language/nodes.cr

Constructors

Instance Method Summary

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

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

Constructor Detail

def self.new(of_type : GraphQL::Language::ASTNode, **rest) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def children #

def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def of_type : Type #

def of_type=(of_type : Type) #