absinthe v1.1.5 Absinthe.Execution.Field

Information passed to aid resolution functions, describing the current field’s execution environment.

Summary

Types

t()

Options

  • :adapter - The execution adapter.
  • :ast_node - The current AST node.
  • :context - The context passed to Absinthe.run.
  • :definition - The current field definition.
  • :parent_type - The parent type for the field.
  • :root_value - The root value passed to Absinthe.run, if any.
  • :schema - The current schema.
  • :source - The resolved parent object; source of this field

Types

t :: %{adapter: atom, ast_node: Language.t, context: map, definition: Type.Field.t, parent_type: Type.t, root_value: any, schema: Schema.t, source: any}

Options

  • :adapter - The execution adapter.
  • :ast_node - The current AST node.
  • :context - The context passed to Absinthe.run.
  • :definition - The current field definition.
  • :parent_type - The parent type for the field.
  • :root_value - The root value passed to Absinthe.run, if any.
  • :schema - The current schema.
  • :source - The resolved parent object; source of this field.