generate seo text when draft created

This commit is contained in:
2025-04-15 20:09:22 +03:00
parent 710f522c8f
commit b9f6033e66
5 changed files with 18 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ input DraftInput {
slug: String
cover: String
cover_caption: String
seo: String
}
input ProfileInput {

View File

@@ -99,6 +99,7 @@ type Shout {
featured_at: Int
deleted_at: Int
seo: String # generated if not set
version_of: Shout # TODO: use version_of somewhere
draft: Draft
media: [MediaItem]