getAuthor add stat
This commit is contained in:
parent
2697ec4fcd
commit
6ddfc11a91
|
@ -224,7 +224,7 @@ type Query {
|
||||||
userFollowedAuthors(slug: String!): [Author]!
|
userFollowedAuthors(slug: String!): [Author]!
|
||||||
userFollowedTopics(slug: String!): [Topic]!
|
userFollowedTopics(slug: String!): [Topic]!
|
||||||
authorsAll: [Author]!
|
authorsAll: [Author]!
|
||||||
getAuthor(slug: String!): User
|
getAuthor(slug: String!): Author
|
||||||
myFeed(options: LoadShoutsOptions): [Shout]
|
myFeed(options: LoadShoutsOptions): [Shout]
|
||||||
|
|
||||||
# migrate
|
# migrate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user