From fdf64ce5f9e6791274ef08bf91421f06a8e099d0 Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 3 Feb 2022 12:29:16 +0300 Subject: [PATCH] fix schema --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index d0c5fc3d..30c25521 100644 --- a/schema.graphql +++ b/schema.graphql @@ -199,7 +199,7 @@ type Query { shoutsSubscribed(page: Int!, size: Int!): [Shout]! shoutsReviewed(page: Int!, size: Int!): [Shout]! - shoutsCommented(page: Int!, size: Int!): [Shout]! + recentCommented(page: Int!, size: Int!): [Shout]! shoutsCandidates(size: Int = 10): [Shout]! }