This commit is contained in:
2021-08-09 18:45:51 +03:00
parent b1e437dc6f
commit 3b9ce27b93
4 changed files with 10 additions and 9 deletions

View File

@@ -69,8 +69,8 @@ type Mutation {
rateShout(slug: String!, value: Int!): Result!
# user profile
# rateUser(value: Int!): ResultPayload!
# updateOnlineStatus: ResultPayload!
# rateUser(value: Int!): Result!
# updateOnlineStatus: Result!
updateProfile(profile: ProfileInput!): Result!
}