fix: commented out Media in type graph ql shema for startup the core
Some checks failed
Deploy on push / deploy (push) Failing after 9s

This commit is contained in:
Stepan Vladovskiy 2025-01-25 16:58:53 -03:00
parent dcbdd01f53
commit 03c2d286de

View File

@ -101,7 +101,7 @@ type Shout {
version_of: Shout # TODO: use version_of somewhere version_of: Shout # TODO: use version_of somewhere
media: [MediaItem] # media: [MediaItem]
stat: Stat stat: Stat
score: Float score: Float
} }