From feb184d8e89cb261886a297aed68e3cc78d8f28c Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 9 Dec 2022 08:54:26 +0300 Subject: [PATCH] about in scheme --- schema.graphql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema.graphql b/schema.graphql index 61eaeb59..cf589b00 100644 --- a/schema.graphql +++ b/schema.graphql @@ -51,6 +51,7 @@ type Author { userpic: String caption: String # only for full shout bio: String + about: String links: [String] stat: AuthorStat roles: [Role] # in different communities @@ -370,6 +371,7 @@ type User { updatedAt: DateTime ratings: [Rating] bio: String + about: String notifications: [Int] communities: [Int] # user participating communities oid: String