Skip to content

Instantly share code, notes, and snippets.

@NuckChorris
Created May 2, 2020 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NuckChorris/c3c81135aa6e28dd4fd27db00f535664 to your computer and use it in GitHub Desktop.
Save NuckChorris/c3c81135aa6e28dd4fd27db00f535664 to your computer and use it in GitHub Desktop.
query {
findAnime(slug: "zombie-land-saga") {
id
titles {
canonical
localized
alternatives
}
bannerImage {
views(names: ["large"])
}
posterImage {
views(names: ["medium"])
}
synopsis
ratingFrequencies
rankByRating
rankByPopularity
averageRating
subtype
ageRating
ageRatingGuide
startDate
endDate
categories {
slug
title
}
episodeLength # maybe usualEpisodeLength
episodes {
count
}
reactions {
nodes {
user {
avatar {
views(names: ["small"])
}
}
content
votes {
count
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment