struct Oxide::Resolution
- Oxide::Resolution
- Struct
- Value
- Object
Defined in:
oxide.crConstructors
Instance Method Summary
- #arguments : Hash(String, JSON::Any)
- #context(*args, **options)
- #context(*args, **options, &)
- #execution_context : Execution::Context
- #field(*args, **options)
- #field(*args, **options, &)
- #field_name(*args, **options)
- #field_name(*args, **options, &)
- #resolution_info : Execution::ResolutionInfo
- #schema(*args, **options)
- #schema(*args, **options, &)
Constructor Detail
def self.new(execution_context : Oxide::Execution::Context, resolution_info : Oxide::Execution::ResolutionInfo, arguments : Hash(String, JSON::Any) = {} of String => JSON::Any)
#