class GraphQL::Language::InputObject
- GraphQL::Language::InputObject
- GraphQL::Language::ASTNode
- Reference
- Object
Defined in:
graphql/language/nodes.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #arguments : Array(Argument)
- #arguments=(arguments : Array(Argument))
- #children
-
#hash(hasher)
See
Object#hash(hasher)
-
#to_h
@return [Hash<String, Any>] Recursively turn this input object into a Ruby Hash
- #to_value
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?
.