diff --git a/resolvers/reader.py b/resolvers/reader.py index 690a78da..c4240467 100644 --- a/resolvers/reader.py +++ b/resolvers/reader.py @@ -64,7 +64,6 @@ def query_shouts(): ";", func.concat("id:", Topic.id), func.concat("title:", Topic.title), - func.concat("body:", Topic.body), func.concat("slug:", Topic.slug), func.concat("is_main:", ShoutTopic.main), ),