From 205b5d075f66468cbae0a834ef87c8ee4aeed490 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 27 Jul 2024 12:58:17 -0400 Subject: [PATCH] fixed formating in AniList Item.bru --- bruno/AniTrack/Get Items/AniList Item.bru | 122 +++++++++++----------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/bruno/AniTrack/Get Items/AniList Item.bru b/bruno/AniTrack/Get Items/AniList Item.bru index 740d773..a815a80 100644 --- a/bruno/AniTrack/Get Items/AniList Item.bru +++ b/bruno/AniTrack/Get Items/AniList Item.bru @@ -16,67 +16,67 @@ headers { } body:graphql { - query($userId: Int, $mediaId: Int, $listType: MediaType) { - MediaList(mediaId: $mediaId, userId: $userId, type: $listType) { - id - mediaId - userId - media { - id - idMal - title { - romaji - english - native - } - description - coverImage { - large - } - season - seasonYear - status - episodes - nextAiringEpisode { - airingAt - timeUntilAiring - episode - } - } - status - startedAt{ - year - month - day - } - completedAt{ - year - month - day - } - notes - progress - score - repeat - user { - id - name - avatar { - large - medium - } - statistics { - anime { - count - statuses { - status - count - } - } - } - } - } - } + query ($userId: Int, $mediaId: Int, $listType: MediaType) { + MediaList(mediaId: $mediaId, userId: $userId, type: $listType) { + id + mediaId + userId + media { + id + idMal + title { + romaji + english + native + } + description + coverImage { + large + } + season + seasonYear + status + episodes + nextAiringEpisode { + airingAt + timeUntilAiring + episode + } + } + status + startedAt { + year + month + day + } + completedAt { + year + month + day + } + notes + progress + score + repeat + user { + id + name + avatar { + large + medium + } + statistics { + anime { + count + statuses { + status + count + } + } + } + } + } + } }