class GraphQL::Language::WrapperType
- GraphQL::Language::WrapperType
- GraphQL::Language::ASTNode
- Reference
- Object
Overview
Base class for non-null type names and list type names
Direct Known Subclasses
Defined in:
graphql/language/nodes.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #children
-
#hash(hasher)
See
Object#hash(hasher)
- #of_type : Type
- #of_type=(of_type : Type)
Instance methods inherited from class GraphQL::Language::ASTNode
children
children,
visit(block : ASTNode -> _)
visit
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.