class GraphQL::Language::InputObject

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(arguments, **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 arguments : Array(Argument) #

def arguments=(arguments : Array(Argument)) #

def children #

def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def to_h #

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


def to_value #