counters fix

This commit is contained in:
2022-08-17 12:07:32 +03:00
parent 1254b14163
commit 68fd4d9936
2 changed files with 7 additions and 5 deletions

View File

@@ -253,6 +253,7 @@ type Query {
topicsByAuthor(author: String!): [Topic]!
# collections
collectionsAll: [Collection]!
getUserCollections(author: String!): [Collection]!
shoutsByCollection(collection: String!, page: Int, size: Int): [Shout]!
@@ -429,7 +430,7 @@ type Collection {
slug: String!
title: String!
desc: String
pic: String!
amount: Int
publishedAt: DateTime
createdAt: DateTime!
createdBy: User!