From 7327a69b55a20b99b14ee0803d6cf5f8b88c45ef Mon Sep 17 00:00:00 2001 From: Factiven Date: Wed, 13 Sep 2023 00:45:53 +0700 Subject: Update v4 - Merge pre-push to main (#71) * Create build-test.yml * initial v4 commit * update: github workflow * update: push on branch * Update .github/ISSUE_TEMPLATE/bug_report.md * configuring next.config.js file --- queries/GET_MEDIA_USER.js | 52 ----------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 queries/GET_MEDIA_USER.js (limited to 'queries/GET_MEDIA_USER.js') diff --git a/queries/GET_MEDIA_USER.js b/queries/GET_MEDIA_USER.js deleted file mode 100644 index c422f56..0000000 --- a/queries/GET_MEDIA_USER.js +++ /dev/null @@ -1,52 +0,0 @@ -export const GET_MEDIA_USER = ` -query ($username: String, $status: MediaListStatus) { - MediaListCollection(userName: $username, type: ANIME, status: $status, sort: SCORE_DESC) { - user { - id - name - about (asHtml: true) - createdAt - avatar { - large - } - statistics { - anime { - count - episodesWatched - meanScore - minutesWatched - } - } - bannerImage - mediaListOptions { - animeList { - sectionOrder - } - } - } - lists { - status - name - entries { - id - mediaId - status - progress - score - media { - id - status - title { - english - romaji - } - episodes - coverImage { - large - } - } - } - } - } - } -`; -- cgit v1.2.3