done
This commit is contained in:
parent
16ee157438
commit
7381446edf
|
@ -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]!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user