HummingBirdAnimeClient/src/AnimeClient/API/Anilist/Queries/MediaIdByMalId.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

5 lines
81 B
JavaScript

query ($id: Int, $type: MediaType) {
Media (type: $type, idMal: $id) {
id
}
}