mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Create comments with Tags
This commit is contained in:
@@ -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]
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user