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]!