absinthe v0.4.5 Absinthe.Execution.Resolution protocol

Summary

Types

t :: %{target: any, parent_type: Absinthe.Type.t, type: Absinthe.Type.t, ast_node: Absinthe.Language.t}

Functions

resolve(ast_node, execution)

Specs

resolve(Absinthe.Language.t, Absinthe.Execution.t) ::
  {:ok, any, Absinthe.Execution.t} |
  {:error, any}