media-type
Some checks failed
Deploy on push / deploy (push) Failing after 11s

This commit is contained in:
Untone 2024-10-31 21:45:55 +03:00
parent 1ccc5fb9e7
commit ddd18f8d70

View File

@ -57,14 +57,6 @@ type Reaction {
# old_thread: String # old_thread: String
} }
type Media {
url: String
pic: String
title: String
body: String
artist: String
}
type Shout { type Shout {
id: Int! id: Int!
title: String! title: String!
@ -95,7 +87,7 @@ type Shout {
version_of: Shout # TODO: use version_of somewhere version_of: Shout # TODO: use version_of somewhere
media: [Media] media: String
stat: Stat stat: Stat
score: Float score: Float
} }