schema-upgrade
All checks were successful
Deploy on push / deploy (push) Successful in 47s

This commit is contained in:
2025-04-14 19:53:14 +03:00
parent 0de4404cb1
commit 710f522c8f
7 changed files with 98 additions and 52 deletions

View File

@@ -33,7 +33,6 @@ input DraftInput {
main_topic_id: Int # Changed from main_topic: Topic
media: [MediaItemInput] # Changed to use MediaItemInput
lead: String
description: String
subtitle: String
lang: String
seo: String

View File

@@ -80,7 +80,6 @@ type Shout {
layout: String!
lead: String
description: String
subtitle: String
lang: String
cover: String