GraphQL::Language::FieldDefinition
Inherits GraphQL::Language::ASTNode < Reference < Object
Constructors
new(name : String, arguments, type : GraphQL::Language::ASTNode, directives, description : Nil | String, **rest)
SourceInstance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
arguments
children
Sourcedescription
directives
hash(hasher)
See Object#hash(hasher)
name
name=(name : String)
type
type=(type : Type)