Add optimistic response to metadata mutations

This commit is contained in:
schroda
2024-09-21 20:01:06 +02:00
parent fab5f0b860
commit 20eaa90c10
10 changed files with 101 additions and 89 deletions

View File

@@ -25,6 +25,7 @@ export const CATEGORY_LIBRARY_FIELDS = gql`
...CATEGORY_BASE_FIELDS
meta {
categoryId
key
value
}

View File

@@ -69,6 +69,7 @@ export const MANGA_READER_FIELDS = gql`
...MANGA_BASE_FIELDS
meta {
mangaId
key
value
}

View File

@@ -55,6 +55,7 @@ export const SOURCE_BROWSE_FIELDS = gql`
supportsLatest
meta {
sourceId
key
value
}