shout schema fix
This commit is contained in:
parent
848908aca0
commit
f37c1f4839
|
@ -129,7 +129,6 @@ type Message {
|
||||||
|
|
||||||
# is publication
|
# is publication
|
||||||
type Shout {
|
type Shout {
|
||||||
id: Int!
|
|
||||||
org: String!
|
org: String!
|
||||||
slug: String!
|
slug: String!
|
||||||
author: Int!
|
author: Int!
|
||||||
|
@ -140,11 +139,11 @@ type Shout {
|
||||||
deletedBy: Int
|
deletedBy: Int
|
||||||
rating: Int
|
rating: Int
|
||||||
published: DateTime # if there is no published field - it is not published
|
published: DateTime # if there is no published field - it is not published
|
||||||
replyTo: Int # another shout
|
replyTo: String # another shout
|
||||||
tags: [String] # actual values
|
tags: [String] # actual values
|
||||||
topics: [String] # topic-slugs
|
topics: [String] # topic-slugs
|
||||||
title: String
|
title: String
|
||||||
versionOf: Int
|
versionOf: String
|
||||||
visibleForRoles: [String] # role ids are strings
|
visibleForRoles: [String] # role ids are strings
|
||||||
visibleForUsers: [Int]
|
visibleForUsers: [Int]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user