fix: add description to VideoModel type and GraphQL schema
Requesting description on the article author caused a GraphQL error which the page.server.ts caught as a 404. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,6 +40,7 @@ export interface VideoModel {
|
||||
artist_name: string | null;
|
||||
slug: string | null;
|
||||
avatar: string | null;
|
||||
description: string | null;
|
||||
}
|
||||
|
||||
export interface VideoFile {
|
||||
|
||||
Reference in New Issue
Block a user