Create comments with Tags

This commit is contained in:
Belen Curcio
2017-04-12 19:42:39 -03:00
parent 7fca451263
commit 7424fc9774
4 changed files with 10 additions and 9 deletions
+2 -3
View File
@@ -595,8 +595,7 @@ input CreateLikeInput {
enum TAG {
STAFF
enum TAG_TYPE {
OFF_TOPIC
}
@@ -612,7 +611,7 @@ input CreateCommentInput {
body: String!
# Tags
tags: [TAG]
tags: [TAG_TYPE]
}