Current section

Files

Jump to
absinthe lib absinthe phase schema validation.ex
Raw

lib/absinthe/phase/schema/validation.ex

defmodule Absinthe.Phase.Schema.Validation do
@moduledoc false
alias Absinthe.Phase
def pipeline do
[
Phase.Validation.KnownDirectives
]
end
end