From 7aaf0258617246b397e531046d52d006c39cc5c2 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Mon, 5 Sep 2022 16:50:09 +0300 Subject: [PATCH] schema-fix --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 5a517248..4529c478 100644 --- a/schema.graphql +++ b/schema.graphql @@ -247,7 +247,7 @@ type Query { getCollabs: [Collab]! # topics - topicsAll(page: Int!, size: Int!): [Topic]! + topicsAll: [Topic]! topicsRandom: [Topic]! topicsByCommunity(community: String!): [Topic]! topicsByAuthor(author: String!): [Topic]!