mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
field renamed
This commit is contained in:
@@ -20,17 +20,17 @@ type Reliability {
|
||||
# `null` if the reliability cannot be determined.
|
||||
flagger: Boolean
|
||||
|
||||
# flaggerScore will contains the number of agreed flags vs disagred flag
|
||||
# flaggerKarma will contains the number of agreed flags vs disagred flag
|
||||
# count.
|
||||
flaggerScore: Int!
|
||||
flaggerKarma: Int!
|
||||
|
||||
# Commenter will be `true` when the commenter is reliable, `false` if not, or
|
||||
# `null` if the reliability cannot be determined.
|
||||
commenter: Boolean
|
||||
|
||||
# commenterScore the number of approved comments (not untouched) subtracted by
|
||||
# commenterKarma the number of approved comments (not untouched) subtracted by
|
||||
# the number of rejected comments.
|
||||
commenterScore: Int!
|
||||
commenterKarma: Int!
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user