schema-fix
This commit is contained in:
@@ -247,7 +247,7 @@ type Query {
|
|||||||
getCollabs: [Collab]!
|
getCollabs: [Collab]!
|
||||||
|
|
||||||
# topics
|
# topics
|
||||||
topicsAll(page: Int!, size: Int!): [Topic]!
|
topicsAll: [Topic]!
|
||||||
topicsRandom: [Topic]!
|
topicsRandom: [Topic]!
|
||||||
topicsByCommunity(community: String!): [Topic]!
|
topicsByCommunity(community: String!): [Topic]!
|
||||||
topicsByAuthor(author: String!): [Topic]!
|
topicsByAuthor(author: String!): [Topic]!
|
||||||
|
|||||||
Reference in New Issue
Block a user