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!}
#
Fieldsreaction
(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.