diff --git a/schema.graphql b/schema.graphql index 86f6f8c6..fbb837d0 100644 --- a/schema.graphql +++ b/schema.graphql @@ -274,7 +274,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