class

GraphQL::Schema

Inherits Reference < Object

Constructors

new(query : QueryType, mutation : MutationType | Nil = nil)
Source

Instance methods

document
Source
execute(query : String, variables : Hash(String, JSON::Any) | Nil = nil, operation_name : String | Nil = nil, context = Context.new) : String
Source
execute(io : IO, query : String, variables : Hash(String, JSON::Any) | Nil = nil, operation_name : String | Nil = nil, context = Context.new) : Nil
Source