From b09e9e6aaadc25c668556ab88d0a438728993244 Mon Sep 17 00:00:00 2001 From: lonelyhentxi Date: Wed, 11 Jun 2025 04:01:00 +0800 Subject: [PATCH] fix: update webui graphql schema --- apps/webui/src/infra/graphql/gql/graphql.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/webui/src/infra/graphql/gql/graphql.ts b/apps/webui/src/infra/graphql/gql/graphql.ts index f939f54..f8365e3 100644 --- a/apps/webui/src/infra/graphql/gql/graphql.ts +++ b/apps/webui/src/infra/graphql/gql/graphql.ts @@ -134,7 +134,6 @@ export type BangumiInsertInput = { export type BangumiOrderInput = { createdAt?: InputMaybe; displayName?: InputMaybe; - extra?: InputMaybe; fansub?: InputMaybe; filter?: InputMaybe; homepage?: InputMaybe; @@ -729,7 +728,6 @@ export type EpisodesOrderInput = { createdAt?: InputMaybe; displayName?: InputMaybe; episodeIndex?: InputMaybe; - extra?: InputMaybe; fansub?: InputMaybe; homepage?: InputMaybe; id?: InputMaybe;