delete-reaction-schema-fix

This commit is contained in:
2024-01-23 22:52:40 +03:00
parent f5f5cea184
commit 06699a000a
2 changed files with 3 additions and 3 deletions

View File

@@ -329,7 +329,7 @@ type Mutation {
# reaction
create_reaction(reaction: ReactionInput!): Result!
update_reaction(id: Int!, reaction: ReactionInput!): Result!
delete_reaction(id: Int!): Result!
delete_reaction(reaction_id: Int!): Result!
# collab
create_invite(slug: String, author_id: Int): Result!