reaction-model-fix
All checks were successful
deploy / deploy (push) Successful in 2m19s

This commit is contained in:
2023-11-27 19:03:47 +03:00
parent 909ddbd79d
commit caa2dbfdf3
6 changed files with 83 additions and 77 deletions

View File

@@ -210,7 +210,7 @@ input TopicInput {
input ReactionInput {
kind: ReactionKind!
shout: Int!
range: String
quote: String
body: String
reply_to: Int
}