mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 21:23:06 +08:00
More comments
This commit is contained in:
@@ -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!]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user