This commit is contained in:
@@ -31,6 +31,7 @@ input TopicInput {
|
||||
}
|
||||
|
||||
input ReactionInput {
|
||||
id: Int!
|
||||
kind: ReactionKind!
|
||||
shout: Int!
|
||||
quote: String
|
||||
|
@@ -19,7 +19,7 @@ type Mutation {
|
||||
|
||||
# reaction
|
||||
create_reaction(reaction: ReactionInput!): CommonResult!
|
||||
update_reaction(id: Int!, reaction: ReactionInput!): CommonResult!
|
||||
update_reaction(reaction: ReactionInput!): CommonResult!
|
||||
delete_reaction(reaction_id: Int!): CommonResult!
|
||||
|
||||
# collab
|
||||
|
Reference in New Issue
Block a user