small fix
This commit is contained in:
parent
ea8c04d6e2
commit
b1e437dc6f
|
@ -71,7 +71,7 @@ type Mutation {
|
|||
# user profile
|
||||
# rateUser(value: Int!): ResultPayload!
|
||||
# updateOnlineStatus: ResultPayload!
|
||||
updateProfile(profile: ProfileInput!): ResultPayload!
|
||||
updateProfile(profile: ProfileInput!): Result!
|
||||
}
|
||||
|
||||
################################### Query
|
||||
|
|
Loading…
Reference in New Issue
Block a user