From b1e437dc6fc6f56aae0ef9c93af3f6cb06ff1794 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 9 Aug 2021 08:54:44 +0300 Subject: [PATCH] small fix --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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