absinthe v1.2.0-alpha.1 Absinthe.Pipeline
Summary
Functions
Return the part of a pipeline before a specific phase
Return the part of a pipeline after (and including) a specific phase
Return the part of a pipeline up to and including a specific phase
Types
data_t :: any
t :: [phase_config_t | [phase_config_t]]
Functions
Return the part of a pipeline before a specific phase.
Specs
for_schema(nil | Absinthe.Schema.t, Keyword.t) :: t
Return the part of a pipeline after (and including) a specific phase.
Specs
insert_before(t, Absinthe.Phase.t, Absinthe.Phase.t) :: t
insert_before(t, Absinthe.Phase.t, Absinthe.Phase.t) :: t
Specs
run(data_t, t) ::
{:ok, data_t, [Absinthe.Phase.t]} |
{:error, String.t, [Absinthe.Phase.t]}
Specs
run_phase(t, data_t, [Absinthe.Phase.t]) ::
{:ok, data_t, [Absinthe.Phase.t]} |
{:error, String.t, [Absinthe.Phase.t]}
Return the part of a pipeline up to and including a specific phase.