From f11a11cf675239914224d82fd3d4e4022a6dac64 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Wed, 29 Mar 2017 13:04:28 -0600 Subject: [PATCH] show view more button on a permalinked comment if applicable --- client/coral-framework/graphql/queries/streamQuery.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-framework/graphql/queries/streamQuery.graphql b/client/coral-framework/graphql/queries/streamQuery.graphql index 03af1de4c..f3b8576dd 100644 --- a/client/coral-framework/graphql/queries/streamQuery.graphql +++ b/client/coral-framework/graphql/queries/streamQuery.graphql @@ -5,6 +5,7 @@ query AssetQuery($asset_id: ID, $asset_url: String!, $comment_id: ID!, $has_comm ...commentView parent { ...commentView + replyCount replies { ...commentView }