media-item-type
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2024-11-01 21:03:09 +03:00
parent fba0f34020
commit f495953f6a
2 changed files with 17 additions and 4 deletions

View File

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