@tmdb-graphql-api/resolvers 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/production.analysis.txt +148 -148
- package/dist/types/cjs/helpers/decodeId.d.cts +1 -1
- package/dist/types/cjs/helpers/decodeId.d.cts.map +1 -1
- package/dist/types/cjs/helpers/encodeId.d.cts +1 -1
- package/dist/types/cjs/helpers/encodeId.d.cts.map +1 -1
- package/dist/types/cjs/helpers/formatDirectionalSuffixes.d.cts +1 -1
- package/dist/types/cjs/helpers/formatDirectionalSuffixes.d.cts.map +1 -1
- package/dist/types/cjs/helpers/formatQueryParams.d.cts +1 -1
- package/dist/types/cjs/helpers/formatQueryParams.d.cts.map +1 -1
- package/dist/types/cjs/helpers/getAppendToResponseKeys.d.cts +2 -2
- package/dist/types/cjs/helpers/getAppendToResponseKeys.d.cts.map +1 -1
- package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +2 -2
- package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -1
- package/dist/types/cjs/helpers/makeFallbackFieldResolvers.d.cts +1 -1
- package/dist/types/cjs/helpers/makeFallbackFieldResolvers.d.cts.map +1 -1
- package/dist/types/cjs/helpers/snakeCasePropNames.d.cts +2 -2
- package/dist/types/cjs/helpers/snakeCasePropNames.d.cts.map +1 -1
- package/dist/types/cjs/main.d.cts +1 -1
- package/dist/types/cjs/main.d.cts.map +1 -1
- package/dist/types/cjs/queries/certifications.d.cts +3 -3
- package/dist/types/cjs/queries/certifications.d.cts.map +1 -1
- package/dist/types/cjs/queries/collection.d.cts +1708 -1708
- package/dist/types/cjs/queries/collection.d.cts.map +1 -1
- package/dist/types/cjs/queries/collectionImages.d.cts +10 -10
- package/dist/types/cjs/queries/collectionImages.d.cts.map +1 -1
- package/dist/types/cjs/queries/collectionTranslations.d.cts +7 -7
- package/dist/types/cjs/queries/collectionTranslations.d.cts.map +1 -1
- package/dist/types/cjs/queries/company.d.cts +8 -8
- package/dist/types/cjs/queries/company.d.cts.map +1 -1
- package/dist/types/cjs/queries/companyAlternativeNames.d.cts +5 -5
- package/dist/types/cjs/queries/companyAlternativeNames.d.cts.map +1 -1
- package/dist/types/cjs/queries/companyLogos.d.cts +8 -8
- package/dist/types/cjs/queries/configuration.d.cts +8 -8
- package/dist/types/cjs/queries/configuration.d.cts.map +1 -1
- package/dist/types/cjs/queries/configurationCountries.d.cts +2 -2
- package/dist/types/cjs/queries/configurationCountries.d.cts.map +1 -1
- package/dist/types/cjs/queries/configurationJobs.d.cts +2 -2
- package/dist/types/cjs/queries/configurationJobs.d.cts.map +1 -1
- package/dist/types/cjs/queries/configurationLanguages.d.cts +2 -2
- package/dist/types/cjs/queries/configurationLanguages.d.cts.map +1 -1
- package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts +2 -2
- package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts.map +1 -1
- package/dist/types/cjs/queries/configurationTimezones.d.cts +2 -2
- package/dist/types/cjs/queries/configurationTimezones.d.cts.map +1 -1
- package/dist/types/cjs/queries/credit.d.cts +2054 -2054
- package/dist/types/cjs/queries/credit.d.cts.map +1 -1
- package/dist/types/cjs/queries/discoverMovies.d.cts +2 -2
- package/dist/types/cjs/queries/discoverMovies.d.cts.map +1 -1
- package/dist/types/cjs/queries/discoverTv.d.cts +2 -2
- package/dist/types/cjs/queries/discoverTv.d.cts.map +1 -1
- package/dist/types/cjs/queries/episode.d.cts +50 -50
- package/dist/types/cjs/queries/episode.d.cts.map +1 -1
- package/dist/types/cjs/queries/episodeCredits.d.cts +21 -21
- package/dist/types/cjs/queries/episodeCredits.d.cts.map +1 -1
- package/dist/types/cjs/queries/episodeExternalIds.d.cts +10 -10
- package/dist/types/cjs/queries/episodeExternalIds.d.cts.map +1 -1
- package/dist/types/cjs/queries/episodeStills.d.cts +3 -3
- package/dist/types/cjs/queries/episodeStills.d.cts.map +1 -1
- package/dist/types/cjs/queries/episodeTranslations.d.cts +7 -7
- package/dist/types/cjs/queries/episodeTranslations.d.cts.map +1 -1
- package/dist/types/cjs/queries/episodeVideos.d.cts +4 -4
- package/dist/types/cjs/queries/episodeVideos.d.cts.map +1 -1
- package/dist/types/cjs/queries/find.d.cts +897 -897
- package/dist/types/cjs/queries/find.d.cts.map +1 -1
- package/dist/types/cjs/queries/genres.d.cts +3 -3
- package/dist/types/cjs/queries/genres.d.cts.map +1 -1
- package/dist/types/cjs/queries/keyword.d.cts +3 -3
- package/dist/types/cjs/queries/keyword.d.cts.map +1 -1
- package/dist/types/cjs/queries/movie.d.cts +1799 -1799
- package/dist/types/cjs/queries/movie.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieAlternativeTitles.d.cts +4 -4
- package/dist/types/cjs/queries/movieAlternativeTitles.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieCredits.d.cts +21 -21
- package/dist/types/cjs/queries/movieCredits.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieExternalIds.d.cts +10 -10
- package/dist/types/cjs/queries/movieExternalIds.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieImages.d.cts +3 -3
- package/dist/types/cjs/queries/movieImages.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieKeywords.d.cts +3 -3
- package/dist/types/cjs/queries/movieKeywords.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieRecommendations.d.cts +921 -921
- package/dist/types/cjs/queries/movieRecommendations.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieReleaseDates.d.cts +2 -2
- package/dist/types/cjs/queries/movieReleaseDates.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieReviews.d.cts +921 -921
- package/dist/types/cjs/queries/movieReviews.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieSimilarMovies.d.cts +921 -921
- package/dist/types/cjs/queries/movieSimilarMovies.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieTranslations.d.cts +7 -7
- package/dist/types/cjs/queries/movieTranslations.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieVideos.d.cts +4 -4
- package/dist/types/cjs/queries/movieVideos.d.cts.map +1 -1
- package/dist/types/cjs/queries/movieWatchProviders.d.cts +722 -722
- package/dist/types/cjs/queries/movieWatchProviders.d.cts.map +1 -1
- package/dist/types/cjs/queries/network.d.cts +13 -13
- package/dist/types/cjs/queries/network.d.cts.map +1 -1
- package/dist/types/cjs/queries/networkAlternativeNames.d.cts +5 -5
- package/dist/types/cjs/queries/networkAlternativeNames.d.cts.map +1 -1
- package/dist/types/cjs/queries/networkLogos.d.cts +10 -10
- package/dist/types/cjs/queries/networkLogos.d.cts.map +1 -1
- package/dist/types/cjs/queries/person.d.cts +17 -17
- package/dist/types/cjs/queries/person.d.cts.map +1 -1
- package/dist/types/cjs/queries/personCombinedCredits.d.cts +2 -2
- package/dist/types/cjs/queries/personCombinedCredits.d.cts.map +1 -1
- package/dist/types/cjs/queries/personExternalIds.d.cts +2 -2
- package/dist/types/cjs/queries/personExternalIds.d.cts.map +1 -1
- package/dist/types/cjs/queries/personMovieCredits.d.cts +2 -2
- package/dist/types/cjs/queries/personMovieCredits.d.cts.map +1 -1
- package/dist/types/cjs/queries/personProfiles.d.cts +3 -3
- package/dist/types/cjs/queries/personProfiles.d.cts.map +1 -1
- package/dist/types/cjs/queries/personTranslations.d.cts +7 -7
- package/dist/types/cjs/queries/personTranslations.d.cts.map +1 -1
- package/dist/types/cjs/queries/personTvCredits.d.cts +2 -2
- package/dist/types/cjs/queries/personTvCredits.d.cts.map +1 -1
- package/dist/types/cjs/queries/rated.d.cts +2 -2
- package/dist/types/cjs/queries/rated.d.cts.map +1 -1
- package/dist/types/cjs/queries/review.d.cts +14 -14
- package/dist/types/cjs/queries/review.d.cts.map +1 -1
- package/dist/types/cjs/queries/search.d.cts +2 -2
- package/dist/types/cjs/queries/search.d.cts.map +1 -1
- package/dist/types/cjs/queries/season.d.cts +145 -145
- package/dist/types/cjs/queries/season.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonCredits.d.cts +21 -21
- package/dist/types/cjs/queries/seasonCredits.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonEpisodeCount.d.cts +1 -1
- package/dist/types/cjs/queries/seasonEpisodeCount.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonExternalIds.d.cts +2 -2
- package/dist/types/cjs/queries/seasonExternalIds.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonPosters.d.cts +3 -3
- package/dist/types/cjs/queries/seasonPosters.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonTranslations.d.cts +7 -7
- package/dist/types/cjs/queries/seasonTranslations.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonVideos.d.cts +4 -4
- package/dist/types/cjs/queries/seasonVideos.d.cts.map +1 -1
- package/dist/types/cjs/queries/trending.d.cts +2 -2
- package/dist/types/cjs/queries/trending.d.cts.map +1 -1
- package/dist/types/cjs/queries/tv.d.cts +5179 -5179
- package/dist/types/cjs/queries/tv.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvAlternativeTitles.d.cts +5 -5
- package/dist/types/cjs/queries/tvAlternativeTitles.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvContentRatings.d.cts +2 -2
- package/dist/types/cjs/queries/tvContentRatings.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvCredits.d.cts +21 -21
- package/dist/types/cjs/queries/tvCredits.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +16 -16
- package/dist/types/cjs/queries/tvEpisodeGroups.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvExternalIds.d.cts +10 -10
- package/dist/types/cjs/queries/tvExternalIds.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvImages.d.cts +10 -10
- package/dist/types/cjs/queries/tvImages.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvKeywords.d.cts +2 -2
- package/dist/types/cjs/queries/tvKeywords.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvRecommendations.d.cts +2651 -2651
- package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvReviews.d.cts +2651 -2651
- package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +2651 -2651
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvTranslations.d.cts +7 -7
- package/dist/types/cjs/queries/tvTranslations.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvVideos.d.cts +4 -4
- package/dist/types/cjs/queries/tvVideos.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvWatchProviders.d.cts +722 -722
- package/dist/types/cjs/queries/tvWatchProviders.d.cts.map +1 -1
- package/dist/types/cjs/queries/videoType.d.cts +1 -1
- package/dist/types/cjs/queries/videoType.d.cts.map +1 -1
- package/dist/types/cjs/types.d.cts +6 -10
- package/dist/types/cjs/types.d.cts.map +1 -1
- package/dist/types/esm/helpers/decodeId.d.ts +1 -1
- package/dist/types/esm/helpers/decodeId.d.ts.map +1 -1
- package/dist/types/esm/helpers/encodeId.d.ts +1 -1
- package/dist/types/esm/helpers/encodeId.d.ts.map +1 -1
- package/dist/types/esm/helpers/formatDirectionalSuffixes.d.ts +1 -1
- package/dist/types/esm/helpers/formatDirectionalSuffixes.d.ts.map +1 -1
- package/dist/types/esm/helpers/formatQueryParams.d.ts +1 -1
- package/dist/types/esm/helpers/formatQueryParams.d.ts.map +1 -1
- package/dist/types/esm/helpers/getAppendToResponseKeys.d.ts +2 -2
- package/dist/types/esm/helpers/getAppendToResponseKeys.d.ts.map +1 -1
- package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +2 -2
- package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -1
- package/dist/types/esm/helpers/makeFallbackFieldResolvers.d.ts +1 -1
- package/dist/types/esm/helpers/makeFallbackFieldResolvers.d.ts.map +1 -1
- package/dist/types/esm/helpers/snakeCasePropNames.d.ts +2 -2
- package/dist/types/esm/helpers/snakeCasePropNames.d.ts.map +1 -1
- package/dist/types/esm/main.d.ts +1 -1
- package/dist/types/esm/main.d.ts.map +1 -1
- package/dist/types/esm/queries/certifications.d.ts +3 -3
- package/dist/types/esm/queries/certifications.d.ts.map +1 -1
- package/dist/types/esm/queries/collection.d.ts +1708 -1708
- package/dist/types/esm/queries/collection.d.ts.map +1 -1
- package/dist/types/esm/queries/collectionImages.d.ts +10 -10
- package/dist/types/esm/queries/collectionImages.d.ts.map +1 -1
- package/dist/types/esm/queries/collectionTranslations.d.ts +7 -7
- package/dist/types/esm/queries/collectionTranslations.d.ts.map +1 -1
- package/dist/types/esm/queries/company.d.ts +8 -8
- package/dist/types/esm/queries/company.d.ts.map +1 -1
- package/dist/types/esm/queries/companyAlternativeNames.d.ts +5 -5
- package/dist/types/esm/queries/companyAlternativeNames.d.ts.map +1 -1
- package/dist/types/esm/queries/companyLogos.d.ts +8 -8
- package/dist/types/esm/queries/configuration.d.ts +8 -8
- package/dist/types/esm/queries/configuration.d.ts.map +1 -1
- package/dist/types/esm/queries/configurationCountries.d.ts +2 -2
- package/dist/types/esm/queries/configurationCountries.d.ts.map +1 -1
- package/dist/types/esm/queries/configurationJobs.d.ts +2 -2
- package/dist/types/esm/queries/configurationJobs.d.ts.map +1 -1
- package/dist/types/esm/queries/configurationLanguages.d.ts +2 -2
- package/dist/types/esm/queries/configurationLanguages.d.ts.map +1 -1
- package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts +2 -2
- package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts.map +1 -1
- package/dist/types/esm/queries/configurationTimezones.d.ts +2 -2
- package/dist/types/esm/queries/configurationTimezones.d.ts.map +1 -1
- package/dist/types/esm/queries/credit.d.ts +2054 -2054
- package/dist/types/esm/queries/credit.d.ts.map +1 -1
- package/dist/types/esm/queries/discoverMovies.d.ts +2 -2
- package/dist/types/esm/queries/discoverMovies.d.ts.map +1 -1
- package/dist/types/esm/queries/discoverTv.d.ts +2 -2
- package/dist/types/esm/queries/discoverTv.d.ts.map +1 -1
- package/dist/types/esm/queries/episode.d.ts +50 -50
- package/dist/types/esm/queries/episode.d.ts.map +1 -1
- package/dist/types/esm/queries/episodeCredits.d.ts +21 -21
- package/dist/types/esm/queries/episodeCredits.d.ts.map +1 -1
- package/dist/types/esm/queries/episodeExternalIds.d.ts +10 -10
- package/dist/types/esm/queries/episodeExternalIds.d.ts.map +1 -1
- package/dist/types/esm/queries/episodeStills.d.ts +3 -3
- package/dist/types/esm/queries/episodeStills.d.ts.map +1 -1
- package/dist/types/esm/queries/episodeTranslations.d.ts +7 -7
- package/dist/types/esm/queries/episodeTranslations.d.ts.map +1 -1
- package/dist/types/esm/queries/episodeVideos.d.ts +4 -4
- package/dist/types/esm/queries/episodeVideos.d.ts.map +1 -1
- package/dist/types/esm/queries/find.d.ts +897 -897
- package/dist/types/esm/queries/find.d.ts.map +1 -1
- package/dist/types/esm/queries/genres.d.ts +3 -3
- package/dist/types/esm/queries/genres.d.ts.map +1 -1
- package/dist/types/esm/queries/keyword.d.ts +3 -3
- package/dist/types/esm/queries/keyword.d.ts.map +1 -1
- package/dist/types/esm/queries/movie.d.ts +1799 -1799
- package/dist/types/esm/queries/movie.d.ts.map +1 -1
- package/dist/types/esm/queries/movieAlternativeTitles.d.ts +4 -4
- package/dist/types/esm/queries/movieAlternativeTitles.d.ts.map +1 -1
- package/dist/types/esm/queries/movieCredits.d.ts +21 -21
- package/dist/types/esm/queries/movieCredits.d.ts.map +1 -1
- package/dist/types/esm/queries/movieExternalIds.d.ts +10 -10
- package/dist/types/esm/queries/movieExternalIds.d.ts.map +1 -1
- package/dist/types/esm/queries/movieImages.d.ts +3 -3
- package/dist/types/esm/queries/movieImages.d.ts.map +1 -1
- package/dist/types/esm/queries/movieKeywords.d.ts +3 -3
- package/dist/types/esm/queries/movieKeywords.d.ts.map +1 -1
- package/dist/types/esm/queries/movieRecommendations.d.ts +921 -921
- package/dist/types/esm/queries/movieRecommendations.d.ts.map +1 -1
- package/dist/types/esm/queries/movieReleaseDates.d.ts +2 -2
- package/dist/types/esm/queries/movieReleaseDates.d.ts.map +1 -1
- package/dist/types/esm/queries/movieReviews.d.ts +921 -921
- package/dist/types/esm/queries/movieReviews.d.ts.map +1 -1
- package/dist/types/esm/queries/movieSimilarMovies.d.ts +921 -921
- package/dist/types/esm/queries/movieSimilarMovies.d.ts.map +1 -1
- package/dist/types/esm/queries/movieTranslations.d.ts +7 -7
- package/dist/types/esm/queries/movieTranslations.d.ts.map +1 -1
- package/dist/types/esm/queries/movieVideos.d.ts +4 -4
- package/dist/types/esm/queries/movieVideos.d.ts.map +1 -1
- package/dist/types/esm/queries/movieWatchProviders.d.ts +722 -722
- package/dist/types/esm/queries/movieWatchProviders.d.ts.map +1 -1
- package/dist/types/esm/queries/network.d.ts +13 -13
- package/dist/types/esm/queries/network.d.ts.map +1 -1
- package/dist/types/esm/queries/networkAlternativeNames.d.ts +5 -5
- package/dist/types/esm/queries/networkAlternativeNames.d.ts.map +1 -1
- package/dist/types/esm/queries/networkLogos.d.ts +10 -10
- package/dist/types/esm/queries/networkLogos.d.ts.map +1 -1
- package/dist/types/esm/queries/person.d.ts +17 -17
- package/dist/types/esm/queries/person.d.ts.map +1 -1
- package/dist/types/esm/queries/personCombinedCredits.d.ts +2 -2
- package/dist/types/esm/queries/personCombinedCredits.d.ts.map +1 -1
- package/dist/types/esm/queries/personExternalIds.d.ts +2 -2
- package/dist/types/esm/queries/personExternalIds.d.ts.map +1 -1
- package/dist/types/esm/queries/personMovieCredits.d.ts +2 -2
- package/dist/types/esm/queries/personMovieCredits.d.ts.map +1 -1
- package/dist/types/esm/queries/personProfiles.d.ts +3 -3
- package/dist/types/esm/queries/personProfiles.d.ts.map +1 -1
- package/dist/types/esm/queries/personTranslations.d.ts +7 -7
- package/dist/types/esm/queries/personTranslations.d.ts.map +1 -1
- package/dist/types/esm/queries/personTvCredits.d.ts +2 -2
- package/dist/types/esm/queries/personTvCredits.d.ts.map +1 -1
- package/dist/types/esm/queries/rated.d.ts +2 -2
- package/dist/types/esm/queries/rated.d.ts.map +1 -1
- package/dist/types/esm/queries/review.d.ts +14 -14
- package/dist/types/esm/queries/review.d.ts.map +1 -1
- package/dist/types/esm/queries/search.d.ts +2 -2
- package/dist/types/esm/queries/search.d.ts.map +1 -1
- package/dist/types/esm/queries/season.d.ts +145 -145
- package/dist/types/esm/queries/season.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonCredits.d.ts +21 -21
- package/dist/types/esm/queries/seasonCredits.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonEpisodeCount.d.ts +1 -1
- package/dist/types/esm/queries/seasonEpisodeCount.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonExternalIds.d.ts +2 -2
- package/dist/types/esm/queries/seasonExternalIds.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonPosters.d.ts +3 -3
- package/dist/types/esm/queries/seasonPosters.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonTranslations.d.ts +7 -7
- package/dist/types/esm/queries/seasonTranslations.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonVideos.d.ts +4 -4
- package/dist/types/esm/queries/seasonVideos.d.ts.map +1 -1
- package/dist/types/esm/queries/trending.d.ts +2 -2
- package/dist/types/esm/queries/trending.d.ts.map +1 -1
- package/dist/types/esm/queries/tv.d.ts +5179 -5179
- package/dist/types/esm/queries/tv.d.ts.map +1 -1
- package/dist/types/esm/queries/tvAlternativeTitles.d.ts +5 -5
- package/dist/types/esm/queries/tvAlternativeTitles.d.ts.map +1 -1
- package/dist/types/esm/queries/tvContentRatings.d.ts +2 -2
- package/dist/types/esm/queries/tvContentRatings.d.ts.map +1 -1
- package/dist/types/esm/queries/tvCredits.d.ts +21 -21
- package/dist/types/esm/queries/tvCredits.d.ts.map +1 -1
- package/dist/types/esm/queries/tvEpisodeGroups.d.ts +16 -16
- package/dist/types/esm/queries/tvEpisodeGroups.d.ts.map +1 -1
- package/dist/types/esm/queries/tvExternalIds.d.ts +10 -10
- package/dist/types/esm/queries/tvExternalIds.d.ts.map +1 -1
- package/dist/types/esm/queries/tvImages.d.ts +10 -10
- package/dist/types/esm/queries/tvImages.d.ts.map +1 -1
- package/dist/types/esm/queries/tvKeywords.d.ts +2 -2
- package/dist/types/esm/queries/tvKeywords.d.ts.map +1 -1
- package/dist/types/esm/queries/tvRecommendations.d.ts +2651 -2651
- package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
- package/dist/types/esm/queries/tvReviews.d.ts +2651 -2651
- package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts +2651 -2651
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -1
- package/dist/types/esm/queries/tvTranslations.d.ts +7 -7
- package/dist/types/esm/queries/tvTranslations.d.ts.map +1 -1
- package/dist/types/esm/queries/tvVideos.d.ts +4 -4
- package/dist/types/esm/queries/tvVideos.d.ts.map +1 -1
- package/dist/types/esm/queries/tvWatchProviders.d.ts +722 -722
- package/dist/types/esm/queries/tvWatchProviders.d.ts.map +1 -1
- package/dist/types/esm/queries/videoType.d.ts +1 -1
- package/dist/types/esm/queries/videoType.d.ts.map +1 -1
- package/dist/types/esm/types.d.ts +6 -10
- package/dist/types/esm/types.d.ts.map +1 -1
- package/dist/types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/__testUtils__/helpers/buildEndpoint.ts +1 -1
- package/src/helpers/decodeId.ts +1 -1
- package/src/helpers/encodeId.ts +1 -1
- package/src/helpers/formatDirectionalSuffixes.ts +2 -2
- package/src/helpers/formatQueryParams.ts +1 -1
- package/src/helpers/getAppendToResponseKeys.ts +2 -2
- package/src/helpers/getTvIdSeasonAndEpisode.ts +2 -2
- package/src/helpers/makeFallbackFieldResolvers.ts +1 -1
- package/src/helpers/snakeCasePropNames.ts +2 -2
- package/src/main.ts +8 -2
- package/src/queries/certifications.test.ts +8 -7
- package/src/queries/certifications.ts +3 -4
- package/src/queries/collection.test.ts +3 -3
- package/src/queries/collection.ts +3 -4
- package/src/queries/collectionImages.test.ts +2 -2
- package/src/queries/collectionImages.ts +2 -3
- package/src/queries/collectionTranslations.test.ts +3 -3
- package/src/queries/collectionTranslations.ts +2 -3
- package/src/queries/company.test.ts +3 -3
- package/src/queries/company.ts +3 -4
- package/src/queries/companyAlternativeNames.test.ts +3 -3
- package/src/queries/companyAlternativeNames.ts +2 -3
- package/src/queries/companyLogos.test.ts +3 -3
- package/src/queries/configuration.test.ts +3 -3
- package/src/queries/configuration.ts +2 -3
- package/src/queries/configurationCountries.test.ts +3 -3
- package/src/queries/configurationCountries.ts +2 -3
- package/src/queries/configurationJobs.test.ts +3 -3
- package/src/queries/configurationJobs.ts +2 -3
- package/src/queries/configurationLanguages.test.ts +3 -3
- package/src/queries/configurationLanguages.ts +2 -3
- package/src/queries/configurationPrimaryTranslations.test.ts +3 -3
- package/src/queries/configurationPrimaryTranslations.ts +2 -3
- package/src/queries/configurationTimezones.test.ts +3 -3
- package/src/queries/configurationTimezones.ts +2 -3
- package/src/queries/credit.test.ts +3 -3
- package/src/queries/credit.ts +3 -4
- package/src/queries/discoverMovies.test.ts +5 -5
- package/src/queries/discoverMovies.ts +2 -2
- package/src/queries/discoverTv.test.ts +5 -5
- package/src/queries/discoverTv.ts +2 -2
- package/src/queries/episode.test.ts +3 -3
- package/src/queries/episode.ts +3 -4
- package/src/queries/episodeCredits.test.ts +4 -4
- package/src/queries/episodeCredits.ts +2 -3
- package/src/queries/episodeExternalIds.test.ts +4 -4
- package/src/queries/episodeExternalIds.ts +2 -3
- package/src/queries/episodeStills.test.ts +4 -4
- package/src/queries/episodeStills.ts +2 -3
- package/src/queries/episodeTranslations.test.ts +4 -4
- package/src/queries/episodeTranslations.ts +2 -3
- package/src/queries/episodeVideos.test.ts +4 -4
- package/src/queries/episodeVideos.ts +2 -3
- package/src/queries/find.test.ts +4 -4
- package/src/queries/find.ts +3 -4
- package/src/queries/genres.test.ts +8 -7
- package/src/queries/genres.ts +3 -4
- package/src/queries/keyword.test.ts +3 -3
- package/src/queries/keyword.ts +3 -4
- package/src/queries/movie.test.ts +3 -3
- package/src/queries/movie.ts +3 -4
- package/src/queries/movieAlternativeTitles.test.ts +4 -4
- package/src/queries/movieAlternativeTitles.ts +3 -4
- package/src/queries/movieCredits.test.ts +4 -4
- package/src/queries/movieCredits.ts +2 -3
- package/src/queries/movieExternalIds.test.ts +4 -4
- package/src/queries/movieExternalIds.ts +2 -3
- package/src/queries/movieImages.test.ts +4 -4
- package/src/queries/movieImages.ts +2 -3
- package/src/queries/movieKeywords.test.ts +4 -4
- package/src/queries/movieKeywords.ts +2 -3
- package/src/queries/movieRecommendations.test.ts +4 -4
- package/src/queries/movieRecommendations.ts +8 -3
- package/src/queries/movieReleaseDates.test.ts +4 -4
- package/src/queries/movieReleaseDates.ts +2 -3
- package/src/queries/movieReviews.test.ts +4 -4
- package/src/queries/movieReviews.ts +9 -3
- package/src/queries/movieSimilarMovies.test.ts +4 -4
- package/src/queries/movieSimilarMovies.ts +8 -3
- package/src/queries/movieTranslations.test.ts +4 -4
- package/src/queries/movieTranslations.ts +2 -3
- package/src/queries/movieVideos.test.ts +4 -4
- package/src/queries/movieVideos.ts +2 -3
- package/src/queries/movieWatchProviders.test.ts +4 -4
- package/src/queries/movieWatchProviders.ts +2 -3
- package/src/queries/network.test.ts +3 -3
- package/src/queries/network.ts +3 -4
- package/src/queries/networkAlternativeNames.test.ts +3 -3
- package/src/queries/networkAlternativeNames.ts +2 -3
- package/src/queries/networkLogos.test.ts +3 -3
- package/src/queries/networkLogos.ts +2 -3
- package/src/queries/person.test.ts +3 -3
- package/src/queries/person.ts +3 -4
- package/src/queries/personCombinedCredits.test.ts +4 -4
- package/src/queries/personCombinedCredits.ts +2 -3
- package/src/queries/personExternalIds.test.ts +4 -4
- package/src/queries/personExternalIds.ts +2 -3
- package/src/queries/personMovieCredits.test.ts +4 -4
- package/src/queries/personMovieCredits.ts +2 -3
- package/src/queries/personProfiles.test.ts +4 -4
- package/src/queries/personProfiles.ts +2 -3
- package/src/queries/personTranslations.test.ts +4 -4
- package/src/queries/personTranslations.ts +2 -3
- package/src/queries/personTvCredits.test.ts +4 -4
- package/src/queries/personTvCredits.ts +2 -3
- package/src/queries/rated.test.ts +8 -7
- package/src/queries/rated.ts +2 -2
- package/src/queries/review.test.ts +3 -3
- package/src/queries/review.ts +3 -4
- package/src/queries/search.test.ts +68 -53
- package/src/queries/search.ts +2 -2
- package/src/queries/season.test.ts +3 -3
- package/src/queries/season.ts +3 -4
- package/src/queries/seasonCredits.test.ts +4 -4
- package/src/queries/seasonCredits.ts +2 -3
- package/src/queries/seasonEpisodeCount.ts +1 -1
- package/src/queries/seasonExternalIds.test.ts +4 -4
- package/src/queries/seasonExternalIds.ts +2 -3
- package/src/queries/seasonPosters.test.ts +4 -4
- package/src/queries/seasonPosters.ts +2 -3
- package/src/queries/seasonTranslations.test.ts +4 -4
- package/src/queries/seasonTranslations.ts +2 -3
- package/src/queries/seasonVideos.test.ts +4 -4
- package/src/queries/seasonVideos.ts +2 -3
- package/src/queries/trending.test.ts +7 -7
- package/src/queries/trending.ts +2 -2
- package/src/queries/tv.test.ts +3 -3
- package/src/queries/tv.ts +3 -4
- package/src/queries/tvAlternativeTitles.test.ts +4 -4
- package/src/queries/tvAlternativeTitles.ts +2 -3
- package/src/queries/tvContentRatings.test.ts +4 -4
- package/src/queries/tvContentRatings.ts +2 -3
- package/src/queries/tvCredits.test.ts +4 -4
- package/src/queries/tvCredits.ts +2 -3
- package/src/queries/tvEpisodeGroups.test.ts +4 -4
- package/src/queries/tvEpisodeGroups.ts +2 -3
- package/src/queries/tvExternalIds.test.ts +4 -4
- package/src/queries/tvExternalIds.ts +2 -3
- package/src/queries/tvImages.test.ts +4 -4
- package/src/queries/tvImages.ts +2 -3
- package/src/queries/tvKeywords.test.ts +4 -4
- package/src/queries/tvKeywords.ts +2 -3
- package/src/queries/tvRecommendations.test.ts +4 -4
- package/src/queries/tvRecommendations.ts +3 -3
- package/src/queries/tvReviews.test.ts +4 -4
- package/src/queries/tvReviews.ts +9 -3
- package/src/queries/tvSimilarTvShows.test.ts +4 -4
- package/src/queries/tvSimilarTvShows.ts +3 -3
- package/src/queries/tvTranslations.test.ts +4 -4
- package/src/queries/tvTranslations.ts +2 -3
- package/src/queries/tvVideos.test.ts +4 -4
- package/src/queries/tvVideos.ts +2 -3
- package/src/queries/tvWatchProviders.test.ts +4 -4
- package/src/queries/tvWatchProviders.ts +2 -3
- package/src/queries/videoType.ts +1 -1
- package/src/types.ts +38 -43
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Core } from '@cachemap/core';
|
|
2
2
|
import { type Getters } from '@graphql-box/connection-resolver';
|
|
3
|
-
import type
|
|
4
|
-
import type
|
|
5
|
-
import type
|
|
3
|
+
import { type MovieReviewsArgs } from '@tmdb-graphql-api/schema/types';
|
|
4
|
+
import { type FetchResponse } from 'getta';
|
|
5
|
+
import { type Context, type RawMovie, type RawMovieReviews, type RawMovieWithAppendToResponse, type RawReview } from '../types.ts';
|
|
6
6
|
export declare const createMakeCursors: (obj: RawMovie) => {
|
|
7
7
|
makeGroupCursor: () => string;
|
|
8
8
|
makeIDCursor: (id: string | number) => string;
|
|
@@ -22,45 +22,45 @@ export declare const resolveMovieReviews: (source: {
|
|
|
22
22
|
} | null)[];
|
|
23
23
|
logos?: ({
|
|
24
24
|
__typename?: "Image" | undefined;
|
|
25
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
26
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
27
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
28
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
29
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
30
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
31
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
32
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
25
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
26
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
27
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
28
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
29
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
30
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
31
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
32
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
33
33
|
} | null)[] | null | undefined;
|
|
34
34
|
__typename?: "Movie" | undefined;
|
|
35
35
|
title: string;
|
|
36
36
|
id: string | number;
|
|
37
|
-
backdrop_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
37
|
+
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
38
38
|
overview: string;
|
|
39
|
-
poster_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
40
|
-
homepage?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
39
|
+
poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
40
|
+
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
41
41
|
adult: boolean;
|
|
42
|
-
media_type?: import("@tmdb-graphql-api/schema").Maybe<import("@tmdb-graphql-api/schema").MediaType> | undefined;
|
|
42
|
+
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
|
|
43
43
|
original_language: string;
|
|
44
44
|
original_title: string;
|
|
45
45
|
popularity: number;
|
|
46
|
-
release_date?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
46
|
+
release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
47
47
|
video: boolean;
|
|
48
48
|
vote_average: number;
|
|
49
49
|
vote_count: number;
|
|
50
50
|
belongs_to_collection?: {
|
|
51
51
|
id: string | number;
|
|
52
52
|
__typename?: "Collection" | undefined;
|
|
53
|
-
backdrop_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
53
|
+
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
54
54
|
backdrops?: ({
|
|
55
55
|
__typename?: "Image" | undefined;
|
|
56
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
57
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
58
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
59
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
60
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
61
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
62
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
63
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
56
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
57
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
58
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
59
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
60
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
61
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
62
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
63
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
64
64
|
} | null)[] | null | undefined;
|
|
65
65
|
name: string;
|
|
66
66
|
overview: string;
|
|
@@ -70,72 +70,72 @@ export declare const resolveMovieReviews: (source: {
|
|
|
70
70
|
adult: boolean;
|
|
71
71
|
alternative_titles?: ({
|
|
72
72
|
__typename?: "AlternativeName" | undefined;
|
|
73
|
-
iso_3166_1?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
74
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
75
|
-
title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
73
|
+
iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
74
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
75
|
+
title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
76
76
|
type: string;
|
|
77
77
|
} | null)[] | null | undefined;
|
|
78
|
-
backdrop_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
78
|
+
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
79
79
|
backdrops?: ({
|
|
80
80
|
__typename?: "Image" | undefined;
|
|
81
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
82
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
83
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
84
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
85
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
86
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
87
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
88
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
81
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
82
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
83
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
84
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
85
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
86
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
87
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
88
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
89
89
|
} | null)[] | null | undefined;
|
|
90
90
|
belongs_to_collection?: any | null | undefined;
|
|
91
91
|
budget: number;
|
|
92
92
|
cast?: ({
|
|
93
93
|
id: string | number;
|
|
94
94
|
__typename?: "Cast" | undefined;
|
|
95
|
-
adult?: import("@tmdb-graphql-api/schema").Maybe<boolean> | undefined;
|
|
96
|
-
cast_id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
97
|
-
character?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
98
|
-
credit_id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
99
|
-
gender?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
100
|
-
known_for_department?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
95
|
+
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
96
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
97
|
+
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
98
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
99
|
+
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
100
|
+
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
101
101
|
name: string;
|
|
102
|
-
order?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
103
|
-
original_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
104
|
-
popularity?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
105
|
-
profile_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
102
|
+
order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
103
|
+
original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
104
|
+
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
105
|
+
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
106
106
|
} | null)[] | null | undefined;
|
|
107
107
|
crew?: ({
|
|
108
108
|
id: string | number;
|
|
109
109
|
__typename?: "Crew" | undefined;
|
|
110
|
-
adult?: import("@tmdb-graphql-api/schema").Maybe<boolean> | undefined;
|
|
111
|
-
credit_id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
112
|
-
department?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
113
|
-
gender?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
114
|
-
job?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
115
|
-
known_for_department?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
110
|
+
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
111
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
112
|
+
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
113
|
+
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
114
|
+
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
115
|
+
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
116
116
|
name: string;
|
|
117
|
-
original_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
118
|
-
popularity?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
119
|
-
profile_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
117
|
+
original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
118
|
+
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
119
|
+
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
120
120
|
} | null)[] | null | undefined;
|
|
121
121
|
external_ids?: {
|
|
122
122
|
__typename?: "ExternalIds" | undefined;
|
|
123
|
-
facebook_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
124
|
-
freebase_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
125
|
-
freebase_mid?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
126
|
-
imdb_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
127
|
-
instagram_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
128
|
-
tvdb_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
129
|
-
tvrage_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
130
|
-
twitter_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
123
|
+
facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
124
|
+
freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
125
|
+
freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
126
|
+
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
127
|
+
instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
128
|
+
tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
129
|
+
tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
130
|
+
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
131
131
|
} | null | undefined;
|
|
132
132
|
genres: ({
|
|
133
133
|
id: string | number;
|
|
134
134
|
__typename?: "Genre" | undefined;
|
|
135
135
|
name: string;
|
|
136
136
|
} | null)[];
|
|
137
|
-
homepage?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
138
|
-
imdb_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
137
|
+
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
138
|
+
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
139
139
|
keywords?: ({
|
|
140
140
|
__typename?: "Keyword" | undefined;
|
|
141
141
|
id: string | number;
|
|
@@ -143,74 +143,74 @@ export declare const resolveMovieReviews: (source: {
|
|
|
143
143
|
} | null)[] | null | undefined;
|
|
144
144
|
logos?: ({
|
|
145
145
|
__typename?: "Image" | undefined;
|
|
146
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
147
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
148
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
149
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
150
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
151
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
152
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
153
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
146
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
147
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
148
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
149
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
150
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
151
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
152
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
153
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
154
154
|
} | null)[] | null | undefined;
|
|
155
|
-
media_type?: import("@tmdb-graphql-api/schema").Maybe<import("@tmdb-graphql-api/schema").MediaType> | undefined;
|
|
155
|
+
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
|
|
156
156
|
original_language: string;
|
|
157
157
|
original_title: string;
|
|
158
158
|
overview: string;
|
|
159
159
|
popularity: number;
|
|
160
|
-
poster_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
160
|
+
poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
161
161
|
posters?: ({
|
|
162
162
|
__typename?: "Image" | undefined;
|
|
163
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
164
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
165
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
166
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
167
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
168
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
169
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
170
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
163
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
164
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
165
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
166
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
167
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
168
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
169
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
170
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
171
171
|
} | null)[] | null | undefined;
|
|
172
172
|
production_companies: ({
|
|
173
173
|
id: string | number;
|
|
174
174
|
__typename?: "Company" | undefined;
|
|
175
175
|
alternative_names?: ({
|
|
176
176
|
__typename?: "AlternativeName" | undefined;
|
|
177
|
-
iso_3166_1?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
178
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
179
|
-
title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
177
|
+
iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
178
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
179
|
+
title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
180
180
|
type: string;
|
|
181
181
|
} | null)[] | null | undefined;
|
|
182
182
|
description: string;
|
|
183
183
|
headquarters: string;
|
|
184
|
-
homepage?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
185
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
184
|
+
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
185
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
186
186
|
logos?: ({
|
|
187
187
|
__typename?: "Image" | undefined;
|
|
188
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
189
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
190
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
191
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
192
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
193
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
194
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
195
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
188
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
189
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
190
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
191
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
192
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
193
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
194
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
195
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
196
196
|
} | null)[] | null | undefined;
|
|
197
197
|
name: string;
|
|
198
|
-
origin_country?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
199
|
-
parent_company?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
198
|
+
origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
199
|
+
parent_company?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
200
200
|
} | null)[];
|
|
201
201
|
production_countries: ({
|
|
202
202
|
__typename?: "Country" | undefined;
|
|
203
|
-
english_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
203
|
+
english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
204
204
|
iso_3166_1: string;
|
|
205
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
205
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
206
206
|
} | null)[];
|
|
207
207
|
recommendations?: {
|
|
208
208
|
page_info: {
|
|
209
209
|
__typename?: "PageInfo" | undefined;
|
|
210
|
-
end_cursor?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
210
|
+
end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
211
211
|
has_next_page: boolean;
|
|
212
212
|
has_previous_page: boolean;
|
|
213
|
-
start_cursor?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
213
|
+
start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
214
214
|
};
|
|
215
215
|
__typename?: "MovieConnection" | undefined;
|
|
216
216
|
edges?: ({
|
|
@@ -221,7 +221,7 @@ export declare const resolveMovieReviews: (source: {
|
|
|
221
221
|
nodes?: (any | null)[] | null | undefined;
|
|
222
222
|
total_count: number;
|
|
223
223
|
} | null | undefined;
|
|
224
|
-
release_date?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
224
|
+
release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
225
225
|
release_dates?: ({
|
|
226
226
|
__typename?: "ReleaseDates" | undefined;
|
|
227
227
|
iso_3166_1: string;
|
|
@@ -238,10 +238,10 @@ export declare const resolveMovieReviews: (source: {
|
|
|
238
238
|
reviews?: {
|
|
239
239
|
page_info: {
|
|
240
240
|
__typename?: "PageInfo" | undefined;
|
|
241
|
-
end_cursor?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
241
|
+
end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
242
242
|
has_next_page: boolean;
|
|
243
243
|
has_previous_page: boolean;
|
|
244
|
-
start_cursor?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
244
|
+
start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
245
245
|
};
|
|
246
246
|
__typename?: "ReviewConnection" | undefined;
|
|
247
247
|
edges?: ({
|
|
@@ -253,16 +253,16 @@ export declare const resolveMovieReviews: (source: {
|
|
|
253
253
|
author: string;
|
|
254
254
|
author_details?: {
|
|
255
255
|
__typename?: "AuthorDetails" | undefined;
|
|
256
|
-
avatar_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
257
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
258
|
-
rating?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
259
|
-
username?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
256
|
+
avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
257
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
258
|
+
rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
259
|
+
username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
260
260
|
} | null | undefined;
|
|
261
261
|
content: string;
|
|
262
262
|
created_at: string;
|
|
263
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
264
|
-
media_title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
265
|
-
media_type?: import("@tmdb-graphql-api/schema").Maybe<import("@tmdb-graphql-api/schema").ScreenType> | undefined;
|
|
263
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
|
+
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
266
266
|
url: string;
|
|
267
267
|
};
|
|
268
268
|
} | null)[] | null | undefined;
|
|
@@ -272,28 +272,28 @@ export declare const resolveMovieReviews: (source: {
|
|
|
272
272
|
author: string;
|
|
273
273
|
author_details?: {
|
|
274
274
|
__typename?: "AuthorDetails" | undefined;
|
|
275
|
-
avatar_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
276
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
277
|
-
rating?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
278
|
-
username?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
275
|
+
avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
276
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
277
|
+
rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
278
|
+
username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
279
279
|
} | null | undefined;
|
|
280
280
|
content: string;
|
|
281
281
|
created_at: string;
|
|
282
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
283
|
-
media_title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
284
|
-
media_type?: import("@tmdb-graphql-api/schema").Maybe<import("@tmdb-graphql-api/schema").ScreenType> | undefined;
|
|
282
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
|
+
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
285
285
|
url: string;
|
|
286
286
|
} | null)[] | null | undefined;
|
|
287
287
|
total_count: number;
|
|
288
288
|
} | null | undefined;
|
|
289
|
-
runtime?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
289
|
+
runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
290
290
|
similar_movies?: {
|
|
291
291
|
page_info: {
|
|
292
292
|
__typename?: "PageInfo" | undefined;
|
|
293
|
-
end_cursor?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
293
|
+
end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
294
294
|
has_next_page: boolean;
|
|
295
295
|
has_previous_page: boolean;
|
|
296
|
-
start_cursor?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
296
|
+
start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
297
297
|
};
|
|
298
298
|
__typename?: "MovieConnection" | undefined;
|
|
299
299
|
edges?: ({
|
|
@@ -306,22 +306,22 @@ export declare const resolveMovieReviews: (source: {
|
|
|
306
306
|
} | null | undefined;
|
|
307
307
|
spoken_languages: ({
|
|
308
308
|
__typename?: "Language" | undefined;
|
|
309
|
-
english_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
309
|
+
english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
310
310
|
iso_639_1: string;
|
|
311
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
311
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
312
312
|
} | null)[];
|
|
313
313
|
status: string;
|
|
314
|
-
tagline?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
314
|
+
tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
315
315
|
title: string;
|
|
316
316
|
translations?: ({
|
|
317
317
|
__typename?: "Translation" | undefined;
|
|
318
318
|
data: {
|
|
319
319
|
__typename?: "TranslationData" | undefined;
|
|
320
|
-
biography?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
321
|
-
homepage?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
322
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
323
|
-
overview?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
324
|
-
title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
320
|
+
biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
321
|
+
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
322
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
323
|
+
overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
324
|
+
title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
325
325
|
};
|
|
326
326
|
english_name: string;
|
|
327
327
|
iso_639_1: string;
|
|
@@ -336,9 +336,9 @@ export declare const resolveMovieReviews: (source: {
|
|
|
336
336
|
iso_3166_1: string;
|
|
337
337
|
key: string;
|
|
338
338
|
name: string;
|
|
339
|
-
site: import("@tmdb-graphql-api/schema").VideoSite;
|
|
339
|
+
site: import("@tmdb-graphql-api/schema/types").VideoSite;
|
|
340
340
|
size: number;
|
|
341
|
-
type: import("@tmdb-graphql-api/schema").VideoType;
|
|
341
|
+
type: import("@tmdb-graphql-api/schema/types").VideoType;
|
|
342
342
|
} | null)[] | null | undefined;
|
|
343
343
|
vote_average: number;
|
|
344
344
|
vote_count: number;
|
|
@@ -348,1393 +348,1393 @@ export declare const resolveMovieReviews: (source: {
|
|
|
348
348
|
__typename?: "WatchProviderCategories" | undefined;
|
|
349
349
|
ads?: ({
|
|
350
350
|
__typename?: "WatchProvider" | undefined;
|
|
351
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
352
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
353
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
354
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
351
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
352
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
353
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
354
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
355
355
|
} | null)[] | null | undefined;
|
|
356
356
|
buy?: ({
|
|
357
357
|
__typename?: "WatchProvider" | undefined;
|
|
358
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
359
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
360
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
361
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
358
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
359
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
360
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
361
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
362
362
|
} | null)[] | null | undefined;
|
|
363
363
|
flatrate?: ({
|
|
364
364
|
__typename?: "WatchProvider" | undefined;
|
|
365
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
366
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
367
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
368
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
365
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
366
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
367
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
368
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
369
369
|
} | null)[] | null | undefined;
|
|
370
370
|
free?: ({
|
|
371
371
|
__typename?: "WatchProvider" | undefined;
|
|
372
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
373
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
374
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
375
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
372
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
373
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
374
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
375
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
376
376
|
} | null)[] | null | undefined;
|
|
377
377
|
rent?: ({
|
|
378
378
|
__typename?: "WatchProvider" | undefined;
|
|
379
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
380
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
381
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
382
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
379
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
380
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
381
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
382
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
383
383
|
} | null)[] | null | undefined;
|
|
384
384
|
} | null | undefined;
|
|
385
385
|
at?: {
|
|
386
386
|
__typename?: "WatchProviderCategories" | undefined;
|
|
387
387
|
ads?: ({
|
|
388
388
|
__typename?: "WatchProvider" | undefined;
|
|
389
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
390
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
391
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
392
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
389
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
390
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
391
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
392
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
393
393
|
} | null)[] | null | undefined;
|
|
394
394
|
buy?: ({
|
|
395
395
|
__typename?: "WatchProvider" | undefined;
|
|
396
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
397
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
398
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
399
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
396
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
397
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
398
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
399
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
400
400
|
} | null)[] | null | undefined;
|
|
401
401
|
flatrate?: ({
|
|
402
402
|
__typename?: "WatchProvider" | undefined;
|
|
403
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
404
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
405
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
406
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
403
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
404
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
405
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
406
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
407
407
|
} | null)[] | null | undefined;
|
|
408
408
|
free?: ({
|
|
409
409
|
__typename?: "WatchProvider" | undefined;
|
|
410
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
411
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
412
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
413
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
410
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
411
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
412
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
413
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
414
414
|
} | null)[] | null | undefined;
|
|
415
415
|
rent?: ({
|
|
416
416
|
__typename?: "WatchProvider" | undefined;
|
|
417
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
418
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
419
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
420
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
417
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
418
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
419
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
420
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
421
421
|
} | null)[] | null | undefined;
|
|
422
422
|
} | null | undefined;
|
|
423
423
|
au?: {
|
|
424
424
|
__typename?: "WatchProviderCategories" | undefined;
|
|
425
425
|
ads?: ({
|
|
426
426
|
__typename?: "WatchProvider" | undefined;
|
|
427
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
428
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
429
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
430
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
427
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
428
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
429
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
430
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
431
431
|
} | null)[] | null | undefined;
|
|
432
432
|
buy?: ({
|
|
433
433
|
__typename?: "WatchProvider" | undefined;
|
|
434
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
435
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
436
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
437
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
434
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
435
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
436
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
437
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
438
438
|
} | null)[] | null | undefined;
|
|
439
439
|
flatrate?: ({
|
|
440
440
|
__typename?: "WatchProvider" | undefined;
|
|
441
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
442
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
443
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
444
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
441
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
442
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
443
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
444
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
445
445
|
} | null)[] | null | undefined;
|
|
446
446
|
free?: ({
|
|
447
447
|
__typename?: "WatchProvider" | undefined;
|
|
448
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
449
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
450
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
451
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
448
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
449
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
450
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
451
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
452
452
|
} | null)[] | null | undefined;
|
|
453
453
|
rent?: ({
|
|
454
454
|
__typename?: "WatchProvider" | undefined;
|
|
455
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
456
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
457
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
458
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
455
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
456
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
457
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
458
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
459
459
|
} | null)[] | null | undefined;
|
|
460
460
|
} | null | undefined;
|
|
461
461
|
be?: {
|
|
462
462
|
__typename?: "WatchProviderCategories" | undefined;
|
|
463
463
|
ads?: ({
|
|
464
464
|
__typename?: "WatchProvider" | undefined;
|
|
465
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
466
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
467
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
468
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
465
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
466
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
467
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
468
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
469
469
|
} | null)[] | null | undefined;
|
|
470
470
|
buy?: ({
|
|
471
471
|
__typename?: "WatchProvider" | undefined;
|
|
472
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
473
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
474
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
475
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
472
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
473
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
474
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
475
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
476
476
|
} | null)[] | null | undefined;
|
|
477
477
|
flatrate?: ({
|
|
478
478
|
__typename?: "WatchProvider" | undefined;
|
|
479
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
480
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
481
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
482
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
479
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
480
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
481
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
482
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
483
483
|
} | null)[] | null | undefined;
|
|
484
484
|
free?: ({
|
|
485
485
|
__typename?: "WatchProvider" | undefined;
|
|
486
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
487
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
488
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
489
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
486
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
487
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
488
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
489
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
490
490
|
} | null)[] | null | undefined;
|
|
491
491
|
rent?: ({
|
|
492
492
|
__typename?: "WatchProvider" | undefined;
|
|
493
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
494
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
495
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
496
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
493
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
494
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
495
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
496
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
497
497
|
} | null)[] | null | undefined;
|
|
498
498
|
} | null | undefined;
|
|
499
499
|
br?: {
|
|
500
500
|
__typename?: "WatchProviderCategories" | undefined;
|
|
501
501
|
ads?: ({
|
|
502
502
|
__typename?: "WatchProvider" | undefined;
|
|
503
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
504
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
505
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
506
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
503
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
504
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
505
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
506
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
507
507
|
} | null)[] | null | undefined;
|
|
508
508
|
buy?: ({
|
|
509
509
|
__typename?: "WatchProvider" | undefined;
|
|
510
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
511
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
512
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
513
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
510
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
511
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
512
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
513
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
514
514
|
} | null)[] | null | undefined;
|
|
515
515
|
flatrate?: ({
|
|
516
516
|
__typename?: "WatchProvider" | undefined;
|
|
517
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
518
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
519
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
520
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
517
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
518
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
519
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
520
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
521
521
|
} | null)[] | null | undefined;
|
|
522
522
|
free?: ({
|
|
523
523
|
__typename?: "WatchProvider" | undefined;
|
|
524
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
525
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
526
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
527
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
524
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
525
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
526
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
527
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
528
528
|
} | null)[] | null | undefined;
|
|
529
529
|
rent?: ({
|
|
530
530
|
__typename?: "WatchProvider" | undefined;
|
|
531
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
532
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
533
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
534
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
531
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
532
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
533
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
534
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
535
535
|
} | null)[] | null | undefined;
|
|
536
536
|
} | null | undefined;
|
|
537
537
|
ca?: {
|
|
538
538
|
__typename?: "WatchProviderCategories" | undefined;
|
|
539
539
|
ads?: ({
|
|
540
540
|
__typename?: "WatchProvider" | undefined;
|
|
541
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
542
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
543
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
544
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
541
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
542
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
543
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
544
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
545
545
|
} | null)[] | null | undefined;
|
|
546
546
|
buy?: ({
|
|
547
547
|
__typename?: "WatchProvider" | undefined;
|
|
548
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
549
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
550
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
551
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
548
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
549
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
550
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
551
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
552
552
|
} | null)[] | null | undefined;
|
|
553
553
|
flatrate?: ({
|
|
554
554
|
__typename?: "WatchProvider" | undefined;
|
|
555
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
556
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
557
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
558
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
555
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
556
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
557
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
558
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
559
559
|
} | null)[] | null | undefined;
|
|
560
560
|
free?: ({
|
|
561
561
|
__typename?: "WatchProvider" | undefined;
|
|
562
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
563
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
564
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
565
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
562
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
563
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
564
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
565
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
566
566
|
} | null)[] | null | undefined;
|
|
567
567
|
rent?: ({
|
|
568
568
|
__typename?: "WatchProvider" | undefined;
|
|
569
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
570
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
571
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
572
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
569
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
570
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
571
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
572
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
573
573
|
} | null)[] | null | undefined;
|
|
574
574
|
} | null | undefined;
|
|
575
575
|
ch?: {
|
|
576
576
|
__typename?: "WatchProviderCategories" | undefined;
|
|
577
577
|
ads?: ({
|
|
578
578
|
__typename?: "WatchProvider" | undefined;
|
|
579
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
580
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
581
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
582
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
579
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
580
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
581
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
582
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
583
583
|
} | null)[] | null | undefined;
|
|
584
584
|
buy?: ({
|
|
585
585
|
__typename?: "WatchProvider" | undefined;
|
|
586
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
587
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
588
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
589
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
586
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
587
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
588
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
589
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
590
590
|
} | null)[] | null | undefined;
|
|
591
591
|
flatrate?: ({
|
|
592
592
|
__typename?: "WatchProvider" | undefined;
|
|
593
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
594
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
595
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
596
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
593
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
594
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
595
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
596
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
597
597
|
} | null)[] | null | undefined;
|
|
598
598
|
free?: ({
|
|
599
599
|
__typename?: "WatchProvider" | undefined;
|
|
600
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
601
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
602
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
603
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
600
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
601
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
602
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
603
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
604
604
|
} | null)[] | null | undefined;
|
|
605
605
|
rent?: ({
|
|
606
606
|
__typename?: "WatchProvider" | undefined;
|
|
607
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
608
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
609
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
610
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
607
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
608
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
609
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
610
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
611
611
|
} | null)[] | null | undefined;
|
|
612
612
|
} | null | undefined;
|
|
613
613
|
cl?: {
|
|
614
614
|
__typename?: "WatchProviderCategories" | undefined;
|
|
615
615
|
ads?: ({
|
|
616
616
|
__typename?: "WatchProvider" | undefined;
|
|
617
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
618
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
619
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
620
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
617
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
618
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
619
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
620
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
621
621
|
} | null)[] | null | undefined;
|
|
622
622
|
buy?: ({
|
|
623
623
|
__typename?: "WatchProvider" | undefined;
|
|
624
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
625
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
626
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
627
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
624
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
625
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
626
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
627
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
628
628
|
} | null)[] | null | undefined;
|
|
629
629
|
flatrate?: ({
|
|
630
630
|
__typename?: "WatchProvider" | undefined;
|
|
631
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
632
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
633
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
634
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
631
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
632
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
633
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
634
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
635
635
|
} | null)[] | null | undefined;
|
|
636
636
|
free?: ({
|
|
637
637
|
__typename?: "WatchProvider" | undefined;
|
|
638
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
639
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
640
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
641
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
638
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
639
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
640
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
641
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
642
642
|
} | null)[] | null | undefined;
|
|
643
643
|
rent?: ({
|
|
644
644
|
__typename?: "WatchProvider" | undefined;
|
|
645
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
646
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
647
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
648
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
645
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
646
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
647
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
648
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
649
649
|
} | null)[] | null | undefined;
|
|
650
650
|
} | null | undefined;
|
|
651
651
|
co?: {
|
|
652
652
|
__typename?: "WatchProviderCategories" | undefined;
|
|
653
653
|
ads?: ({
|
|
654
654
|
__typename?: "WatchProvider" | undefined;
|
|
655
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
656
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
657
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
658
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
655
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
656
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
657
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
658
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
659
659
|
} | null)[] | null | undefined;
|
|
660
660
|
buy?: ({
|
|
661
661
|
__typename?: "WatchProvider" | undefined;
|
|
662
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
663
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
664
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
665
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
662
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
663
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
664
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
665
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
666
666
|
} | null)[] | null | undefined;
|
|
667
667
|
flatrate?: ({
|
|
668
668
|
__typename?: "WatchProvider" | undefined;
|
|
669
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
670
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
671
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
672
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
669
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
670
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
671
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
672
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
673
673
|
} | null)[] | null | undefined;
|
|
674
674
|
free?: ({
|
|
675
675
|
__typename?: "WatchProvider" | undefined;
|
|
676
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
677
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
678
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
679
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
676
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
677
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
678
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
679
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
680
680
|
} | null)[] | null | undefined;
|
|
681
681
|
rent?: ({
|
|
682
682
|
__typename?: "WatchProvider" | undefined;
|
|
683
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
684
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
685
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
686
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
683
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
684
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
685
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
686
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
687
687
|
} | null)[] | null | undefined;
|
|
688
688
|
} | null | undefined;
|
|
689
689
|
cz?: {
|
|
690
690
|
__typename?: "WatchProviderCategories" | undefined;
|
|
691
691
|
ads?: ({
|
|
692
692
|
__typename?: "WatchProvider" | undefined;
|
|
693
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
694
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
695
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
696
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
693
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
694
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
695
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
696
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
697
697
|
} | null)[] | null | undefined;
|
|
698
698
|
buy?: ({
|
|
699
699
|
__typename?: "WatchProvider" | undefined;
|
|
700
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
701
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
702
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
703
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
700
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
701
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
702
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
703
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
704
704
|
} | null)[] | null | undefined;
|
|
705
705
|
flatrate?: ({
|
|
706
706
|
__typename?: "WatchProvider" | undefined;
|
|
707
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
708
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
709
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
710
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
707
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
708
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
709
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
710
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
711
711
|
} | null)[] | null | undefined;
|
|
712
712
|
free?: ({
|
|
713
713
|
__typename?: "WatchProvider" | undefined;
|
|
714
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
715
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
716
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
717
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
714
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
715
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
716
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
717
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
718
718
|
} | null)[] | null | undefined;
|
|
719
719
|
rent?: ({
|
|
720
720
|
__typename?: "WatchProvider" | undefined;
|
|
721
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
722
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
723
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
724
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
721
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
722
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
723
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
724
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
725
725
|
} | null)[] | null | undefined;
|
|
726
726
|
} | null | undefined;
|
|
727
727
|
de?: {
|
|
728
728
|
__typename?: "WatchProviderCategories" | undefined;
|
|
729
729
|
ads?: ({
|
|
730
730
|
__typename?: "WatchProvider" | undefined;
|
|
731
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
732
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
733
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
734
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
731
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
732
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
733
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
734
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
735
735
|
} | null)[] | null | undefined;
|
|
736
736
|
buy?: ({
|
|
737
737
|
__typename?: "WatchProvider" | undefined;
|
|
738
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
739
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
740
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
741
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
738
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
739
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
740
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
741
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
742
742
|
} | null)[] | null | undefined;
|
|
743
743
|
flatrate?: ({
|
|
744
744
|
__typename?: "WatchProvider" | undefined;
|
|
745
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
746
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
747
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
748
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
745
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
746
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
747
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
748
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
749
749
|
} | null)[] | null | undefined;
|
|
750
750
|
free?: ({
|
|
751
751
|
__typename?: "WatchProvider" | undefined;
|
|
752
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
753
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
754
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
755
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
752
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
753
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
754
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
755
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
756
756
|
} | null)[] | null | undefined;
|
|
757
757
|
rent?: ({
|
|
758
758
|
__typename?: "WatchProvider" | undefined;
|
|
759
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
760
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
761
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
762
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
759
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
760
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
761
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
762
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
763
763
|
} | null)[] | null | undefined;
|
|
764
764
|
} | null | undefined;
|
|
765
765
|
dk?: {
|
|
766
766
|
__typename?: "WatchProviderCategories" | undefined;
|
|
767
767
|
ads?: ({
|
|
768
768
|
__typename?: "WatchProvider" | undefined;
|
|
769
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
770
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
771
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
772
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
769
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
770
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
771
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
772
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
773
773
|
} | null)[] | null | undefined;
|
|
774
774
|
buy?: ({
|
|
775
775
|
__typename?: "WatchProvider" | undefined;
|
|
776
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
777
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
778
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
779
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
776
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
777
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
778
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
779
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
780
780
|
} | null)[] | null | undefined;
|
|
781
781
|
flatrate?: ({
|
|
782
782
|
__typename?: "WatchProvider" | undefined;
|
|
783
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
784
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
785
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
786
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
783
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
784
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
785
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
786
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
787
787
|
} | null)[] | null | undefined;
|
|
788
788
|
free?: ({
|
|
789
789
|
__typename?: "WatchProvider" | undefined;
|
|
790
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
791
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
792
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
793
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
790
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
791
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
792
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
793
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
794
794
|
} | null)[] | null | undefined;
|
|
795
795
|
rent?: ({
|
|
796
796
|
__typename?: "WatchProvider" | undefined;
|
|
797
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
798
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
799
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
800
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
797
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
798
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
799
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
800
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
801
801
|
} | null)[] | null | undefined;
|
|
802
802
|
} | null | undefined;
|
|
803
803
|
ec?: {
|
|
804
804
|
__typename?: "WatchProviderCategories" | undefined;
|
|
805
805
|
ads?: ({
|
|
806
806
|
__typename?: "WatchProvider" | undefined;
|
|
807
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
808
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
809
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
810
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
807
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
808
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
809
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
810
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
811
811
|
} | null)[] | null | undefined;
|
|
812
812
|
buy?: ({
|
|
813
813
|
__typename?: "WatchProvider" | undefined;
|
|
814
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
815
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
816
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
817
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
814
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
815
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
816
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
817
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
818
818
|
} | null)[] | null | undefined;
|
|
819
819
|
flatrate?: ({
|
|
820
820
|
__typename?: "WatchProvider" | undefined;
|
|
821
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
822
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
823
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
824
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
821
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
822
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
823
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
824
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
825
825
|
} | null)[] | null | undefined;
|
|
826
826
|
free?: ({
|
|
827
827
|
__typename?: "WatchProvider" | undefined;
|
|
828
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
829
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
830
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
831
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
828
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
829
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
830
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
831
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
832
832
|
} | null)[] | null | undefined;
|
|
833
833
|
rent?: ({
|
|
834
834
|
__typename?: "WatchProvider" | undefined;
|
|
835
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
836
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
837
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
838
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
835
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
836
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
837
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
838
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
839
839
|
} | null)[] | null | undefined;
|
|
840
840
|
} | null | undefined;
|
|
841
841
|
es?: {
|
|
842
842
|
__typename?: "WatchProviderCategories" | undefined;
|
|
843
843
|
ads?: ({
|
|
844
844
|
__typename?: "WatchProvider" | undefined;
|
|
845
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
846
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
847
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
848
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
845
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
846
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
847
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
848
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
849
849
|
} | null)[] | null | undefined;
|
|
850
850
|
buy?: ({
|
|
851
851
|
__typename?: "WatchProvider" | undefined;
|
|
852
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
853
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
854
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
855
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
852
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
853
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
854
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
855
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
856
856
|
} | null)[] | null | undefined;
|
|
857
857
|
flatrate?: ({
|
|
858
858
|
__typename?: "WatchProvider" | undefined;
|
|
859
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
860
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
861
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
862
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
859
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
860
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
861
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
862
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
863
863
|
} | null)[] | null | undefined;
|
|
864
864
|
free?: ({
|
|
865
865
|
__typename?: "WatchProvider" | undefined;
|
|
866
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
867
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
868
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
869
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
866
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
867
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
868
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
869
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
870
870
|
} | null)[] | null | undefined;
|
|
871
871
|
rent?: ({
|
|
872
872
|
__typename?: "WatchProvider" | undefined;
|
|
873
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
874
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
875
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
876
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
873
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
874
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
875
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
876
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
877
877
|
} | null)[] | null | undefined;
|
|
878
878
|
} | null | undefined;
|
|
879
879
|
fi?: {
|
|
880
880
|
__typename?: "WatchProviderCategories" | undefined;
|
|
881
881
|
ads?: ({
|
|
882
882
|
__typename?: "WatchProvider" | undefined;
|
|
883
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
884
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
885
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
886
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
883
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
884
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
885
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
886
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
887
887
|
} | null)[] | null | undefined;
|
|
888
888
|
buy?: ({
|
|
889
889
|
__typename?: "WatchProvider" | undefined;
|
|
890
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
891
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
892
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
893
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
890
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
891
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
892
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
893
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
894
894
|
} | null)[] | null | undefined;
|
|
895
895
|
flatrate?: ({
|
|
896
896
|
__typename?: "WatchProvider" | undefined;
|
|
897
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
898
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
899
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
900
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
897
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
898
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
899
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
900
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
901
901
|
} | null)[] | null | undefined;
|
|
902
902
|
free?: ({
|
|
903
903
|
__typename?: "WatchProvider" | undefined;
|
|
904
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
905
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
906
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
907
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
904
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
905
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
906
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
907
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
908
908
|
} | null)[] | null | undefined;
|
|
909
909
|
rent?: ({
|
|
910
910
|
__typename?: "WatchProvider" | undefined;
|
|
911
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
912
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
913
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
914
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
911
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
912
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
913
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
914
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
915
915
|
} | null)[] | null | undefined;
|
|
916
916
|
} | null | undefined;
|
|
917
917
|
fr?: {
|
|
918
918
|
__typename?: "WatchProviderCategories" | undefined;
|
|
919
919
|
ads?: ({
|
|
920
920
|
__typename?: "WatchProvider" | undefined;
|
|
921
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
922
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
923
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
924
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
921
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
922
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
923
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
924
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
925
925
|
} | null)[] | null | undefined;
|
|
926
926
|
buy?: ({
|
|
927
927
|
__typename?: "WatchProvider" | undefined;
|
|
928
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
929
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
930
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
931
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
928
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
929
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
930
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
931
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
932
932
|
} | null)[] | null | undefined;
|
|
933
933
|
flatrate?: ({
|
|
934
934
|
__typename?: "WatchProvider" | undefined;
|
|
935
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
936
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
937
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
938
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
935
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
936
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
937
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
938
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
939
939
|
} | null)[] | null | undefined;
|
|
940
940
|
free?: ({
|
|
941
941
|
__typename?: "WatchProvider" | undefined;
|
|
942
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
943
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
944
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
945
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
942
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
943
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
944
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
945
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
946
946
|
} | null)[] | null | undefined;
|
|
947
947
|
rent?: ({
|
|
948
948
|
__typename?: "WatchProvider" | undefined;
|
|
949
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
950
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
951
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
952
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
949
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
950
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
951
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
952
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
953
953
|
} | null)[] | null | undefined;
|
|
954
954
|
} | null | undefined;
|
|
955
955
|
gb?: {
|
|
956
956
|
__typename?: "WatchProviderCategories" | undefined;
|
|
957
957
|
ads?: ({
|
|
958
958
|
__typename?: "WatchProvider" | undefined;
|
|
959
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
960
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
961
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
962
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
959
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
960
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
961
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
962
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
963
963
|
} | null)[] | null | undefined;
|
|
964
964
|
buy?: ({
|
|
965
965
|
__typename?: "WatchProvider" | undefined;
|
|
966
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
967
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
968
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
969
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
966
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
967
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
968
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
969
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
970
970
|
} | null)[] | null | undefined;
|
|
971
971
|
flatrate?: ({
|
|
972
972
|
__typename?: "WatchProvider" | undefined;
|
|
973
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
974
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
975
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
976
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
973
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
974
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
975
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
976
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
977
977
|
} | null)[] | null | undefined;
|
|
978
978
|
free?: ({
|
|
979
979
|
__typename?: "WatchProvider" | undefined;
|
|
980
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
981
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
982
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
983
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
980
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
981
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
982
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
983
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
984
984
|
} | null)[] | null | undefined;
|
|
985
985
|
rent?: ({
|
|
986
986
|
__typename?: "WatchProvider" | undefined;
|
|
987
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
988
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
989
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
990
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
987
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
988
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
989
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
990
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
991
991
|
} | null)[] | null | undefined;
|
|
992
992
|
} | null | undefined;
|
|
993
993
|
hu?: {
|
|
994
994
|
__typename?: "WatchProviderCategories" | undefined;
|
|
995
995
|
ads?: ({
|
|
996
996
|
__typename?: "WatchProvider" | undefined;
|
|
997
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
998
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
999
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1000
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
997
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
998
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
999
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1000
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1001
1001
|
} | null)[] | null | undefined;
|
|
1002
1002
|
buy?: ({
|
|
1003
1003
|
__typename?: "WatchProvider" | undefined;
|
|
1004
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1005
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1006
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1007
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1004
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1005
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1006
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1007
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1008
1008
|
} | null)[] | null | undefined;
|
|
1009
1009
|
flatrate?: ({
|
|
1010
1010
|
__typename?: "WatchProvider" | undefined;
|
|
1011
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1012
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1013
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1014
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1011
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1012
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1013
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1014
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1015
1015
|
} | null)[] | null | undefined;
|
|
1016
1016
|
free?: ({
|
|
1017
1017
|
__typename?: "WatchProvider" | undefined;
|
|
1018
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1019
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1020
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1021
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1018
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1019
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1020
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1021
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1022
1022
|
} | null)[] | null | undefined;
|
|
1023
1023
|
rent?: ({
|
|
1024
1024
|
__typename?: "WatchProvider" | undefined;
|
|
1025
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1026
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1027
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1028
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1025
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1026
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1027
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1028
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1029
1029
|
} | null)[] | null | undefined;
|
|
1030
1030
|
} | null | undefined;
|
|
1031
1031
|
ie?: {
|
|
1032
1032
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1033
1033
|
ads?: ({
|
|
1034
1034
|
__typename?: "WatchProvider" | undefined;
|
|
1035
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1036
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1037
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1038
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1035
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1036
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1037
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1038
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1039
1039
|
} | null)[] | null | undefined;
|
|
1040
1040
|
buy?: ({
|
|
1041
1041
|
__typename?: "WatchProvider" | undefined;
|
|
1042
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1043
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1044
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1045
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1042
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1043
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1044
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1045
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1046
1046
|
} | null)[] | null | undefined;
|
|
1047
1047
|
flatrate?: ({
|
|
1048
1048
|
__typename?: "WatchProvider" | undefined;
|
|
1049
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1050
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1051
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1052
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1049
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1050
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1051
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1052
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1053
1053
|
} | null)[] | null | undefined;
|
|
1054
1054
|
free?: ({
|
|
1055
1055
|
__typename?: "WatchProvider" | undefined;
|
|
1056
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1057
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1058
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1059
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1056
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1057
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1058
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1059
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1060
1060
|
} | null)[] | null | undefined;
|
|
1061
1061
|
rent?: ({
|
|
1062
1062
|
__typename?: "WatchProvider" | undefined;
|
|
1063
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1064
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1065
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1066
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1063
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1064
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1065
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1066
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1067
1067
|
} | null)[] | null | undefined;
|
|
1068
1068
|
} | null | undefined;
|
|
1069
1069
|
in?: {
|
|
1070
1070
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1071
1071
|
ads?: ({
|
|
1072
1072
|
__typename?: "WatchProvider" | undefined;
|
|
1073
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1074
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1075
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1076
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1073
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1074
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1075
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1076
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1077
1077
|
} | null)[] | null | undefined;
|
|
1078
1078
|
buy?: ({
|
|
1079
1079
|
__typename?: "WatchProvider" | undefined;
|
|
1080
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1081
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1082
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1083
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1080
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1081
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1082
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1083
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1084
1084
|
} | null)[] | null | undefined;
|
|
1085
1085
|
flatrate?: ({
|
|
1086
1086
|
__typename?: "WatchProvider" | undefined;
|
|
1087
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1088
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1089
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1090
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1087
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1088
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1089
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1090
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1091
1091
|
} | null)[] | null | undefined;
|
|
1092
1092
|
free?: ({
|
|
1093
1093
|
__typename?: "WatchProvider" | undefined;
|
|
1094
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1095
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1096
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1097
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1094
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1095
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1096
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1097
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1098
1098
|
} | null)[] | null | undefined;
|
|
1099
1099
|
rent?: ({
|
|
1100
1100
|
__typename?: "WatchProvider" | undefined;
|
|
1101
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1102
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1103
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1104
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1101
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1102
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1103
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1104
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1105
1105
|
} | null)[] | null | undefined;
|
|
1106
1106
|
} | null | undefined;
|
|
1107
1107
|
it?: {
|
|
1108
1108
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1109
1109
|
ads?: ({
|
|
1110
1110
|
__typename?: "WatchProvider" | undefined;
|
|
1111
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1112
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1113
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1114
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1111
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1112
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1113
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1114
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1115
1115
|
} | null)[] | null | undefined;
|
|
1116
1116
|
buy?: ({
|
|
1117
1117
|
__typename?: "WatchProvider" | undefined;
|
|
1118
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1119
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1120
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1121
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1118
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1119
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1120
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1121
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1122
1122
|
} | null)[] | null | undefined;
|
|
1123
1123
|
flatrate?: ({
|
|
1124
1124
|
__typename?: "WatchProvider" | undefined;
|
|
1125
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1126
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1127
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1128
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1125
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1126
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1127
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1128
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1129
1129
|
} | null)[] | null | undefined;
|
|
1130
1130
|
free?: ({
|
|
1131
1131
|
__typename?: "WatchProvider" | undefined;
|
|
1132
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1133
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1134
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1135
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1132
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1133
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1134
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1135
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1136
1136
|
} | null)[] | null | undefined;
|
|
1137
1137
|
rent?: ({
|
|
1138
1138
|
__typename?: "WatchProvider" | undefined;
|
|
1139
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1140
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1141
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1142
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1139
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1140
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1141
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1142
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1143
1143
|
} | null)[] | null | undefined;
|
|
1144
1144
|
} | null | undefined;
|
|
1145
1145
|
jp?: {
|
|
1146
1146
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1147
1147
|
ads?: ({
|
|
1148
1148
|
__typename?: "WatchProvider" | undefined;
|
|
1149
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1150
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1151
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1152
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1149
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1150
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1151
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1152
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1153
1153
|
} | null)[] | null | undefined;
|
|
1154
1154
|
buy?: ({
|
|
1155
1155
|
__typename?: "WatchProvider" | undefined;
|
|
1156
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1157
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1158
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1159
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1156
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1157
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1158
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1159
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1160
1160
|
} | null)[] | null | undefined;
|
|
1161
1161
|
flatrate?: ({
|
|
1162
1162
|
__typename?: "WatchProvider" | undefined;
|
|
1163
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1164
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1165
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1166
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1163
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1164
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1165
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1166
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1167
1167
|
} | null)[] | null | undefined;
|
|
1168
1168
|
free?: ({
|
|
1169
1169
|
__typename?: "WatchProvider" | undefined;
|
|
1170
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1171
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1172
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1173
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1170
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1171
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1172
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1173
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1174
1174
|
} | null)[] | null | undefined;
|
|
1175
1175
|
rent?: ({
|
|
1176
1176
|
__typename?: "WatchProvider" | undefined;
|
|
1177
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1178
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1179
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1180
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1177
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1178
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1179
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1180
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1181
1181
|
} | null)[] | null | undefined;
|
|
1182
1182
|
} | null | undefined;
|
|
1183
1183
|
mx?: {
|
|
1184
1184
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1185
1185
|
ads?: ({
|
|
1186
1186
|
__typename?: "WatchProvider" | undefined;
|
|
1187
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1188
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1189
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1190
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1187
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1188
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1189
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1190
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1191
1191
|
} | null)[] | null | undefined;
|
|
1192
1192
|
buy?: ({
|
|
1193
1193
|
__typename?: "WatchProvider" | undefined;
|
|
1194
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1195
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1196
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1197
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1194
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1195
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1196
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1197
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1198
1198
|
} | null)[] | null | undefined;
|
|
1199
1199
|
flatrate?: ({
|
|
1200
1200
|
__typename?: "WatchProvider" | undefined;
|
|
1201
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1202
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1203
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1204
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1201
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1202
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1203
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1204
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1205
1205
|
} | null)[] | null | undefined;
|
|
1206
1206
|
free?: ({
|
|
1207
1207
|
__typename?: "WatchProvider" | undefined;
|
|
1208
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1209
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1210
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1211
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1208
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1209
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1210
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1211
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1212
1212
|
} | null)[] | null | undefined;
|
|
1213
1213
|
rent?: ({
|
|
1214
1214
|
__typename?: "WatchProvider" | undefined;
|
|
1215
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1216
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1217
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1218
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1215
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1216
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1217
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1218
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1219
1219
|
} | null)[] | null | undefined;
|
|
1220
1220
|
} | null | undefined;
|
|
1221
1221
|
nl?: {
|
|
1222
1222
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1223
1223
|
ads?: ({
|
|
1224
1224
|
__typename?: "WatchProvider" | undefined;
|
|
1225
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1226
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1227
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1228
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1225
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1226
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1227
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1228
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1229
1229
|
} | null)[] | null | undefined;
|
|
1230
1230
|
buy?: ({
|
|
1231
1231
|
__typename?: "WatchProvider" | undefined;
|
|
1232
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1233
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1234
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1235
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1232
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1233
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1234
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1235
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1236
1236
|
} | null)[] | null | undefined;
|
|
1237
1237
|
flatrate?: ({
|
|
1238
1238
|
__typename?: "WatchProvider" | undefined;
|
|
1239
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1240
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1241
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1242
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1239
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1240
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1241
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1242
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1243
1243
|
} | null)[] | null | undefined;
|
|
1244
1244
|
free?: ({
|
|
1245
1245
|
__typename?: "WatchProvider" | undefined;
|
|
1246
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1247
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1248
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1249
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1246
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1247
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1248
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1249
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1250
1250
|
} | null)[] | null | undefined;
|
|
1251
1251
|
rent?: ({
|
|
1252
1252
|
__typename?: "WatchProvider" | undefined;
|
|
1253
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1254
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1255
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1256
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1253
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1254
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1255
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1256
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1257
1257
|
} | null)[] | null | undefined;
|
|
1258
1258
|
} | null | undefined;
|
|
1259
1259
|
no?: {
|
|
1260
1260
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1261
1261
|
ads?: ({
|
|
1262
1262
|
__typename?: "WatchProvider" | undefined;
|
|
1263
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1264
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1265
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1266
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1263
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1264
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1265
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1266
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1267
1267
|
} | null)[] | null | undefined;
|
|
1268
1268
|
buy?: ({
|
|
1269
1269
|
__typename?: "WatchProvider" | undefined;
|
|
1270
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1271
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1272
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1273
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1270
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1271
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1272
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1273
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1274
1274
|
} | null)[] | null | undefined;
|
|
1275
1275
|
flatrate?: ({
|
|
1276
1276
|
__typename?: "WatchProvider" | undefined;
|
|
1277
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1278
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1279
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1280
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1277
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1278
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1279
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1280
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1281
1281
|
} | null)[] | null | undefined;
|
|
1282
1282
|
free?: ({
|
|
1283
1283
|
__typename?: "WatchProvider" | undefined;
|
|
1284
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1285
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1286
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1287
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1284
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1285
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1286
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1287
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1288
1288
|
} | null)[] | null | undefined;
|
|
1289
1289
|
rent?: ({
|
|
1290
1290
|
__typename?: "WatchProvider" | undefined;
|
|
1291
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1292
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1293
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1294
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1291
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1292
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1293
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1294
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1295
1295
|
} | null)[] | null | undefined;
|
|
1296
1296
|
} | null | undefined;
|
|
1297
1297
|
nz?: {
|
|
1298
1298
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1299
1299
|
ads?: ({
|
|
1300
1300
|
__typename?: "WatchProvider" | undefined;
|
|
1301
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1302
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1303
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1304
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1301
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1302
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1303
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1304
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1305
1305
|
} | null)[] | null | undefined;
|
|
1306
1306
|
buy?: ({
|
|
1307
1307
|
__typename?: "WatchProvider" | undefined;
|
|
1308
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1309
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1310
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1311
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1308
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1309
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1310
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1311
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1312
1312
|
} | null)[] | null | undefined;
|
|
1313
1313
|
flatrate?: ({
|
|
1314
1314
|
__typename?: "WatchProvider" | undefined;
|
|
1315
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1316
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1317
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1318
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1315
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1316
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1317
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1318
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1319
1319
|
} | null)[] | null | undefined;
|
|
1320
1320
|
free?: ({
|
|
1321
1321
|
__typename?: "WatchProvider" | undefined;
|
|
1322
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1323
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1324
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1325
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1322
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1323
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1324
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1325
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1326
1326
|
} | null)[] | null | undefined;
|
|
1327
1327
|
rent?: ({
|
|
1328
1328
|
__typename?: "WatchProvider" | undefined;
|
|
1329
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1330
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1331
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1332
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1329
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1330
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1331
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1332
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1333
1333
|
} | null)[] | null | undefined;
|
|
1334
1334
|
} | null | undefined;
|
|
1335
1335
|
pe?: {
|
|
1336
1336
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1337
1337
|
ads?: ({
|
|
1338
1338
|
__typename?: "WatchProvider" | undefined;
|
|
1339
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1340
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1341
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1342
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1339
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1340
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1341
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1342
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1343
1343
|
} | null)[] | null | undefined;
|
|
1344
1344
|
buy?: ({
|
|
1345
1345
|
__typename?: "WatchProvider" | undefined;
|
|
1346
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1347
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1348
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1349
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1346
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1347
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1348
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1349
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1350
1350
|
} | null)[] | null | undefined;
|
|
1351
1351
|
flatrate?: ({
|
|
1352
1352
|
__typename?: "WatchProvider" | undefined;
|
|
1353
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1354
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1355
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1356
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1353
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1354
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1355
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1356
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1357
1357
|
} | null)[] | null | undefined;
|
|
1358
1358
|
free?: ({
|
|
1359
1359
|
__typename?: "WatchProvider" | undefined;
|
|
1360
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1361
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1362
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1363
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1360
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1361
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1362
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1363
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1364
1364
|
} | null)[] | null | undefined;
|
|
1365
1365
|
rent?: ({
|
|
1366
1366
|
__typename?: "WatchProvider" | undefined;
|
|
1367
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1368
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1369
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1370
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1367
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1368
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1369
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1370
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1371
1371
|
} | null)[] | null | undefined;
|
|
1372
1372
|
} | null | undefined;
|
|
1373
1373
|
pl?: {
|
|
1374
1374
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1375
1375
|
ads?: ({
|
|
1376
1376
|
__typename?: "WatchProvider" | undefined;
|
|
1377
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1378
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1379
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1380
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1377
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1378
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1379
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1380
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1381
1381
|
} | null)[] | null | undefined;
|
|
1382
1382
|
buy?: ({
|
|
1383
1383
|
__typename?: "WatchProvider" | undefined;
|
|
1384
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1385
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1386
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1387
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1384
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1385
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1386
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1387
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1388
1388
|
} | null)[] | null | undefined;
|
|
1389
1389
|
flatrate?: ({
|
|
1390
1390
|
__typename?: "WatchProvider" | undefined;
|
|
1391
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1392
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1393
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1394
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1391
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1392
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1393
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1394
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1395
1395
|
} | null)[] | null | undefined;
|
|
1396
1396
|
free?: ({
|
|
1397
1397
|
__typename?: "WatchProvider" | undefined;
|
|
1398
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1399
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1400
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1401
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1398
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1399
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1400
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1401
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1402
1402
|
} | null)[] | null | undefined;
|
|
1403
1403
|
rent?: ({
|
|
1404
1404
|
__typename?: "WatchProvider" | undefined;
|
|
1405
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1406
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1407
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1408
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1405
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1406
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1407
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1408
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1409
1409
|
} | null)[] | null | undefined;
|
|
1410
1410
|
} | null | undefined;
|
|
1411
1411
|
pt?: {
|
|
1412
1412
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1413
1413
|
ads?: ({
|
|
1414
1414
|
__typename?: "WatchProvider" | undefined;
|
|
1415
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1416
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1417
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1418
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1415
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1416
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1417
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1418
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1419
1419
|
} | null)[] | null | undefined;
|
|
1420
1420
|
buy?: ({
|
|
1421
1421
|
__typename?: "WatchProvider" | undefined;
|
|
1422
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1423
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1424
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1425
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1422
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1423
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1424
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1425
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1426
1426
|
} | null)[] | null | undefined;
|
|
1427
1427
|
flatrate?: ({
|
|
1428
1428
|
__typename?: "WatchProvider" | undefined;
|
|
1429
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1430
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1431
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1432
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1429
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1430
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1431
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1432
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1433
1433
|
} | null)[] | null | undefined;
|
|
1434
1434
|
free?: ({
|
|
1435
1435
|
__typename?: "WatchProvider" | undefined;
|
|
1436
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1437
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1438
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1439
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1436
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1437
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1438
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1439
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1440
1440
|
} | null)[] | null | undefined;
|
|
1441
1441
|
rent?: ({
|
|
1442
1442
|
__typename?: "WatchProvider" | undefined;
|
|
1443
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1444
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1445
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1446
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1443
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1444
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1445
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1446
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1447
1447
|
} | null)[] | null | undefined;
|
|
1448
1448
|
} | null | undefined;
|
|
1449
1449
|
ro?: {
|
|
1450
1450
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1451
1451
|
ads?: ({
|
|
1452
1452
|
__typename?: "WatchProvider" | undefined;
|
|
1453
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1454
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1455
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1456
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1453
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1454
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1455
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1456
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1457
1457
|
} | null)[] | null | undefined;
|
|
1458
1458
|
buy?: ({
|
|
1459
1459
|
__typename?: "WatchProvider" | undefined;
|
|
1460
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1461
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1462
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1463
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1460
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1461
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1462
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1463
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1464
1464
|
} | null)[] | null | undefined;
|
|
1465
1465
|
flatrate?: ({
|
|
1466
1466
|
__typename?: "WatchProvider" | undefined;
|
|
1467
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1468
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1469
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1470
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1467
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1468
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1469
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1470
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1471
1471
|
} | null)[] | null | undefined;
|
|
1472
1472
|
free?: ({
|
|
1473
1473
|
__typename?: "WatchProvider" | undefined;
|
|
1474
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1475
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1476
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1477
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1474
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1475
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1476
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1477
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1478
1478
|
} | null)[] | null | undefined;
|
|
1479
1479
|
rent?: ({
|
|
1480
1480
|
__typename?: "WatchProvider" | undefined;
|
|
1481
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1482
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1483
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1484
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1481
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1482
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1483
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1484
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1485
1485
|
} | null)[] | null | undefined;
|
|
1486
1486
|
} | null | undefined;
|
|
1487
1487
|
ru?: {
|
|
1488
1488
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1489
1489
|
ads?: ({
|
|
1490
1490
|
__typename?: "WatchProvider" | undefined;
|
|
1491
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1492
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1493
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1494
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1491
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1492
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1493
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1494
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1495
1495
|
} | null)[] | null | undefined;
|
|
1496
1496
|
buy?: ({
|
|
1497
1497
|
__typename?: "WatchProvider" | undefined;
|
|
1498
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1499
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1500
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1501
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1498
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1499
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1500
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1501
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1502
1502
|
} | null)[] | null | undefined;
|
|
1503
1503
|
flatrate?: ({
|
|
1504
1504
|
__typename?: "WatchProvider" | undefined;
|
|
1505
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1506
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1507
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1508
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1505
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1506
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1507
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1508
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1509
1509
|
} | null)[] | null | undefined;
|
|
1510
1510
|
free?: ({
|
|
1511
1511
|
__typename?: "WatchProvider" | undefined;
|
|
1512
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1513
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1514
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1515
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1512
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1513
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1514
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1515
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1516
1516
|
} | null)[] | null | undefined;
|
|
1517
1517
|
rent?: ({
|
|
1518
1518
|
__typename?: "WatchProvider" | undefined;
|
|
1519
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1520
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1521
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1522
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1519
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1520
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1521
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1522
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1523
1523
|
} | null)[] | null | undefined;
|
|
1524
1524
|
} | null | undefined;
|
|
1525
1525
|
se?: {
|
|
1526
1526
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1527
1527
|
ads?: ({
|
|
1528
1528
|
__typename?: "WatchProvider" | undefined;
|
|
1529
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1530
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1531
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1532
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1529
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1530
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1531
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1532
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1533
1533
|
} | null)[] | null | undefined;
|
|
1534
1534
|
buy?: ({
|
|
1535
1535
|
__typename?: "WatchProvider" | undefined;
|
|
1536
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1537
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1538
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1539
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1536
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1537
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1538
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1539
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1540
1540
|
} | null)[] | null | undefined;
|
|
1541
1541
|
flatrate?: ({
|
|
1542
1542
|
__typename?: "WatchProvider" | undefined;
|
|
1543
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1544
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1545
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1546
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1543
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1544
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1545
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1546
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1547
1547
|
} | null)[] | null | undefined;
|
|
1548
1548
|
free?: ({
|
|
1549
1549
|
__typename?: "WatchProvider" | undefined;
|
|
1550
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1551
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1552
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1553
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1550
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1551
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1552
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1553
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1554
1554
|
} | null)[] | null | undefined;
|
|
1555
1555
|
rent?: ({
|
|
1556
1556
|
__typename?: "WatchProvider" | undefined;
|
|
1557
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1558
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1559
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1560
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1557
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1558
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1559
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1560
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1561
1561
|
} | null)[] | null | undefined;
|
|
1562
1562
|
} | null | undefined;
|
|
1563
1563
|
tr?: {
|
|
1564
1564
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1565
1565
|
ads?: ({
|
|
1566
1566
|
__typename?: "WatchProvider" | undefined;
|
|
1567
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1568
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1569
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1570
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1567
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1568
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1569
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1570
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1571
1571
|
} | null)[] | null | undefined;
|
|
1572
1572
|
buy?: ({
|
|
1573
1573
|
__typename?: "WatchProvider" | undefined;
|
|
1574
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1575
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1576
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1577
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1574
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1575
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1576
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1577
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1578
1578
|
} | null)[] | null | undefined;
|
|
1579
1579
|
flatrate?: ({
|
|
1580
1580
|
__typename?: "WatchProvider" | undefined;
|
|
1581
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1582
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1583
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1584
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1581
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1582
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1583
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1584
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1585
1585
|
} | null)[] | null | undefined;
|
|
1586
1586
|
free?: ({
|
|
1587
1587
|
__typename?: "WatchProvider" | undefined;
|
|
1588
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1589
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1590
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1591
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1588
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1589
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1590
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1591
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1592
1592
|
} | null)[] | null | undefined;
|
|
1593
1593
|
rent?: ({
|
|
1594
1594
|
__typename?: "WatchProvider" | undefined;
|
|
1595
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1596
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1597
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1598
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1595
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1596
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1597
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1598
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1599
1599
|
} | null)[] | null | undefined;
|
|
1600
1600
|
} | null | undefined;
|
|
1601
1601
|
us?: {
|
|
1602
1602
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1603
1603
|
ads?: ({
|
|
1604
1604
|
__typename?: "WatchProvider" | undefined;
|
|
1605
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1606
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1607
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1608
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1605
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1606
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1607
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1608
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1609
1609
|
} | null)[] | null | undefined;
|
|
1610
1610
|
buy?: ({
|
|
1611
1611
|
__typename?: "WatchProvider" | undefined;
|
|
1612
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1613
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1614
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1615
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1612
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1613
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1614
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1615
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1616
1616
|
} | null)[] | null | undefined;
|
|
1617
1617
|
flatrate?: ({
|
|
1618
1618
|
__typename?: "WatchProvider" | undefined;
|
|
1619
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1620
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1621
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1622
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1619
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1620
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1621
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1622
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1623
1623
|
} | null)[] | null | undefined;
|
|
1624
1624
|
free?: ({
|
|
1625
1625
|
__typename?: "WatchProvider" | undefined;
|
|
1626
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1627
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1628
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1629
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1626
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1627
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1628
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1629
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1630
1630
|
} | null)[] | null | undefined;
|
|
1631
1631
|
rent?: ({
|
|
1632
1632
|
__typename?: "WatchProvider" | undefined;
|
|
1633
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1634
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1635
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1636
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1633
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1634
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1635
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1636
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1637
1637
|
} | null)[] | null | undefined;
|
|
1638
1638
|
} | null | undefined;
|
|
1639
1639
|
ve?: {
|
|
1640
1640
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1641
1641
|
ads?: ({
|
|
1642
1642
|
__typename?: "WatchProvider" | undefined;
|
|
1643
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1644
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1645
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1646
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1643
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1644
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1645
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1646
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1647
1647
|
} | null)[] | null | undefined;
|
|
1648
1648
|
buy?: ({
|
|
1649
1649
|
__typename?: "WatchProvider" | undefined;
|
|
1650
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1651
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1652
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1653
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1650
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1651
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1652
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1653
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1654
1654
|
} | null)[] | null | undefined;
|
|
1655
1655
|
flatrate?: ({
|
|
1656
1656
|
__typename?: "WatchProvider" | undefined;
|
|
1657
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1658
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1659
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1660
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1657
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1658
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1659
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1660
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1661
1661
|
} | null)[] | null | undefined;
|
|
1662
1662
|
free?: ({
|
|
1663
1663
|
__typename?: "WatchProvider" | undefined;
|
|
1664
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1665
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1666
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1667
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1664
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1665
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1666
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1667
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1668
1668
|
} | null)[] | null | undefined;
|
|
1669
1669
|
rent?: ({
|
|
1670
1670
|
__typename?: "WatchProvider" | undefined;
|
|
1671
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1672
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1673
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1674
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1671
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1672
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1673
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1674
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1675
1675
|
} | null)[] | null | undefined;
|
|
1676
1676
|
} | null | undefined;
|
|
1677
1677
|
za?: {
|
|
1678
1678
|
__typename?: "WatchProviderCategories" | undefined;
|
|
1679
1679
|
ads?: ({
|
|
1680
1680
|
__typename?: "WatchProvider" | undefined;
|
|
1681
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1682
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1683
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1684
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1681
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1682
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1683
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1684
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1685
1685
|
} | null)[] | null | undefined;
|
|
1686
1686
|
buy?: ({
|
|
1687
1687
|
__typename?: "WatchProvider" | undefined;
|
|
1688
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1689
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1690
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1691
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1688
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1689
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1690
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1691
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1692
1692
|
} | null)[] | null | undefined;
|
|
1693
1693
|
flatrate?: ({
|
|
1694
1694
|
__typename?: "WatchProvider" | undefined;
|
|
1695
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1696
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1697
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1698
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1695
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1696
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1697
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1698
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1699
1699
|
} | null)[] | null | undefined;
|
|
1700
1700
|
free?: ({
|
|
1701
1701
|
__typename?: "WatchProvider" | undefined;
|
|
1702
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1703
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1704
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1705
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1702
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1703
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1704
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1705
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1706
1706
|
} | null)[] | null | undefined;
|
|
1707
1707
|
rent?: ({
|
|
1708
1708
|
__typename?: "WatchProvider" | undefined;
|
|
1709
|
-
display_priority?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1710
|
-
id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1711
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1712
|
-
provider_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1709
|
+
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1710
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1711
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1712
|
+
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1713
1713
|
} | null)[] | null | undefined;
|
|
1714
1714
|
} | null | undefined;
|
|
1715
1715
|
} | null | undefined;
|
|
1716
1716
|
} | null)[];
|
|
1717
|
-
poster_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1717
|
+
poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1718
1718
|
posters?: ({
|
|
1719
1719
|
__typename?: "Image" | undefined;
|
|
1720
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1721
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1722
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1723
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1724
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1725
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1726
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1727
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1720
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1721
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1722
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1723
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1724
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1725
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1726
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1727
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1728
1728
|
} | null)[] | null | undefined;
|
|
1729
1729
|
translations?: ({
|
|
1730
1730
|
__typename?: "Translation" | undefined;
|
|
1731
1731
|
data: {
|
|
1732
1732
|
__typename?: "TranslationData" | undefined;
|
|
1733
|
-
biography?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1734
|
-
homepage?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1735
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1736
|
-
overview?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1737
|
-
title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1733
|
+
biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1734
|
+
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1735
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1736
|
+
overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1737
|
+
title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1738
1738
|
};
|
|
1739
1739
|
english_name: string;
|
|
1740
1740
|
iso_639_1: string;
|
|
@@ -1743,96 +1743,96 @@ export declare const resolveMovieReviews: (source: {
|
|
|
1743
1743
|
} | null)[] | null | undefined;
|
|
1744
1744
|
} | null | undefined;
|
|
1745
1745
|
budget: number;
|
|
1746
|
-
imdb_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1746
|
+
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1747
1747
|
production_companies: ({
|
|
1748
1748
|
id: string | number;
|
|
1749
1749
|
__typename?: "Company" | undefined;
|
|
1750
1750
|
alternative_names?: ({
|
|
1751
1751
|
__typename?: "AlternativeName" | undefined;
|
|
1752
|
-
iso_3166_1?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1753
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1754
|
-
title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1752
|
+
iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1753
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1754
|
+
title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1755
1755
|
type: string;
|
|
1756
1756
|
} | null)[] | null | undefined;
|
|
1757
1757
|
description: string;
|
|
1758
1758
|
headquarters: string;
|
|
1759
|
-
homepage?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1760
|
-
logo_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1759
|
+
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1760
|
+
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1761
1761
|
logos?: ({
|
|
1762
1762
|
__typename?: "Image" | undefined;
|
|
1763
|
-
aspect_radio?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1764
|
-
file_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1765
|
-
file_type?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1766
|
-
height?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1767
|
-
iso_639_1?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1768
|
-
vote_average?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1769
|
-
vote_count?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1770
|
-
width?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1763
|
+
aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1764
|
+
file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1765
|
+
file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1766
|
+
height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1767
|
+
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1768
|
+
vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1769
|
+
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1770
|
+
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1771
1771
|
} | null)[] | null | undefined;
|
|
1772
1772
|
name: string;
|
|
1773
|
-
origin_country?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1774
|
-
parent_company?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1773
|
+
origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1774
|
+
parent_company?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1775
1775
|
} | null)[];
|
|
1776
1776
|
production_countries: ({
|
|
1777
1777
|
__typename?: "Country" | undefined;
|
|
1778
|
-
english_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1778
|
+
english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1779
1779
|
iso_3166_1: string;
|
|
1780
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1780
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1781
1781
|
} | null)[];
|
|
1782
1782
|
revenue: number;
|
|
1783
|
-
runtime?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1783
|
+
runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1784
1784
|
spoken_languages: ({
|
|
1785
1785
|
__typename?: "Language" | undefined;
|
|
1786
|
-
english_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1786
|
+
english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1787
1787
|
iso_639_1: string;
|
|
1788
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1788
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1789
1789
|
} | null)[];
|
|
1790
1790
|
status: string;
|
|
1791
|
-
tagline?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1791
|
+
tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1792
1792
|
} & {
|
|
1793
1793
|
alternative_titles: Omit<import("../types.ts").RawMovieAlternativeTitles, "id">;
|
|
1794
1794
|
credits?: Omit<{
|
|
1795
1795
|
cast?: ({
|
|
1796
1796
|
id: string | number;
|
|
1797
1797
|
__typename?: "Cast" | undefined;
|
|
1798
|
-
adult?: import("@tmdb-graphql-api/schema").Maybe<boolean> | undefined;
|
|
1799
|
-
cast_id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1800
|
-
character?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1801
|
-
credit_id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1802
|
-
gender?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1803
|
-
known_for_department?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1798
|
+
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1799
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1800
|
+
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1801
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1802
|
+
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1803
|
+
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1804
1804
|
name: string;
|
|
1805
|
-
order?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1806
|
-
original_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1807
|
-
popularity?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1808
|
-
profile_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1805
|
+
order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1806
|
+
original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1807
|
+
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1808
|
+
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1809
1809
|
} | null)[] | null | undefined;
|
|
1810
1810
|
crew?: ({
|
|
1811
1811
|
id: string | number;
|
|
1812
1812
|
__typename?: "Crew" | undefined;
|
|
1813
|
-
adult?: import("@tmdb-graphql-api/schema").Maybe<boolean> | undefined;
|
|
1814
|
-
credit_id?: import("@tmdb-graphql-api/schema").Maybe<string | number> | undefined;
|
|
1815
|
-
department?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1816
|
-
gender?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1817
|
-
job?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1818
|
-
known_for_department?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1813
|
+
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1814
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1815
|
+
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1816
|
+
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1817
|
+
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1818
|
+
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1819
1819
|
name: string;
|
|
1820
|
-
original_name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1821
|
-
popularity?: import("@tmdb-graphql-api/schema").Maybe<number> | undefined;
|
|
1822
|
-
profile_path?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1820
|
+
original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1821
|
+
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1822
|
+
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1823
1823
|
} | null)[] | null | undefined;
|
|
1824
1824
|
id: string | number;
|
|
1825
1825
|
}, "id"> | undefined;
|
|
1826
1826
|
external_ids?: {
|
|
1827
1827
|
__typename?: "ExternalIds" | undefined;
|
|
1828
|
-
facebook_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1829
|
-
freebase_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1830
|
-
freebase_mid?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1831
|
-
imdb_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1832
|
-
instagram_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1833
|
-
tvdb_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1834
|
-
tvrage_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1835
|
-
twitter_id?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1828
|
+
facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1829
|
+
freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1830
|
+
freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1831
|
+
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1832
|
+
instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1833
|
+
tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1834
|
+
tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1835
|
+
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1836
1836
|
} | undefined;
|
|
1837
1837
|
images?: Omit<import("../types.ts").RawMovieImages, "id"> | undefined;
|
|
1838
1838
|
keywords?: Omit<import("../types.ts").RawMovieKeywords, "id"> | undefined;
|
|
@@ -1845,11 +1845,11 @@ export declare const resolveMovieReviews: (source: {
|
|
|
1845
1845
|
__typename?: "Translation" | undefined;
|
|
1846
1846
|
data: {
|
|
1847
1847
|
__typename?: "TranslationData" | undefined;
|
|
1848
|
-
biography?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1849
|
-
homepage?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1850
|
-
name?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1851
|
-
overview?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1852
|
-
title?: import("@tmdb-graphql-api/schema").Maybe<string> | undefined;
|
|
1848
|
+
biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1849
|
+
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1850
|
+
name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1851
|
+
overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1852
|
+
title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1853
1853
|
};
|
|
1854
1854
|
english_name: string;
|
|
1855
1855
|
iso_639_1: string;
|