resetdb update (v2), loadDrafts

This commit is contained in:
bniwredyc
2023-05-05 00:59:04 +02:00
parent c11c862d96
commit 56e4700ace
3 changed files with 5 additions and 15 deletions

View File

@@ -278,7 +278,7 @@ type Query {
loadAuthorsBy(by: AuthorsBy, limit: Int, offset: Int): [Author]!
loadShout(slug: String!): Shout
loadShouts(options: LoadShoutsOptions): [Shout]!
loadDrafts(options: LoadShoutsOptions): [Shout]!
loadDrafts: [Shout]!
loadReactionsBy(by: ReactionBy!, limit: Int, offset: Int): [Reaction]!
userFollowers(slug: String!): [Author]!
userFollowedAuthors(slug: String!): [Author]!