class GraphQL::Schema

Defined in:

graphql/schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(query : QueryType, mutation : MutationType? = nil) #

[View source]

Instance Method Detail

def document : Language::Document #

[View source]
def execute(query : String, variables : Hash(String, JSON::Any)? = nil, operation_name : String? = nil, context = Context.new) #

[View source]