HummingBirdAnimeClient/src/AnimeClient/API/Anilist/Mutations/DeleteMediaListEntry.graphql
Timothy J. Warren 3965f137e1
Some checks reported errors
timw4mail/HummingBirdAnimeClient/pipeline/head Something is wrong with the build of this commit
Move GraphQL queries up a level
2020-08-04 14:25:18 -04:00

9 lines
78 B
JavaScript

mutation (
$id: Int
) {
DeleteMediaListEntry (
id: $id
) {
deleted
}
}