Skip to content

Commit

Permalink
Remove commented code (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet authored Dec 30, 2020
1 parent c707638 commit d2528e0
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions test/support/fixtures/dynamic/interface_cycle_schema.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,4 @@ defmodule Absinthe.TestSupport.Schema.InterfaceCycleSchema do
"""

import_sdl @sdl
# query do
# field :foo, :foo
# field :quux, :quux
# field :span, :spam
# end

# object :foo do
# field :not_name, :string
# interface :named
# interface :aged

# is_type_of fn _ ->
# true
# end
# end

# object :quux do
# field :not_name, :string
# interface :foo

# is_type_of fn _ ->
# true
# end
# end

# object :spam do
# field :name, :string
# interface :named
# end

# interface :named do
# field :name, :string
# end

# interface :aged do
# field :age, :integer
# end
end

0 comments on commit d2528e0

Please sign in to comment.