Const
GraphQL mutation to delete a manga entry by its AniList ID.
export const DELETE_MANGA_ENTRY = `mutation ($id: Int) { DeleteMediaListEntry(id: $id) { deleted }}`; Copy
export const DELETE_MANGA_ENTRY = `mutation ($id: Int) { DeleteMediaListEntry(id: $id) { deleted }}`;
GraphQL mutation to delete a manga entry by its AniList ID.