From 6ddfc11a91acf48808d4f2ec78cb685c1ba42b34 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 5 Oct 2023 20:34:23 +0300 Subject: [PATCH] getAuthor add stat --- schemas/core.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/core.graphql b/schemas/core.graphql index f4533aa2..c8d74912 100644 --- a/schemas/core.graphql +++ b/schemas/core.graphql @@ -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