drafts-resolver-1
Some checks failed
Deploy on push / deploy (push) Failing after 19s

This commit is contained in:
2024-03-05 18:53:18 +03:00
parent b5727b1b85
commit 5d8c46e76c
2 changed files with 2 additions and 48 deletions

View File

@@ -10,9 +10,6 @@ type Query {
get_community: Community
get_communities_all: [Community]
# editor
get_shouts_drafts: [Shout]
# follower
get_shout_followers(slug: String, shout_id: Int): [Author]
get_topic_followers(slug: String, topic_id: Int): [Author]
@@ -33,7 +30,7 @@ type Query {
load_shouts_unrated(limit: Int, offset: Int): [Shout]
load_shouts_random_top(options: LoadShoutsOptions): [Shout]
load_shouts_random_topic(limit: Int!): CommonResult! # { topic shouts }
load_shouts_drafts: [Shout]
get_shouts_drafts: [Shout]
# topic
get_topic(slug: String!): Topic