Optionally trigger update for specific category

This commit is contained in:
schroda
2024-06-26 12:42:03 +02:00
parent 17e2d7585d
commit 3206944052
4 changed files with 52 additions and 8 deletions

View File

@@ -2455,7 +2455,7 @@ export class RequestManager {
): AbortableApolloMutationResponse<UpdateLibraryMangasMutation>;
public startGlobalUpdate(
categories: number[],
categories?: number[],
options?: MutationOptions<UpdateCategoryMangasMutation, UpdateCategoryMangasMutationVariables>,
): AbortableApolloMutationResponse<UpdateCategoryMangasMutation>;