query ($slug: String!) { findCharacterBySlug(slug: $slug) { id image { original { url } } description(locales: "en") names { alternatives canonical canonicalLocale localized(locales: "*") }, media(first: 100) { nodes { media { id slug titles { alternatives canonical canonicalLocale localized(locales: ["en", "en-t-ja", "ja", "ja-jp"]) } posterImage { original { height name url width } views { height name url width } } type } role voices(first: 10, locale:"*", sort:{direction:ASCENDING, on: UPDATED_AT}) { nodes { id locale person { id slug name names { alternatives canonical canonicalLocale localized(locales: "*") } image { original { height width url name } } } } } } } slug } }