From d6a1ca68239d8e9c632ad7b22f88ea1049c2001c Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 31 Oct 2021 17:55:13 +0300 Subject: [PATCH] schema fixes --- schema.graphql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 6993f030..8e325674 100644 --- a/schema.graphql +++ b/schema.graphql @@ -107,7 +107,8 @@ type Query { # mainpage topShoutsByView(limit: Int): [Shout]! topShoutsByRating(limit: Int): [Shout]! - favorites(limit: Int): [Shout]! + topMonth(limit: Int): [Shout]! + topOverall(limit: Int): [Shout]! recents(limit: Int): [Shout]! topAuthors(limit: Int): [User]!