class

GraphQL::Language::InputValueDefinition

Inherits GraphQL::Language::ASTNode < Reference < Object

Constructors

new(name : String, type : GraphQL::Language::ASTNode, default_value : GraphQL::Language::FValue, directives, description : Nil | String, **rest)
Source

Instance methods

==(other : self)

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

children
Source
default_value
default_value=(default_value : FValue)
description
description=(description : Union(String, Nil))
directives
directives=(directives : Array(Directive))
hash(hasher)

See Object#hash(hasher)

name
name=(name : String)
type
type=(type : Type)