mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
8 lines
101 B
GraphQL
8 lines
101 B
GraphQL
query ($showId: String!) {
|
|
show(_id: $showId) {
|
|
_id
|
|
name
|
|
availableEpisodesDetail
|
|
}
|
|
}
|