absinthe v1.2.0-beta.0 Absinthe.Phase.Document.Validation.NoFragmentCycles
Ensure that document doesn’t have any fragment cycles that could result in a loop during execution.
Note that if this phase fails, an error should immediately be given to the user.
Summary
Functions
do_run(input, map)
do_run(Absinthe.Blueprint.t, %{validation_result_phase: Absinthe.Phase.t}) :: Absinthe.Phase.result_t
Generate the error message.
Run the validation.