Remove "clientMutationId"

This commit is contained in:
schroda
2024-07-11 18:09:47 +02:00
parent 2f60b94a64
commit 35ee359754
14 changed files with 49 additions and 100 deletions

View File

@@ -15,7 +15,6 @@ export const GET_SOURCE_MANGAS_FETCH = gql`
mutation GET_SOURCE_MANGAS_FETCH($input: FetchSourceMangaInput!) {
fetchSourceManga(input: $input) {
clientMutationId
hasNextPage
mangas {
...MANGA_BASE_FIELDS
@@ -29,7 +28,6 @@ export const UPDATE_SOURCE_PREFERENCES = gql`
mutation UPDATE_SOURCE_PREFERENCES($input: UpdateSourcePreferenceInput!) {
updateSourcePreference(input: $input) {
clientMutationId
source {
...SOURCE_SETTING_FIELDS
}
@@ -40,7 +38,6 @@ export const UPDATE_SOURCE_PREFERENCES = gql`
export const SET_SOURCE_METADATA = gql`
mutation SET_SOURCE_METADATA($input: SetSourceMetaInput!) {
setSourceMeta(input: $input) {
clientMutationId
meta {
key
value