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