class

Oxide::Language::Nodes::OperationDefinition

Inherits Oxide::Language::Nodes::Node < Oxide::Language::Visitable < Reference < Object

Constructors

new(operation_type : String, name : Nil | String = nil, selection_set : Nil | Oxide::Language::Nodes::SelectionSet = nil, variable_definitions : Array(Oxide::Language::Nodes::VariableDefinition) = [] of VariableDefinition, directives : Array(Oxide::Language::Nodes::Directive) = [] of Directive)
Source

Instance methods

==(other : self)

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

accept(visitor : Visitor)
Source
directives
Source
directives=(directives : Array(Directive))
Source
hash(hasher)

See Object#hash(hasher)

name
Source
name=(name : String | Nil)
Source
operation_type
Source
operation_type=(operation_type : String)
Source
selection_set
Source
selection_set=(selection_set : SelectionSet)
Source
selection_set?
Source
variable_definitions
Source
variable_definitions=(variable_definitions : Array(VariableDefinition))
Source