tested for standardizing media call

This commit is contained in:
2026-07-22 15:22:38 -04:00
parent 0384f570c5
commit d3bc93f6c9
3 changed files with 260 additions and 76 deletions
@@ -16,7 +16,6 @@ headers {
}
body:graphql {
# Write your query or mutation here
query (
$page: Int
$perPage: Int
@@ -41,23 +40,79 @@ body:graphql {
id
idMal
title {
userPreferred
romaji
english
native
}
description
coverImage {
extraLarge
large
medium
color
}
bannerImage
format
season
seasonYear
status
episodes
duration
countryOfOrigin
source
synonyms
averageScore
meanScore
popularity
trending
favourites
isFavourite
relations {
nodes {
id
title {
userPreferred
romaji
english
native
}
}
}
startDate {
year
month
day
}
endDate {
year
month
day
}
nextAiringEpisode {
airingAt
timeUntilAiring
episode
}
airingSchedule {
nodes {
id
airingAt
timeUntilAiring
episode
mediaId
}
}
genres
tags {
id
name
description
rank
isMediaSpoiler
isAdult
}
isAdult
}
status
startedAt {