GraphQL::Language::OperationDefinition
Inherits GraphQL::Language::ASTNode < Reference < Object
A query, mutation or subscription.
May be anonymous or named.
May be explicitly typed (eg mutation { ... }) or implicitly a query (eg { ... }).
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
children
Sourcedirectives
hash(hasher)
See Object#hash(hasher)
name
operation_type
operation_type=(operation_type : String)
selections
variables