getAuthor add stat

This commit is contained in:
ilya-bkv 2023-10-05 20:34:23 +03:00 committed by Stepan Vladovskiy
parent 2697ec4fcd
commit 6ddfc11a91

View File

@ -224,7 +224,7 @@ type Query {
userFollowedAuthors(slug: String!): [Author]!
userFollowedTopics(slug: String!): [Topic]!
authorsAll: [Author]!
getAuthor(slug: String!): User
getAuthor(slug: String!): Author
myFeed(options: LoadShoutsOptions): [Shout]
# migrate