class

GraphQL::Language::SchemaDefinition

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

Constructors

new(query : String, mutation : Nil | String, subscription : Nil | String, **rest)
Source

Instance methods

==(other : self)

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

hash(hasher)

See Object#hash(hasher)

mutation
mutation=(mutation : Union(String, Nil))
query
query=(query : String)
subscription
subscription=(subscription : Union(String, Nil))