From a8d3ffd5e6241fcc9b53b5e1d6beee27b7819101 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 1 Sep 2021 16:55:42 +0300 Subject: [PATCH] api fix --- schema.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.graphql b/schema.graphql index 93723561..57381d85 100644 --- a/schema.graphql +++ b/schema.graphql @@ -157,10 +157,10 @@ type User { links: [String] emailConfirmed: Boolean # should contain all emails too # TODO: pagination here muted: Boolean - rating: Int roles: [Role] updatedAt: DateTime wasOnlineAt: DateTime + rating: Int ratings: [Rating] bio: String notifications: [Int] @@ -203,7 +203,7 @@ type Shout { versionOf: String visibleForRoles: [String] # role ids are strings visibleForUsers: [Int] - view: Int + views: Int old_id: String }