Graph fixes and migrations

- Added migrations for mapping old keys
- Added migration for fixing old dont agree flags
- Removed enum requirement for output
This commit is contained in:
Wyatt Johnson
2017-10-10 11:22:19 -06:00
parent d6e7bb0a0a
commit 86c3c286ee
6 changed files with 81 additions and 5 deletions
+2 -2
View File
@@ -555,7 +555,7 @@ type FlagAction implements Action {
id: ID!
# The reason for which the Flag Action was created.
reason: FLAG_REASON
reason: String
# An optional message sent with the flagging action by the user.
message: String
@@ -596,7 +596,7 @@ type FlagActionSummary implements ActionSummary {
count: Int!
# The reason for which the Flag Action was created.
reason: FLAG_REASON
reason: String
# The flag by the current user against the parent entity with this reason.
current_user: FlagAction