🔨 Removed useless build-deps
This commit is contained in:
@@ -217,6 +217,12 @@ export type FileTypeStats = {
|
||||
id: Scalars['String']['output'];
|
||||
};
|
||||
|
||||
export type ForceCompleteResult = {
|
||||
__typename?: 'ForceCompleteResult';
|
||||
message: Scalars['String']['output'];
|
||||
success: Scalars['Boolean']['output'];
|
||||
};
|
||||
|
||||
export type GetResourceInput = {
|
||||
fieldList?: InputMaybe<Scalars['String']['input']>;
|
||||
filter?: InputMaybe<Scalars['String']['input']>;
|
||||
@@ -510,6 +516,7 @@ export type Mutation = {
|
||||
/** Placeholder for future mutations */
|
||||
_empty?: Maybe<Scalars['String']['output']>;
|
||||
bulkResolveMetadata: Array<Comic>;
|
||||
forceCompleteSession: ForceCompleteResult;
|
||||
importComic: ImportComicResult;
|
||||
refreshMetadataFromSource: Comic;
|
||||
removeMetadataOverride: Comic;
|
||||
@@ -527,6 +534,11 @@ export type MutationBulkResolveMetadataArgs = {
|
||||
};
|
||||
|
||||
|
||||
export type MutationForceCompleteSessionArgs = {
|
||||
sessionId: Scalars['String']['input'];
|
||||
};
|
||||
|
||||
|
||||
export type MutationImportComicArgs = {
|
||||
input: ImportComicInput;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user