From 7381446edfd1e0f23e81e9caa771b72db3c9320e Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Sat, 1 Oct 2022 13:25:13 +0300 Subject: [PATCH] done --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index 7f6c1642..6c2d8c51 100644 --- a/schema.graphql +++ b/schema.graphql @@ -225,7 +225,7 @@ type Query { # shouts getShoutBySlug(slug: String!): Shout! shoutsForFeed(offset: Int!, limit: Int!): [Shout]! # test - shoutsByTopics(slugs: [String]!, offset: Int!, limit: Int!): [Shout]! # TODO: work load fix + shoutsByTopics(slugs: [String]!, offset: Int!, limit: Int!): [Shout]! shoutsByAuthors(slugs: [String]!, offset: Int!, limit: Int!): [Shout]! shoutsByCommunities(slugs: [String]!, offset: Int!, limit: Int!): [Shout]! # topReacted(offset: Int!, limit: Int!): [Shout]!