done
This commit is contained in:
@@ -225,7 +225,7 @@ type Query {
|
|||||||
# shouts
|
# shouts
|
||||||
getShoutBySlug(slug: String!): Shout!
|
getShoutBySlug(slug: String!): Shout!
|
||||||
shoutsForFeed(offset: Int!, limit: Int!): [Shout]! # test
|
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]!
|
shoutsByAuthors(slugs: [String]!, offset: Int!, limit: Int!): [Shout]!
|
||||||
shoutsByCommunities(slugs: [String]!, offset: Int!, limit: Int!): [Shout]!
|
shoutsByCommunities(slugs: [String]!, offset: Int!, limit: Int!): [Shout]!
|
||||||
# topReacted(offset: Int!, limit: Int!): [Shout]!
|
# topReacted(offset: Int!, limit: Int!): [Shout]!
|
||||||
|
|||||||
Reference in New Issue
Block a user