Update dependency "@graphql-codegen"
This commit is contained in:
@@ -10,7 +10,7 @@ import type { MetadataServerSettingKeys, SearchMetadataKeys } from '@/features/s
|
||||
import type { MangaMetadataKeys } from '@/features/manga/Manga.types.ts';
|
||||
import type { SourceMetadataKeys } from '@/features/source/Source.types.ts';
|
||||
import type { CategoryMetadataKeys } from '@/features/category/Category.types.ts';
|
||||
import type { MetaType } from '@/lib/graphql/generated/graphql.ts';
|
||||
import type { MetaType } from '@/lib/graphql/generated/graphql-base.types.ts';
|
||||
import type { IReaderSettings } from '@/features/reader/Reader.types.ts';
|
||||
|
||||
export interface IMetadataMigration {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
import type { FieldFunctionOptions } from '@apollo/client/cache';
|
||||
import type { Reference } from '@apollo/client/utilities';
|
||||
import type { MetaType } from '@/lib/graphql/generated/graphql.ts';
|
||||
import type { MetaType } from '@/lib/graphql/generated/graphql-base.types.ts';
|
||||
|
||||
type ReadFieldFunction = FieldFunctionOptions['readField'];
|
||||
|
||||
|
||||
@@ -10,12 +10,9 @@ import type { GqlMetaHolder, Metadata, MetadataHolderType } from '@/features/met
|
||||
import { convertFromGqlMeta } from '@/features/metadata/services/MetadataConverter.ts';
|
||||
import { requestManager } from '@/lib/requests/RequestManager.ts';
|
||||
import { GET_GLOBAL_METADATAS } from '@/lib/graphql/metadata/GlobalMetadataQuery.ts';
|
||||
import type {
|
||||
GetGlobalMetadatasQuery,
|
||||
GetGlobalMetadatasQueryVariables,
|
||||
MetaInput,
|
||||
} from '@/lib/graphql/generated/graphql.ts';
|
||||
import type { GetGlobalMetadatasQuery, GetGlobalMetadatasQueryVariables } from '@/lib/graphql/generated/graphql.ts';
|
||||
import { doesMetadataKeyExistIn } from '@/features/metadata/Metadata.utils.ts';
|
||||
import type { MetaInput } from '@/lib/graphql/generated/graphql-base.types.ts';
|
||||
|
||||
export class MetadataChunker {
|
||||
static readonly MAX_METADATA_VALUE_LENGTH = 4000;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
import type { MetaType } from '@/lib/graphql/generated/graphql.ts';
|
||||
import type { MetaType } from '@/lib/graphql/generated/graphql-base.types.ts';
|
||||
import type { AllowedMetadataValueTypes, AppMetadataKeys, Metadata } from '@/features/metadata/Metadata.types.ts';
|
||||
import { APP_METADATA } from '@/features/metadata/Metadata.constants.ts';
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ import { convertToGqlMeta } from '@/features/metadata/services/MetadataConverter
|
||||
import { MetadataChunker } from '@/features/metadata/services/MetadataChunker.ts';
|
||||
import type { SourceIdInfo } from '@/features/source/Source.types.ts';
|
||||
import type { ChapterIdInfo } from '@/features/chapter/Chapter.types.ts';
|
||||
import type { MetaInput } from '@/lib/graphql/generated/graphql.ts';
|
||||
import type { MetaInput } from '@/lib/graphql/generated/graphql-base.types.ts';
|
||||
|
||||
type MetadataUpdateOptions = {
|
||||
update?: MetadataKeyValuePair[];
|
||||
|
||||
Reference in New Issue
Block a user