5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
|
query ($id: Int) {
|
||
|
Media (type: ANIME, malId: $id) {
|
||
|
id
|
||
|
}
|
||
|
}
|