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

This commit is contained in:
2024-02-03 17:44:28 +03:00
parent 2008345e69
commit 33193b2345
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
type Mutation {
# author
rate_author(rated_slug: String!, value: Int!): CommonResult!
update_profile(profile: ProfileInput!): CommonResult!
update_author(profile: ProfileInput!): CommonResult!
# editor
create_shout(inp: ShoutInput!): CommonResult!