From 32fdc515064d87301a6ac7d1efb8a688cea72d40 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Sat, 22 Sep 2018 00:49:48 -0600 Subject: [PATCH] fix: updated comment --- src/core/server/graph/tenant/schema/schema.graphql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/server/graph/tenant/schema/schema.graphql b/src/core/server/graph/tenant/schema/schema.graphql index 4b2d9ca23..142d59973 100644 --- a/src/core/server/graph/tenant/schema/schema.graphql +++ b/src/core/server/graph/tenant/schema/schema.graphql @@ -666,7 +666,8 @@ type Comment { parent: Comment """ - rootParent is the comment that is not a reply to another Comment. + rootParent is the highest level parent Comment. This Comment would have been + left on the Asset itself. """ rootParent: Comment