Skip to content

Commit

Permalink
chore(graphql): change order of features
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Oct 11, 2023
1 parent dfe877f commit 8fa7b4f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { useQuery } from "@tanstack/react-query";
import { DateTime } from "luxon";
import Head from "next/head";
import { type ReactElement } from "react";
import type { NextPageWithLayout } from "../../_app";
import type { NextPageWithLayout } from "../../../_app";

const DisplayStat = (props: {
icon: ReactElement;
Expand Down
4 changes: 2 additions & 2 deletions libs/generated/src/graphql/backend/gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const documents = {
"query UserMeasurementsList($input: UserMeasurementsListInput!) {\n userMeasurementsList(input: $input) {\n timestamp\n name\n comment\n stats {\n weight\n bodyMassIndex\n totalBodyWater\n muscle\n leanBodyMass\n bodyFat\n boneMass\n visceralFat\n waistCircumference\n waistToHeightRatio\n hipCircumference\n waistToHipRatio\n chestCircumference\n thighCircumference\n bicepsCircumference\n neckCircumference\n bodyFatCaliper\n chestSkinfold\n abdominalSkinfold\n thighSkinfold\n basalMetabolicRate\n totalDailyEnergyExpenditure\n calories\n custom\n }\n }\n}": types.UserMeasurementsListDocument,
"query UserMediaDetails($metadataId: Int!) {\n userMediaDetails(metadataId: $metadataId) {\n collections {\n id\n name\n }\n inProgress {\n ...SeenPart\n }\n history {\n ...SeenPart\n }\n averageRating\n reviews {\n id\n rating\n text\n spoiler\n visibility\n showSeason\n showEpisode\n podcastEpisode\n postedOn\n postedBy {\n id\n name\n }\n comments {\n id\n text\n createdOn\n user {\n id\n name\n }\n likedBy\n }\n }\n reminder {\n remindOn\n message\n }\n isMonitored\n seenBy\n nextEpisode {\n seasonNumber\n episodeNumber\n }\n }\n}": types.UserMediaDetailsDocument,
"query UserNotificationPlatforms {\n userNotificationPlatforms {\n id\n description\n timestamp\n }\n}": types.UserNotificationPlatformsDocument,
"query UserPreferences {\n userPreferences {\n general {\n reviewScale\n numGenresDisplay\n displayNsfw\n dashboard {\n section\n hidden\n numElements\n }\n }\n fitness {\n measurements {\n custom {\n name\n dataType\n }\n inbuilt {\n weight\n bodyMassIndex\n totalBodyWater\n muscle\n leanBodyMass\n bodyFat\n boneMass\n visceralFat\n waistCircumference\n waistToHeightRatio\n hipCircumference\n waistToHipRatio\n chestCircumference\n thighCircumference\n bicepsCircumference\n neckCircumference\n bodyFatCaliper\n chestSkinfold\n abdominalSkinfold\n thighSkinfold\n basalMetabolicRate\n totalDailyEnergyExpenditure\n calories\n }\n }\n exercises {\n saveHistory\n unitSystem\n }\n }\n notifications {\n episodeReleased\n episodeNameChanged\n statusChanged\n releaseDateChanged\n numberOfSeasonsChanged\n numberOfChaptersOrEpisodesChanged\n }\n featuresEnabled {\n fitness {\n enabled\n measurements\n workouts\n }\n media {\n enabled\n anime\n audioBook\n book\n manga\n movie\n podcast\n show\n videoGame\n visualNovel\n }\n }\n }\n}": types.UserPreferencesDocument,
"query UserPreferences {\n userPreferences {\n general {\n reviewScale\n numGenresDisplay\n displayNsfw\n dashboard {\n section\n hidden\n numElements\n }\n }\n fitness {\n measurements {\n custom {\n name\n dataType\n }\n inbuilt {\n weight\n bodyMassIndex\n totalBodyWater\n muscle\n leanBodyMass\n bodyFat\n boneMass\n visceralFat\n waistCircumference\n waistToHeightRatio\n hipCircumference\n waistToHipRatio\n chestCircumference\n thighCircumference\n bicepsCircumference\n neckCircumference\n bodyFatCaliper\n chestSkinfold\n abdominalSkinfold\n thighSkinfold\n basalMetabolicRate\n totalDailyEnergyExpenditure\n calories\n }\n }\n exercises {\n saveHistory\n unitSystem\n }\n }\n notifications {\n episodeReleased\n episodeNameChanged\n statusChanged\n releaseDateChanged\n numberOfSeasonsChanged\n numberOfChaptersOrEpisodesChanged\n }\n featuresEnabled {\n fitness {\n enabled\n workouts\n measurements\n }\n media {\n enabled\n anime\n audioBook\n book\n manga\n movie\n podcast\n show\n videoGame\n visualNovel\n }\n }\n }\n}": types.UserPreferencesDocument,
"query UserUpcomingCalendarEvents($input: UserUpcomingCalendarEventInput!) {\n userUpcomingCalendarEvents(input: $input) {\n ...CalendarEventPart\n }\n}": types.UserUpcomingCalendarEventsDocument,
"query UserWorkoutList($page: Int!) {\n userWorkoutList(page: $page) {\n details {\n total\n nextPage\n }\n items {\n id\n name\n startTime\n endTime\n summary {\n ...WorkoutSummaryPart\n }\n }\n }\n}": types.UserWorkoutListDocument,
"query UsersList {\n usersList {\n id\n name\n lot\n }\n}": types.UsersListDocument,
Expand Down Expand Up @@ -383,7 +383,7 @@ export function graphql(source: "query UserNotificationPlatforms {\n userNotifi
/**
* The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
*/
export function graphql(source: "query UserPreferences {\n userPreferences {\n general {\n reviewScale\n numGenresDisplay\n displayNsfw\n dashboard {\n section\n hidden\n numElements\n }\n }\n fitness {\n measurements {\n custom {\n name\n dataType\n }\n inbuilt {\n weight\n bodyMassIndex\n totalBodyWater\n muscle\n leanBodyMass\n bodyFat\n boneMass\n visceralFat\n waistCircumference\n waistToHeightRatio\n hipCircumference\n waistToHipRatio\n chestCircumference\n thighCircumference\n bicepsCircumference\n neckCircumference\n bodyFatCaliper\n chestSkinfold\n abdominalSkinfold\n thighSkinfold\n basalMetabolicRate\n totalDailyEnergyExpenditure\n calories\n }\n }\n exercises {\n saveHistory\n unitSystem\n }\n }\n notifications {\n episodeReleased\n episodeNameChanged\n statusChanged\n releaseDateChanged\n numberOfSeasonsChanged\n numberOfChaptersOrEpisodesChanged\n }\n featuresEnabled {\n fitness {\n enabled\n measurements\n workouts\n }\n media {\n enabled\n anime\n audioBook\n book\n manga\n movie\n podcast\n show\n videoGame\n visualNovel\n }\n }\n }\n}"): (typeof documents)["query UserPreferences {\n userPreferences {\n general {\n reviewScale\n numGenresDisplay\n displayNsfw\n dashboard {\n section\n hidden\n numElements\n }\n }\n fitness {\n measurements {\n custom {\n name\n dataType\n }\n inbuilt {\n weight\n bodyMassIndex\n totalBodyWater\n muscle\n leanBodyMass\n bodyFat\n boneMass\n visceralFat\n waistCircumference\n waistToHeightRatio\n hipCircumference\n waistToHipRatio\n chestCircumference\n thighCircumference\n bicepsCircumference\n neckCircumference\n bodyFatCaliper\n chestSkinfold\n abdominalSkinfold\n thighSkinfold\n basalMetabolicRate\n totalDailyEnergyExpenditure\n calories\n }\n }\n exercises {\n saveHistory\n unitSystem\n }\n }\n notifications {\n episodeReleased\n episodeNameChanged\n statusChanged\n releaseDateChanged\n numberOfSeasonsChanged\n numberOfChaptersOrEpisodesChanged\n }\n featuresEnabled {\n fitness {\n enabled\n measurements\n workouts\n }\n media {\n enabled\n anime\n audioBook\n book\n manga\n movie\n podcast\n show\n videoGame\n visualNovel\n }\n }\n }\n}"];
export function graphql(source: "query UserPreferences {\n userPreferences {\n general {\n reviewScale\n numGenresDisplay\n displayNsfw\n dashboard {\n section\n hidden\n numElements\n }\n }\n fitness {\n measurements {\n custom {\n name\n dataType\n }\n inbuilt {\n weight\n bodyMassIndex\n totalBodyWater\n muscle\n leanBodyMass\n bodyFat\n boneMass\n visceralFat\n waistCircumference\n waistToHeightRatio\n hipCircumference\n waistToHipRatio\n chestCircumference\n thighCircumference\n bicepsCircumference\n neckCircumference\n bodyFatCaliper\n chestSkinfold\n abdominalSkinfold\n thighSkinfold\n basalMetabolicRate\n totalDailyEnergyExpenditure\n calories\n }\n }\n exercises {\n saveHistory\n unitSystem\n }\n }\n notifications {\n episodeReleased\n episodeNameChanged\n statusChanged\n releaseDateChanged\n numberOfSeasonsChanged\n numberOfChaptersOrEpisodesChanged\n }\n featuresEnabled {\n fitness {\n enabled\n workouts\n measurements\n }\n media {\n enabled\n anime\n audioBook\n book\n manga\n movie\n podcast\n show\n videoGame\n visualNovel\n }\n }\n }\n}"): (typeof documents)["query UserPreferences {\n userPreferences {\n general {\n reviewScale\n numGenresDisplay\n displayNsfw\n dashboard {\n section\n hidden\n numElements\n }\n }\n fitness {\n measurements {\n custom {\n name\n dataType\n }\n inbuilt {\n weight\n bodyMassIndex\n totalBodyWater\n muscle\n leanBodyMass\n bodyFat\n boneMass\n visceralFat\n waistCircumference\n waistToHeightRatio\n hipCircumference\n waistToHipRatio\n chestCircumference\n thighCircumference\n bicepsCircumference\n neckCircumference\n bodyFatCaliper\n chestSkinfold\n abdominalSkinfold\n thighSkinfold\n basalMetabolicRate\n totalDailyEnergyExpenditure\n calories\n }\n }\n exercises {\n saveHistory\n unitSystem\n }\n }\n notifications {\n episodeReleased\n episodeNameChanged\n statusChanged\n releaseDateChanged\n numberOfSeasonsChanged\n numberOfChaptersOrEpisodesChanged\n }\n featuresEnabled {\n fitness {\n enabled\n workouts\n measurements\n }\n media {\n enabled\n anime\n audioBook\n book\n manga\n movie\n podcast\n show\n videoGame\n visualNovel\n }\n }\n }\n}"];
/**
* The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
*/
Expand Down
Loading

0 comments on commit 8fa7b4f

Please sign in to comment.