added layout and media fields to ShoutInput
This commit is contained in:
@@ -24,6 +24,7 @@ async def create_shout(_, info, inp):
|
||||
"title": inp.get("title"),
|
||||
"subtitle": inp.get('subtitle'),
|
||||
"body": inp.get("body", ''),
|
||||
"layout": inp.get("layout"),
|
||||
"authors": inp.get("authors", []),
|
||||
"slug": inp.get("slug"),
|
||||
"mainTopic": inp.get("mainTopic"),
|
||||
|
Reference in New Issue
Block a user