Topic.cat_id and orm update

This commit is contained in:
2021-10-14 08:28:52 +03:00
parent cb40640b01
commit 095211b1ff
2 changed files with 5 additions and 1 deletions

View File

@@ -256,6 +256,7 @@ type Topic {
createdAt: DateTime!
parents: [String] # NOTE: topic can have parent topics
children: [String] # and children
cat_id: String
}
# TODO: resolvers to add/remove topics from publication