class

GraphQL::Language::DirectiveDefinition

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

Constructors

new(name : String, arguments, locations, description : Nil | String, **rest)
Source

Instance methods

==(other : self)

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

arguments
arguments=(arguments : Array(InputValueDefinition))
children
Source
description
description=(description : Union(String, Nil))
hash(hasher)

See Object#hash(hasher)

locations
locations=(locations : Array(String))
name
name=(name : String)