diff --git a/schema.graphql b/schema.graphql index cbf93536..45ff9da6 100644 --- a/schema.graphql +++ b/schema.graphql @@ -71,7 +71,7 @@ type Mutation { # user profile # rateUser(value: Int!): ResultPayload! # updateOnlineStatus: ResultPayload! - updateProfile(profile: ProfileInput!): ResultPayload! + updateProfile(profile: ProfileInput!): Result! } ################################### Query