From 5ff28ce31b84449dbb1e960203e194659b4e9aab Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 4 Mar 2024 15:48:04 +0300 Subject: [PATCH] schema-update --- schema/query.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/query.graphql b/schema/query.graphql index 28182f0a..af5fd77c 100644 --- a/schema/query.graphql +++ b/schema/query.graphql @@ -43,5 +43,5 @@ type Query { get_topics_by_community(slug: String, community_id: Int): [Topic] # notifier - load_notifications(after: Int!, limit: Int): NotificationsResult! + load_notifications(after: Int!, limit: Int, offset: Int): NotificationsResult! }