aftermerge, migration fixed

This commit is contained in:
2021-08-26 00:20:53 +03:00
parent 78b41cb9c4
commit 698de9114c
14 changed files with 161 additions and 96 deletions

View File

@@ -179,7 +179,7 @@ type Message {
# is publication
type Shout {
org_id: Int!
slug: String!
slug: String
authors: [Int!]!
cover: String
layout: String
@@ -196,10 +196,12 @@ type Shout {
tags: [String] # actual values
topics: [String] # topic-slugs, order has matter
title: String
subtitle: String
versionOf: String
visibleForRoles: [String] # role ids are strings
visibleForUsers: [Int]
views: Int
old_id: String
}
type Topic {