feat: initial action implementations

This commit is contained in:
Wyatt Johnson
2018-09-06 16:24:34 -06:00
parent 53e548d77a
commit 1bd841ec01
6 changed files with 416 additions and 14 deletions
@@ -31,8 +31,22 @@ scalar Cursor
################################################################################
enum ACTION_TYPE {
"""
REACTION corresponds to a reaction to a comment from a user.
"""
REACTION
"""
FLAG corresponds to a flag action that indicates that the given resource needs
moderator attention.
"""
FLAG
DONTAGREE
"""
DONT_AGREE corresponds to when a user marks a given comment that they don't
agree with.
"""
DONT_AGREE
}
enum ACTION_ITEM_TYPE {