class Oxide::Execution::Context

Defined in:

oxide/execution/context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(query : Oxide::Query, context : Oxide::Context | Nil = nil) #

[View source]

Instance Method Detail

def context : Oxide::Context #

[View source]
def context? : Oxide::Context | Nil #

[View source]
def current_field : Oxide::Language::Nodes::Field | Nil #

[View source]
def current_field=(current_field : Oxide::Language::Nodes::Field | Nil) #

[View source]
def current_object : Oxide::Types::ObjectType | Nil #

[View source]
def current_object=(current_object : Oxide::Types::ObjectType | Nil) #

[View source]
def current_path : Array(String) #

[View source]
def current_path=(current_path : Array(String)) #

[View source]
def document(*args, **options) #

[View source]
def document(*args, **options, &) #

[View source]
def errors : Set(Error) #

[View source]
def query : Oxide::Query #

[View source]