Skip to content

Commit

Permalink
Disable validation phases
Browse files Browse the repository at this point in the history
  • Loading branch information
kdawgwilk committed Jun 25, 2022
1 parent a8c828d commit f2dd7b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/absinthe/federation/schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ defmodule Absinthe.Federation.Schema do
def pipeline(pipeline) do
Pipeline.insert_after(pipeline, TypeImports, [
__MODULE__.Phase.AddFederatedTypes,
__MODULE__.Phase.AddFederatedDirectives,
__MODULE__.Phase.Validation.KeyFieldsMustExist,
__MODULE__.Phase.Validation.KeyFieldsMustBeValidWhenExtends
__MODULE__.Phase.AddFederatedDirectives
# __MODULE__.Phase.Validation.KeyFieldsMustExist,
# __MODULE__.Phase.Validation.KeyFieldsMustBeValidWhenExtends
])
end

Expand Down

0 comments on commit f2dd7b7

Please sign in to comment.