class Oxide::Execution::Context
- Oxide::Execution::Context
- Reference
- Object
Defined in:
oxide/execution/context.crConstructors
Instance Method Summary
- #context : Oxide::Context
- #context? : Oxide::Context | Nil
- #current_field : Oxide::Language::Nodes::Field | Nil
- #current_field=(current_field : Oxide::Language::Nodes::Field | Nil)
- #current_object : Oxide::Types::ObjectType | Nil
- #current_object=(current_object : Oxide::Types::ObjectType | Nil)
- #current_path : Array(String)
- #current_path=(current_path : Array(String))
- #document(*args, **options)
- #document(*args, **options, &)
- #errors : Set(Error)
- #query : Oxide::Query