mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
62 lines
1008 B
GraphQL
62 lines
1008 B
GraphQL
query ($id: Int, $format_not_in: [MediaFormat]) {
|
|
Media(id: $id, format_not_in: $format_not_in) {
|
|
relations {
|
|
nodes {
|
|
id
|
|
idMal
|
|
type
|
|
format
|
|
title {
|
|
english
|
|
romaji
|
|
native
|
|
}
|
|
coverImage {
|
|
medium
|
|
large
|
|
}
|
|
mediaListEntry {
|
|
status
|
|
id
|
|
progress
|
|
}
|
|
description
|
|
episodes
|
|
duration
|
|
trailer {
|
|
site
|
|
id
|
|
}
|
|
genres
|
|
synonyms
|
|
averageScore
|
|
popularity
|
|
streamingEpisodes {
|
|
title
|
|
thumbnail
|
|
}
|
|
favourites
|
|
tags {
|
|
name
|
|
}
|
|
startDate {
|
|
year
|
|
month
|
|
day
|
|
}
|
|
endDate {
|
|
year
|
|
month
|
|
day
|
|
}
|
|
status
|
|
nextAiringEpisode {
|
|
timeUntilAiring
|
|
airingAt
|
|
episode
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|