From 64b571fccd6336030a6e5f2ce45e9c2345833b66 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 18 Dec 2023 03:55:12 +0300 Subject: [PATCH] schema-fix --- schemas/core.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/core.graphql b/schemas/core.graphql index 5c3bbc48..95773810 100644 --- a/schemas/core.graphql +++ b/schemas/core.graphql @@ -256,6 +256,7 @@ input LoadShoutsOptions { filters: LoadShoutsFilters with_author_captions: Boolean limit: Int! + random_limit: Int offset: Int order_by: String order_by_desc: Boolean