Skip to main content

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#

reaction (Boolean!)#

reaction is true when a reaction action was left on an item.

dontAgree (Boolean!)#

dontAgree is true when a dontAgree action was left on an item.

flag (Boolean!)#

flag is true when a flag action was left on an item.

illegal (Boolean!)#

flag is true when an illegal content actions was left on an item.