get-my-shout-resolver
This commit is contained in:
@@ -30,6 +30,9 @@ 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 }
|
||||
|
||||
# editor
|
||||
get_my_shout(shout_id: Int!): CommonResult
|
||||
get_shouts_drafts: [Shout]
|
||||
|
||||
# topic
|
||||
|
Reference in New Issue
Block a user