More comments

This commit is contained in:
Chi Vinh Le
2018-09-24 20:24:24 +02:00
parent acdcd16b4d
commit dc3ea366bc
@@ -20,7 +20,10 @@ type AuthPopup {
}
extend type Comment {
# pending is true during the optimistic response.
pending: Boolean
# localReplies contains only comments created by the user
# on the ultimate threading level.
localReplies: [Comment!]
}