struct Oxide::Execution::ResolutionInfo

Defined in:

oxide/execution/resolution_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(schema : Oxide::Schema, context : Oxide::Execution::Context, field : Oxide::BaseField, field_name : String) #

[View source]

Instance Method Detail

def context : Execution::Context #

[View source]
def field : Oxide::BaseField #

[View source]
def field_name : String #

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

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

[View source]
def schema : Oxide::Schema #

[View source]