class

GraphQL::Language::InputObject

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

Constructors

new(arguments, **rest)
Source

Instance methods

==(other : self)

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

arguments
arguments=(arguments : Array(Argument))
children
Source
hash(hasher)

See Object#hash(hasher)

to_h

@return [Hash<String, Any>] Recursively turn this input object into a Ruby Hash

Source
to_value
Source