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