Add flag deleted with value "true" to comments of deleted users (#2952)

* [Fix] Add deleted as true to comments of deleted users

* fix: revert deleted = true

Co-authored-by: hector.melo <hector.melo@corp.globo.com>
Co-authored-by: Wyatt Johnson <me@wyattjoh.ca>
Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com>
This commit is contained in:
Hector Nieva
2020-05-07 15:46:04 +00:00
committed by GitHub
co-authored by hector.melo Wyatt Johnson Wyatt Johnson
parent 45873398dd
commit 8ea88f9b96
2 changed files with 4 additions and 0 deletions
@@ -2625,6 +2625,9 @@ type Comment {
"""
deleted: Boolean
"""
site is the Site referenced by the Story for this Comment.
"""
site: Site!
}