This commit is contained in:
parent
1ccc5fb9e7
commit
ddd18f8d70
|
@ -57,14 +57,6 @@ type Reaction {
|
|||
# old_thread: String
|
||||
}
|
||||
|
||||
type Media {
|
||||
url: String
|
||||
pic: String
|
||||
title: String
|
||||
body: String
|
||||
artist: String
|
||||
}
|
||||
|
||||
type Shout {
|
||||
id: Int!
|
||||
title: String!
|
||||
|
@ -95,7 +87,7 @@ type Shout {
|
|||
|
||||
version_of: Shout # TODO: use version_of somewhere
|
||||
|
||||
media: [Media]
|
||||
media: String
|
||||
stat: Stat
|
||||
score: Float
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user