fix schema
This commit is contained in:
parent
af36e842cd
commit
01e71393f7
|
@ -25,9 +25,9 @@ type MessageResult {
|
||||||
input ShoutInput {
|
input ShoutInput {
|
||||||
slug: String!
|
slug: String!
|
||||||
body: String!
|
body: String!
|
||||||
replyTo: String # another shout
|
# replyTo: String # another shout
|
||||||
tags: [String] # actual values
|
# tags: [String] # actual values
|
||||||
topics: [Int]
|
topics: [String]
|
||||||
title: String
|
title: String
|
||||||
subtitle: String
|
subtitle: String
|
||||||
versionOf: String
|
versionOf: String
|
||||||
|
@ -236,7 +236,7 @@ type Shout {
|
||||||
layout: String
|
layout: String
|
||||||
rating: Int
|
rating: Int
|
||||||
views: Int
|
views: Int
|
||||||
replyTo: Shout
|
# replyTo: Shout
|
||||||
versionOf: Shout
|
versionOf: Shout
|
||||||
tags: [String] # actual values
|
tags: [String] # actual values
|
||||||
topics: [String] # topic-slugs, order has matter
|
topics: [String] # topic-slugs, order has matter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user