From fab190b16cc09a513a1609234aafe0cdd3474b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Miedes=20Garc=C3=A9s?= Date: Fri, 30 Sep 2016 12:06:10 +0200 Subject: [PATCH] Deleted accidentally commited code --- app/graph/types/commentable_interface.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/graph/types/commentable_interface.rb b/app/graph/types/commentable_interface.rb index 3bbe96c4f..1f62b0d09 100644 --- a/app/graph/types/commentable_interface.rb +++ b/app/graph/types/commentable_interface.rb @@ -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