small fix

This commit is contained in:
Untone 2021-08-09 08:54:44 +03:00
parent ea8c04d6e2
commit b1e437dc6f

View File

@ -71,7 +71,7 @@ type Mutation {
# user profile # user profile
# rateUser(value: Int!): ResultPayload! # rateUser(value: Int!): ResultPayload!
# updateOnlineStatus: ResultPayload! # updateOnlineStatus: ResultPayload!
updateProfile(profile: ProfileInput!): ResultPayload! updateProfile(profile: ProfileInput!): Result!
} }
################################### Query ################################### Query