zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

validation.ex (169B)


      1 defmodule Absinthe.Phase.Schema.Validation do
      2   @moduledoc false
      3 
      4   alias Absinthe.Phase
      5 
      6   def pipeline do
      7     [
      8       Phase.Validation.KnownDirectives
      9     ]
     10   end
     11 end