Skip to content

Commit

Permalink
Refactored to use minimal graphql query.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Aug 13, 2021
1 parent 125079b commit d2f758a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/graphql/nextAiringAnimeEpisode.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ query GetNextAiringAnimeEpisode(
$idMal: Int!
) {
Media(idMal: $idMal, type: ANIME) {
id
idMal
nextAiringEpisode {
id
episode
timeUntilAiring
airingAt
}
}
}

0 comments on commit d2f758a

Please sign in to comment.