add-main_topic
All checks were successful
deploy / deploy (push) Successful in 1m32s

This commit is contained in:
2023-12-09 19:22:47 +03:00
parent c1adaf3ed6
commit 724e9bd5a0
2 changed files with 20 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ type Shout {
lead: String
description: String
created_at: Int!
main_topic: String
topics: [Topic]
created_by: Author!
updated_by: Author