mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
6 lines
74 B
GraphQL
6 lines
74 B
GraphQL
mutation ($id: Int) {
|
|
DeleteMediaListEntry(id: $id) {
|
|
deleted
|
|
}
|
|
}
|