class GraphQL::Schema
- GraphQL::Schema
- Reference
- Object
Defined in:
graphql/schema.crConstructors
Instance Method Summary
- #document : Language::Document
- #execute(query : String, variables : Hash(String, JSON::Any) | Nil = nil, operation_name : String | Nil = nil, context = Context.new) : String
- #execute(io : IO, query : String, variables : Hash(String, JSON::Any) | Nil = nil, operation_name : String | Nil = nil, context = Context.new) : Nil
Constructor Detail
Instance Method Detail
def execute(query : String, variables : Hash(String, JSON::Any) | Nil = nil, operation_name : String | Nil = nil, context = Context.new) : String
#
def execute(io : IO, query : String, variables : Hash(String, JSON::Any) | Nil = nil, operation_name : String | Nil = nil, context = Context.new) : Nil
#