This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user