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