Flag
No description
type Flag {
id: ID!
flagger: User
comment: Comment!
revision: CommentRevision
reason: COMMENT_FLAG_REASON
additionalDetails: String
reviewed: Boolean!
createdAt: Time!
reportID: String
}
Fields
Flag.id ● ID! non-null scalar
id is the identifier for this flag action.
Flag.flagger ● User object
flagger is the User that created the Flag. If this is null, then the system created the Flag.