small fix
This commit is contained in:
parent
ea8c04d6e2
commit
b1e437dc6f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user