ActionPresence
ActionPresence returns whether or not a given item has one of the following actions on it. This is typically used to determine if a given user has left one of the following actions.
type ActionPresence {
reaction: Boolean!
dontAgree: Boolean!
flag: Boolean!
illegal: Boolean!
}
Fields
ActionPresence.reaction
● Boolean!
non-null scalar
reaction is true when a reaction action was left on an item.
ActionPresence.dontAgree
● Boolean!
non-null scalar
dontAgree is true when a dontAgree action was left on an item.
ActionPresence.flag
● Boolean!
non-null scalar
flag is true when a flag action was left on an item.
ActionPresence.illegal
● Boolean!
non-null scalar
flag is true when an illegal content actions was left on an item.
Member Of
Comment
object