Deleted accidentally commited code

This commit is contained in:
Alberto Miedes Garcés
2016-09-30 12:06:10 +02:00
parent 5f407d5059
commit fab190b16c

View File

@@ -12,10 +12,3 @@ CommentableInterface = GraphQL::InterfaceType.define do
field :comments, !types[!CommentType], "Comments in this commentable"
field :geozone, GeozoneType, "Geozone affected by this commentable"
end
# Then, object types may include it:
CoffeeType = GraphQL::ObjectType.define do
# ...
interfaces([BeverageInterface])
end