From f1574018fee55f019ce1b8f7547e42371f7c2d25 Mon Sep 17 00:00:00 2001 From: Timothy Atapagra Date: Mon, 27 Oct 2025 23:40:19 -0400 Subject: [PATCH] Update packages/api-nest/schema.graphql Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- packages/api-nest/schema.graphql | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/api-nest/schema.graphql b/packages/api-nest/schema.graphql index 3de230af4..fbabedf62 100644 --- a/packages/api-nest/schema.graphql +++ b/packages/api-nest/schema.graphql @@ -119,9 +119,8 @@ type LibraryItem { description: String folder: String! id: ID! - """Legacy alias for thumbnail""" - image: String + image: String @deprecated(reason: "Use `thumbnail`") """Item type (ARTICLE, FILE, VIDEO, etc.)""" itemType: String! @@ -131,7 +130,7 @@ type LibraryItem { originalUrl: String! """Legacy alias for itemType""" - pageType: String! + pageType: String! @deprecated(reason: "Use `itemType`") publishedAt: DateTime readAt: DateTime readingProgressBottomPercent: Float @@ -155,7 +154,7 @@ type LibraryItem { wordCount: Float """Legacy alias for wordCount""" - wordsCount: Float + wordsCount: Float @deprecated(reason: "Use `wordCount`") } enum LibraryItemState {