absinthe v1.2.0-alpha.1 Absinthe.Phase behaviour

Summary

Types

result_t ::
  {:ok, any} |
  {:jump, any, t} |
  {:insert, any, t | [t]} |
  {:replace, any, t | [t]} |
  {:error, String.t}
t :: module

Callbacks

run(any, any)

Specs

run(any, any) :: result_t