update-fix
All checks were successful
Deploy to core / deploy (push) Successful in 1m37s

This commit is contained in:
2024-02-16 19:46:57 +03:00
parent 7aaa9e8d8b
commit 0a74ed0f63
5 changed files with 52 additions and 33 deletions

View File

@@ -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