View Source Absinthe.Phase behaviour (absinthe v1.7.0)
Behaviour for Absinthe Phases.
A phase takes an Absinthe.Blueprint
document and returns another blueprint document.
All validation, resolution, and result building happens via phases. See
Absinthe.Pipeline
for information on how to run phases. See the code under
this namespace for information on individual phases.
Link to this section Summary
Link to this section Types
Specs
Specs
t() :: module()
Link to this section Callbacks
Specs
Link to this section Functions
Specs
put_error(Absinthe.Blueprint.node_t(), Absinthe.Phase.Error.t()) :: Absinthe.Blueprint.node_t()