schema-fixes

This commit is contained in:
2022-10-04 15:07:41 +03:00
parent fd18a1221d
commit 4bc5d90168
4 changed files with 27 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ type ChatResult {
title: String
}
type SessionInfo {
type UserFollowings {
unread: Int
topics: [String]
authors: [String]
@@ -51,7 +51,7 @@ type AuthResult {
error: String
token: String
user: User
info: SessionInfo
news: UserFollowings
}
type Result {