@tmdb-graphql-api/resolvers 0.1.0 → 0.1.1-unstable.1

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.
Files changed (486) hide show
  1. package/dist/cjs/index.cjs +1 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/index.mjs +1 -1
  4. package/dist/esm/index.mjs.map +1 -1
  5. package/dist/production.analysis.txt +514 -421
  6. package/dist/types/cjs/constants.d.cts +3 -0
  7. package/dist/types/cjs/constants.d.cts.map +1 -1
  8. package/dist/types/cjs/helpers/buildArgsResolver.d.cts +9 -0
  9. package/dist/types/cjs/helpers/buildArgsResolver.d.cts.map +1 -0
  10. package/dist/types/cjs/helpers/buildNoObjArgsResolver.d.cts +9 -0
  11. package/dist/types/cjs/helpers/buildNoObjArgsResolver.d.cts.map +1 -0
  12. package/dist/types/cjs/helpers/buildObjArgsResolver.d.cts +9 -0
  13. package/dist/types/cjs/helpers/buildObjArgsResolver.d.cts.map +1 -0
  14. package/dist/types/cjs/helpers/buildObjResolver.d.cts +11 -0
  15. package/dist/types/cjs/helpers/buildObjResolver.d.cts.map +1 -0
  16. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +2 -2
  17. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -1
  18. package/dist/types/cjs/main.d.cts.map +1 -1
  19. package/dist/types/cjs/queries/certifications.d.cts +429 -4
  20. package/dist/types/cjs/queries/certifications.d.cts.map +1 -1
  21. package/dist/types/cjs/queries/collection.d.cts +63 -3399
  22. package/dist/types/cjs/queries/collection.d.cts.map +1 -1
  23. package/dist/types/cjs/queries/collectionImages.d.cts +40 -13
  24. package/dist/types/cjs/queries/collectionImages.d.cts.map +1 -1
  25. package/dist/types/cjs/queries/collectionTranslations.d.cts +34 -17
  26. package/dist/types/cjs/queries/collectionTranslations.d.cts.map +1 -1
  27. package/dist/types/cjs/queries/company.d.cts +10 -13
  28. package/dist/types/cjs/queries/company.d.cts.map +1 -1
  29. package/dist/types/cjs/queries/companyAlternativeNames.d.cts +27 -9
  30. package/dist/types/cjs/queries/companyAlternativeNames.d.cts.map +1 -1
  31. package/dist/types/cjs/queries/companyLogos.d.cts +19 -13
  32. package/dist/types/cjs/queries/companyLogos.d.cts.map +1 -1
  33. package/dist/types/cjs/queries/configuration.d.cts +11 -14
  34. package/dist/types/cjs/queries/configuration.d.cts.map +1 -1
  35. package/dist/types/cjs/queries/configurationCountries.d.cts +16 -3
  36. package/dist/types/cjs/queries/configurationCountries.d.cts.map +1 -1
  37. package/dist/types/cjs/queries/configurationJobs.d.cts +15 -3
  38. package/dist/types/cjs/queries/configurationJobs.d.cts.map +1 -1
  39. package/dist/types/cjs/queries/configurationLanguages.d.cts +16 -3
  40. package/dist/types/cjs/queries/configurationLanguages.d.cts.map +1 -1
  41. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts +12 -3
  42. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts.map +1 -1
  43. package/dist/types/cjs/queries/configurationTimezones.d.cts +15 -3
  44. package/dist/types/cjs/queries/configurationTimezones.d.cts.map +1 -1
  45. package/dist/types/cjs/queries/credit.d.cts +46 -4193
  46. package/dist/types/cjs/queries/credit.d.cts.map +1 -1
  47. package/dist/types/cjs/queries/discoverMovies.d.cts +2 -4
  48. package/dist/types/cjs/queries/discoverMovies.d.cts.map +1 -1
  49. package/dist/types/cjs/queries/discoverTv.d.cts +2 -4
  50. package/dist/types/cjs/queries/discoverTv.d.cts.map +1 -1
  51. package/dist/types/cjs/queries/episode.d.cts +236 -94
  52. package/dist/types/cjs/queries/episode.d.cts.map +1 -1
  53. package/dist/types/cjs/queries/episodeCredits.d.cts +168 -32
  54. package/dist/types/cjs/queries/episodeCredits.d.cts.map +1 -1
  55. package/dist/types/cjs/queries/episodeExternalIds.d.cts +139 -15
  56. package/dist/types/cjs/queries/episodeExternalIds.d.cts.map +1 -1
  57. package/dist/types/cjs/queries/episodeStills.d.cts +140 -5
  58. package/dist/types/cjs/queries/episodeStills.d.cts.map +1 -1
  59. package/dist/types/cjs/queries/episodeTranslations.d.cts +141 -19
  60. package/dist/types/cjs/queries/episodeTranslations.d.cts.map +1 -1
  61. package/dist/types/cjs/queries/episodeVideos.d.cts +142 -14
  62. package/dist/types/cjs/queries/episodeVideos.d.cts.map +1 -1
  63. package/dist/types/cjs/queries/find.d.cts +10 -1801
  64. package/dist/types/cjs/queries/find.d.cts.map +1 -1
  65. package/dist/types/cjs/queries/genres.d.cts +6 -6
  66. package/dist/types/cjs/queries/genres.d.cts.map +1 -1
  67. package/dist/types/cjs/queries/keyword.d.cts +3 -6
  68. package/dist/types/cjs/queries/keyword.d.cts.map +1 -1
  69. package/dist/types/cjs/queries/movie.d.cts +35 -3588
  70. package/dist/types/cjs/queries/movie.d.cts.map +1 -1
  71. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts +1736 -5
  72. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts.map +1 -1
  73. package/dist/types/cjs/queries/movieCredits.d.cts +1757 -32
  74. package/dist/types/cjs/queries/movieCredits.d.cts.map +1 -1
  75. package/dist/types/cjs/queries/movieExternalIds.d.cts +1738 -15
  76. package/dist/types/cjs/queries/movieExternalIds.d.cts.map +1 -1
  77. package/dist/types/cjs/queries/movieImages.d.cts +1756 -5
  78. package/dist/types/cjs/queries/movieImages.d.cts.map +1 -1
  79. package/dist/types/cjs/queries/movieKeywords.d.cts +1735 -5
  80. package/dist/types/cjs/queries/movieKeywords.d.cts.map +1 -1
  81. package/dist/types/cjs/queries/movieRecommendations.d.cts +1729 -1849
  82. package/dist/types/cjs/queries/movieRecommendations.d.cts.map +1 -1
  83. package/dist/types/cjs/queries/movieReleaseDates.d.cts +1742 -12
  84. package/dist/types/cjs/queries/movieReleaseDates.d.cts.map +1 -1
  85. package/dist/types/cjs/queries/movieReviews.d.cts +1729 -1849
  86. package/dist/types/cjs/queries/movieReviews.d.cts.map +1 -1
  87. package/dist/types/cjs/queries/movieSimilarMovies.d.cts +1729 -1849
  88. package/dist/types/cjs/queries/movieSimilarMovies.d.cts.map +1 -1
  89. package/dist/types/cjs/queries/movieTranslations.d.cts +1744 -19
  90. package/dist/types/cjs/queries/movieTranslations.d.cts.map +1 -1
  91. package/dist/types/cjs/queries/movieVideos.d.cts +1742 -14
  92. package/dist/types/cjs/queries/movieVideos.d.cts.map +1 -1
  93. package/dist/types/cjs/queries/movieWatchProviders.d.cts +3205 -1373
  94. package/dist/types/cjs/queries/movieWatchProviders.d.cts.map +1 -1
  95. package/dist/types/cjs/queries/network.d.cts +15 -24
  96. package/dist/types/cjs/queries/network.d.cts.map +1 -1
  97. package/dist/types/cjs/queries/networkAlternativeNames.d.cts +11 -9
  98. package/dist/types/cjs/queries/networkAlternativeNames.d.cts.map +1 -1
  99. package/dist/types/cjs/queries/networkLogos.d.cts +17 -13
  100. package/dist/types/cjs/queries/networkLogos.d.cts.map +1 -1
  101. package/dist/types/cjs/queries/person.d.cts +13 -41
  102. package/dist/types/cjs/queries/person.d.cts.map +1 -1
  103. package/dist/types/cjs/queries/personCombinedCredits.d.cts +233 -5
  104. package/dist/types/cjs/queries/personCombinedCredits.d.cts.map +1 -1
  105. package/dist/types/cjs/queries/personExternalIds.d.cts +203 -5
  106. package/dist/types/cjs/queries/personExternalIds.d.cts.map +1 -1
  107. package/dist/types/cjs/queries/personMovieCredits.d.cts +231 -5
  108. package/dist/types/cjs/queries/personMovieCredits.d.cts.map +1 -1
  109. package/dist/types/cjs/queries/personProfiles.d.cts +200 -5
  110. package/dist/types/cjs/queries/personProfiles.d.cts.map +1 -1
  111. package/dist/types/cjs/queries/personTranslations.d.cts +201 -19
  112. package/dist/types/cjs/queries/personTranslations.d.cts.map +1 -1
  113. package/dist/types/cjs/queries/personTvCredits.d.cts +232 -5
  114. package/dist/types/cjs/queries/personTvCredits.d.cts.map +1 -1
  115. package/dist/types/cjs/queries/rated.d.cts +6 -8
  116. package/dist/types/cjs/queries/rated.d.cts.map +1 -1
  117. package/dist/types/cjs/queries/review.d.cts +38 -24
  118. package/dist/types/cjs/queries/review.d.cts.map +1 -1
  119. package/dist/types/cjs/queries/search.d.cts +6 -8
  120. package/dist/types/cjs/queries/search.d.cts.map +1 -1
  121. package/dist/types/cjs/queries/season.d.cts +233 -279
  122. package/dist/types/cjs/queries/season.d.cts.map +1 -1
  123. package/dist/types/cjs/queries/seasonCredits.d.cts +152 -32
  124. package/dist/types/cjs/queries/seasonCredits.d.cts.map +1 -1
  125. package/dist/types/cjs/queries/seasonEpisodeCount.d.cts.map +1 -1
  126. package/dist/types/cjs/queries/seasonExternalIds.d.cts +134 -5
  127. package/dist/types/cjs/queries/seasonExternalIds.d.cts.map +1 -1
  128. package/dist/types/cjs/queries/seasonPosters.d.cts +136 -5
  129. package/dist/types/cjs/queries/seasonPosters.d.cts.map +1 -1
  130. package/dist/types/cjs/queries/seasonTranslations.d.cts +137 -19
  131. package/dist/types/cjs/queries/seasonTranslations.d.cts.map +1 -1
  132. package/dist/types/cjs/queries/seasonVideos.d.cts +138 -14
  133. package/dist/types/cjs/queries/seasonVideos.d.cts.map +1 -1
  134. package/dist/types/cjs/queries/trending.d.cts +5 -7
  135. package/dist/types/cjs/queries/trending.d.cts.map +1 -1
  136. package/dist/types/cjs/queries/tv.d.cts +79 -10455
  137. package/dist/types/cjs/queries/tv.d.cts.map +1 -1
  138. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts +1273 -10
  139. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts.map +1 -1
  140. package/dist/types/cjs/queries/tvContentRatings.d.cts +1273 -8
  141. package/dist/types/cjs/queries/tvContentRatings.d.cts.map +1 -1
  142. package/dist/types/cjs/queries/tvCredits.d.cts +1294 -32
  143. package/dist/types/cjs/queries/tvCredits.d.cts.map +1 -1
  144. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +1281 -38
  145. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts.map +1 -1
  146. package/dist/types/cjs/queries/tvExternalIds.d.cts +1280 -15
  147. package/dist/types/cjs/queries/tvExternalIds.d.cts.map +1 -1
  148. package/dist/types/cjs/queries/tvImages.d.cts +1294 -15
  149. package/dist/types/cjs/queries/tvImages.d.cts.map +1 -1
  150. package/dist/types/cjs/queries/tvKeywords.d.cts +1272 -8
  151. package/dist/types/cjs/queries/tvKeywords.d.cts.map +1 -1
  152. package/dist/types/cjs/queries/tvRecommendations.d.cts +1265 -5354
  153. package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
  154. package/dist/types/cjs/queries/tvReviews.d.cts +1265 -5354
  155. package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
  156. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +1265 -5354
  157. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -1
  158. package/dist/types/cjs/queries/tvTranslations.d.cts +1280 -18
  159. package/dist/types/cjs/queries/tvTranslations.d.cts.map +1 -1
  160. package/dist/types/cjs/queries/tvVideos.d.cts +1280 -14
  161. package/dist/types/cjs/queries/tvVideos.d.cts.map +1 -1
  162. package/dist/types/cjs/queries/tvWatchProviders.d.cts +2174 -1371
  163. package/dist/types/cjs/queries/tvWatchProviders.d.cts.map +1 -1
  164. package/dist/types/cjs/queries/videoType.d.cts +2 -2
  165. package/dist/types/cjs/queries/videoType.d.cts.map +1 -1
  166. package/dist/types/cjs/types.d.cts +130 -295
  167. package/dist/types/cjs/types.d.cts.map +1 -1
  168. package/dist/types/esm/constants.d.ts +3 -0
  169. package/dist/types/esm/constants.d.ts.map +1 -1
  170. package/dist/types/esm/helpers/buildArgsResolver.d.ts +9 -0
  171. package/dist/types/esm/helpers/buildArgsResolver.d.ts.map +1 -0
  172. package/dist/types/esm/helpers/buildNoObjArgsResolver.d.ts +9 -0
  173. package/dist/types/esm/helpers/buildNoObjArgsResolver.d.ts.map +1 -0
  174. package/dist/types/esm/helpers/buildObjArgsResolver.d.ts +9 -0
  175. package/dist/types/esm/helpers/buildObjArgsResolver.d.ts.map +1 -0
  176. package/dist/types/esm/helpers/buildObjResolver.d.ts +11 -0
  177. package/dist/types/esm/helpers/buildObjResolver.d.ts.map +1 -0
  178. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +2 -2
  179. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -1
  180. package/dist/types/esm/main.d.ts.map +1 -1
  181. package/dist/types/esm/queries/certifications.d.ts +429 -4
  182. package/dist/types/esm/queries/certifications.d.ts.map +1 -1
  183. package/dist/types/esm/queries/collection.d.ts +63 -3399
  184. package/dist/types/esm/queries/collection.d.ts.map +1 -1
  185. package/dist/types/esm/queries/collectionImages.d.ts +40 -13
  186. package/dist/types/esm/queries/collectionImages.d.ts.map +1 -1
  187. package/dist/types/esm/queries/collectionTranslations.d.ts +34 -17
  188. package/dist/types/esm/queries/collectionTranslations.d.ts.map +1 -1
  189. package/dist/types/esm/queries/company.d.ts +10 -13
  190. package/dist/types/esm/queries/company.d.ts.map +1 -1
  191. package/dist/types/esm/queries/companyAlternativeNames.d.ts +27 -9
  192. package/dist/types/esm/queries/companyAlternativeNames.d.ts.map +1 -1
  193. package/dist/types/esm/queries/companyLogos.d.ts +19 -13
  194. package/dist/types/esm/queries/companyLogos.d.ts.map +1 -1
  195. package/dist/types/esm/queries/configuration.d.ts +11 -14
  196. package/dist/types/esm/queries/configuration.d.ts.map +1 -1
  197. package/dist/types/esm/queries/configurationCountries.d.ts +16 -3
  198. package/dist/types/esm/queries/configurationCountries.d.ts.map +1 -1
  199. package/dist/types/esm/queries/configurationJobs.d.ts +15 -3
  200. package/dist/types/esm/queries/configurationJobs.d.ts.map +1 -1
  201. package/dist/types/esm/queries/configurationLanguages.d.ts +16 -3
  202. package/dist/types/esm/queries/configurationLanguages.d.ts.map +1 -1
  203. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts +12 -3
  204. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts.map +1 -1
  205. package/dist/types/esm/queries/configurationTimezones.d.ts +15 -3
  206. package/dist/types/esm/queries/configurationTimezones.d.ts.map +1 -1
  207. package/dist/types/esm/queries/credit.d.ts +46 -4193
  208. package/dist/types/esm/queries/credit.d.ts.map +1 -1
  209. package/dist/types/esm/queries/discoverMovies.d.ts +2 -4
  210. package/dist/types/esm/queries/discoverMovies.d.ts.map +1 -1
  211. package/dist/types/esm/queries/discoverTv.d.ts +2 -4
  212. package/dist/types/esm/queries/discoverTv.d.ts.map +1 -1
  213. package/dist/types/esm/queries/episode.d.ts +236 -94
  214. package/dist/types/esm/queries/episode.d.ts.map +1 -1
  215. package/dist/types/esm/queries/episodeCredits.d.ts +168 -32
  216. package/dist/types/esm/queries/episodeCredits.d.ts.map +1 -1
  217. package/dist/types/esm/queries/episodeExternalIds.d.ts +139 -15
  218. package/dist/types/esm/queries/episodeExternalIds.d.ts.map +1 -1
  219. package/dist/types/esm/queries/episodeStills.d.ts +140 -5
  220. package/dist/types/esm/queries/episodeStills.d.ts.map +1 -1
  221. package/dist/types/esm/queries/episodeTranslations.d.ts +141 -19
  222. package/dist/types/esm/queries/episodeTranslations.d.ts.map +1 -1
  223. package/dist/types/esm/queries/episodeVideos.d.ts +142 -14
  224. package/dist/types/esm/queries/episodeVideos.d.ts.map +1 -1
  225. package/dist/types/esm/queries/find.d.ts +10 -1801
  226. package/dist/types/esm/queries/find.d.ts.map +1 -1
  227. package/dist/types/esm/queries/genres.d.ts +6 -6
  228. package/dist/types/esm/queries/genres.d.ts.map +1 -1
  229. package/dist/types/esm/queries/keyword.d.ts +3 -6
  230. package/dist/types/esm/queries/keyword.d.ts.map +1 -1
  231. package/dist/types/esm/queries/movie.d.ts +35 -3588
  232. package/dist/types/esm/queries/movie.d.ts.map +1 -1
  233. package/dist/types/esm/queries/movieAlternativeTitles.d.ts +1736 -5
  234. package/dist/types/esm/queries/movieAlternativeTitles.d.ts.map +1 -1
  235. package/dist/types/esm/queries/movieCredits.d.ts +1757 -32
  236. package/dist/types/esm/queries/movieCredits.d.ts.map +1 -1
  237. package/dist/types/esm/queries/movieExternalIds.d.ts +1738 -15
  238. package/dist/types/esm/queries/movieExternalIds.d.ts.map +1 -1
  239. package/dist/types/esm/queries/movieImages.d.ts +1756 -5
  240. package/dist/types/esm/queries/movieImages.d.ts.map +1 -1
  241. package/dist/types/esm/queries/movieKeywords.d.ts +1735 -5
  242. package/dist/types/esm/queries/movieKeywords.d.ts.map +1 -1
  243. package/dist/types/esm/queries/movieRecommendations.d.ts +1729 -1849
  244. package/dist/types/esm/queries/movieRecommendations.d.ts.map +1 -1
  245. package/dist/types/esm/queries/movieReleaseDates.d.ts +1742 -12
  246. package/dist/types/esm/queries/movieReleaseDates.d.ts.map +1 -1
  247. package/dist/types/esm/queries/movieReviews.d.ts +1729 -1849
  248. package/dist/types/esm/queries/movieReviews.d.ts.map +1 -1
  249. package/dist/types/esm/queries/movieSimilarMovies.d.ts +1729 -1849
  250. package/dist/types/esm/queries/movieSimilarMovies.d.ts.map +1 -1
  251. package/dist/types/esm/queries/movieTranslations.d.ts +1744 -19
  252. package/dist/types/esm/queries/movieTranslations.d.ts.map +1 -1
  253. package/dist/types/esm/queries/movieVideos.d.ts +1742 -14
  254. package/dist/types/esm/queries/movieVideos.d.ts.map +1 -1
  255. package/dist/types/esm/queries/movieWatchProviders.d.ts +3205 -1373
  256. package/dist/types/esm/queries/movieWatchProviders.d.ts.map +1 -1
  257. package/dist/types/esm/queries/network.d.ts +15 -24
  258. package/dist/types/esm/queries/network.d.ts.map +1 -1
  259. package/dist/types/esm/queries/networkAlternativeNames.d.ts +11 -9
  260. package/dist/types/esm/queries/networkAlternativeNames.d.ts.map +1 -1
  261. package/dist/types/esm/queries/networkLogos.d.ts +17 -13
  262. package/dist/types/esm/queries/networkLogos.d.ts.map +1 -1
  263. package/dist/types/esm/queries/person.d.ts +13 -41
  264. package/dist/types/esm/queries/person.d.ts.map +1 -1
  265. package/dist/types/esm/queries/personCombinedCredits.d.ts +233 -5
  266. package/dist/types/esm/queries/personCombinedCredits.d.ts.map +1 -1
  267. package/dist/types/esm/queries/personExternalIds.d.ts +203 -5
  268. package/dist/types/esm/queries/personExternalIds.d.ts.map +1 -1
  269. package/dist/types/esm/queries/personMovieCredits.d.ts +231 -5
  270. package/dist/types/esm/queries/personMovieCredits.d.ts.map +1 -1
  271. package/dist/types/esm/queries/personProfiles.d.ts +200 -5
  272. package/dist/types/esm/queries/personProfiles.d.ts.map +1 -1
  273. package/dist/types/esm/queries/personTranslations.d.ts +201 -19
  274. package/dist/types/esm/queries/personTranslations.d.ts.map +1 -1
  275. package/dist/types/esm/queries/personTvCredits.d.ts +232 -5
  276. package/dist/types/esm/queries/personTvCredits.d.ts.map +1 -1
  277. package/dist/types/esm/queries/rated.d.ts +6 -8
  278. package/dist/types/esm/queries/rated.d.ts.map +1 -1
  279. package/dist/types/esm/queries/review.d.ts +38 -24
  280. package/dist/types/esm/queries/review.d.ts.map +1 -1
  281. package/dist/types/esm/queries/search.d.ts +6 -8
  282. package/dist/types/esm/queries/search.d.ts.map +1 -1
  283. package/dist/types/esm/queries/season.d.ts +233 -279
  284. package/dist/types/esm/queries/season.d.ts.map +1 -1
  285. package/dist/types/esm/queries/seasonCredits.d.ts +152 -32
  286. package/dist/types/esm/queries/seasonCredits.d.ts.map +1 -1
  287. package/dist/types/esm/queries/seasonEpisodeCount.d.ts.map +1 -1
  288. package/dist/types/esm/queries/seasonExternalIds.d.ts +134 -5
  289. package/dist/types/esm/queries/seasonExternalIds.d.ts.map +1 -1
  290. package/dist/types/esm/queries/seasonPosters.d.ts +136 -5
  291. package/dist/types/esm/queries/seasonPosters.d.ts.map +1 -1
  292. package/dist/types/esm/queries/seasonTranslations.d.ts +137 -19
  293. package/dist/types/esm/queries/seasonTranslations.d.ts.map +1 -1
  294. package/dist/types/esm/queries/seasonVideos.d.ts +138 -14
  295. package/dist/types/esm/queries/seasonVideos.d.ts.map +1 -1
  296. package/dist/types/esm/queries/trending.d.ts +5 -7
  297. package/dist/types/esm/queries/trending.d.ts.map +1 -1
  298. package/dist/types/esm/queries/tv.d.ts +79 -10455
  299. package/dist/types/esm/queries/tv.d.ts.map +1 -1
  300. package/dist/types/esm/queries/tvAlternativeTitles.d.ts +1273 -10
  301. package/dist/types/esm/queries/tvAlternativeTitles.d.ts.map +1 -1
  302. package/dist/types/esm/queries/tvContentRatings.d.ts +1273 -8
  303. package/dist/types/esm/queries/tvContentRatings.d.ts.map +1 -1
  304. package/dist/types/esm/queries/tvCredits.d.ts +1294 -32
  305. package/dist/types/esm/queries/tvCredits.d.ts.map +1 -1
  306. package/dist/types/esm/queries/tvEpisodeGroups.d.ts +1281 -38
  307. package/dist/types/esm/queries/tvEpisodeGroups.d.ts.map +1 -1
  308. package/dist/types/esm/queries/tvExternalIds.d.ts +1280 -15
  309. package/dist/types/esm/queries/tvExternalIds.d.ts.map +1 -1
  310. package/dist/types/esm/queries/tvImages.d.ts +1294 -15
  311. package/dist/types/esm/queries/tvImages.d.ts.map +1 -1
  312. package/dist/types/esm/queries/tvKeywords.d.ts +1272 -8
  313. package/dist/types/esm/queries/tvKeywords.d.ts.map +1 -1
  314. package/dist/types/esm/queries/tvRecommendations.d.ts +1265 -5354
  315. package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
  316. package/dist/types/esm/queries/tvReviews.d.ts +1265 -5354
  317. package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
  318. package/dist/types/esm/queries/tvSimilarTvShows.d.ts +1265 -5354
  319. package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -1
  320. package/dist/types/esm/queries/tvTranslations.d.ts +1280 -18
  321. package/dist/types/esm/queries/tvTranslations.d.ts.map +1 -1
  322. package/dist/types/esm/queries/tvVideos.d.ts +1280 -14
  323. package/dist/types/esm/queries/tvVideos.d.ts.map +1 -1
  324. package/dist/types/esm/queries/tvWatchProviders.d.ts +2174 -1371
  325. package/dist/types/esm/queries/tvWatchProviders.d.ts.map +1 -1
  326. package/dist/types/esm/queries/videoType.d.ts +2 -2
  327. package/dist/types/esm/queries/videoType.d.ts.map +1 -1
  328. package/dist/types/esm/types.d.ts +130 -295
  329. package/dist/types/esm/types.d.ts.map +1 -1
  330. package/dist/types/tsconfig.build.tsbuildinfo +1 -1
  331. package/package.json +12 -11
  332. package/src/__testUtils__/helpers/createMockLogger.ts +10 -0
  333. package/src/constants.ts +3 -0
  334. package/src/helpers/buildArgsResolver.ts +37 -0
  335. package/src/helpers/buildNoObjArgsResolver.ts +36 -0
  336. package/src/helpers/buildObjArgsResolver.ts +43 -0
  337. package/src/helpers/buildObjResolver.ts +48 -0
  338. package/src/helpers/getTvIdSeasonAndEpisode.ts +4 -4
  339. package/src/main.ts +5 -11
  340. package/src/queries/certifications.test.ts +13 -20
  341. package/src/queries/certifications.ts +21 -24
  342. package/src/queries/collection.test.ts +13 -16
  343. package/src/queries/collection.ts +20 -23
  344. package/src/queries/collectionImages.test.ts +16 -24
  345. package/src/queries/collectionImages.ts +16 -19
  346. package/src/queries/collectionTranslations.test.ts +29 -17
  347. package/src/queries/collectionTranslations.ts +19 -23
  348. package/src/queries/company.test.ts +13 -16
  349. package/src/queries/company.ts +20 -23
  350. package/src/queries/companyAlternativeNames.test.ts +34 -19
  351. package/src/queries/companyAlternativeNames.ts +19 -23
  352. package/src/queries/companyLogos.test.ts +29 -19
  353. package/src/queries/companyLogos.ts +13 -21
  354. package/src/queries/configuration.test.ts +12 -16
  355. package/src/queries/configuration.ts +11 -15
  356. package/src/queries/configurationCountries.test.ts +27 -17
  357. package/src/queries/configurationCountries.ts +19 -23
  358. package/src/queries/configurationJobs.test.ts +27 -17
  359. package/src/queries/configurationJobs.ts +19 -23
  360. package/src/queries/configurationLanguages.test.ts +27 -17
  361. package/src/queries/configurationLanguages.ts +19 -23
  362. package/src/queries/configurationPrimaryTranslations.test.ts +26 -17
  363. package/src/queries/configurationPrimaryTranslations.ts +14 -18
  364. package/src/queries/configurationTimezones.test.ts +27 -17
  365. package/src/queries/configurationTimezones.ts +19 -23
  366. package/src/queries/credit.test.ts +13 -16
  367. package/src/queries/credit.ts +12 -15
  368. package/src/queries/discoverMovies.test.ts +35 -81
  369. package/src/queries/discoverMovies.ts +21 -20
  370. package/src/queries/discoverTv.test.ts +29 -43
  371. package/src/queries/discoverTv.ts +16 -21
  372. package/src/queries/episode.test.ts +15 -16
  373. package/src/queries/episode.ts +34 -34
  374. package/src/queries/episodeCredits.test.ts +33 -55
  375. package/src/queries/episodeCredits.ts +29 -22
  376. package/src/queries/episodeExternalIds.test.ts +26 -28
  377. package/src/queries/episodeExternalIds.ts +35 -23
  378. package/src/queries/episodeStills.test.ts +26 -29
  379. package/src/queries/episodeStills.ts +32 -22
  380. package/src/queries/episodeTranslations.test.ts +24 -22
  381. package/src/queries/episodeTranslations.ts +29 -22
  382. package/src/queries/episodeVideos.test.ts +26 -29
  383. package/src/queries/episodeVideos.ts +29 -22
  384. package/src/queries/find.test.ts +13 -16
  385. package/src/queries/find.ts +25 -22
  386. package/src/queries/genres.test.ts +13 -22
  387. package/src/queries/genres.ts +13 -19
  388. package/src/queries/keyword.test.ts +13 -16
  389. package/src/queries/keyword.ts +12 -15
  390. package/src/queries/movie.test.ts +16 -20
  391. package/src/queries/movie.ts +20 -21
  392. package/src/queries/movieAlternativeTitles.test.ts +24 -30
  393. package/src/queries/movieAlternativeTitles.ts +34 -22
  394. package/src/queries/movieCredits.test.ts +27 -45
  395. package/src/queries/movieCredits.ts +24 -21
  396. package/src/queries/movieExternalIds.test.ts +22 -29
  397. package/src/queries/movieExternalIds.ts +26 -21
  398. package/src/queries/movieImages.test.ts +28 -46
  399. package/src/queries/movieImages.ts +26 -23
  400. package/src/queries/movieKeywords.test.ts +21 -26
  401. package/src/queries/movieKeywords.ts +24 -21
  402. package/src/queries/movieRecommendations.test.ts +27 -49
  403. package/src/queries/movieRecommendations.ts +27 -23
  404. package/src/queries/movieReleaseDates.test.ts +24 -28
  405. package/src/queries/movieReleaseDates.ts +25 -21
  406. package/src/queries/movieReviews.test.ts +32 -36
  407. package/src/queries/movieReviews.ts +28 -23
  408. package/src/queries/movieSimilarMovies.test.ts +25 -47
  409. package/src/queries/movieSimilarMovies.ts +28 -24
  410. package/src/queries/movieTranslations.test.ts +20 -25
  411. package/src/queries/movieTranslations.ts +24 -21
  412. package/src/queries/movieVideos.test.ts +22 -29
  413. package/src/queries/movieVideos.ts +24 -21
  414. package/src/queries/movieWatchProviders.test.ts +19 -27
  415. package/src/queries/movieWatchProviders.ts +26 -23
  416. package/src/queries/network.test.ts +13 -16
  417. package/src/queries/network.ts +20 -23
  418. package/src/queries/networkAlternativeNames.test.ts +16 -18
  419. package/src/queries/networkAlternativeNames.ts +19 -23
  420. package/src/queries/networkLogos.test.ts +14 -15
  421. package/src/queries/networkLogos.ts +13 -20
  422. package/src/queries/person.test.ts +16 -20
  423. package/src/queries/person.ts +20 -21
  424. package/src/queries/personCombinedCredits.test.ts +26 -26
  425. package/src/queries/personCombinedCredits.ts +27 -21
  426. package/src/queries/personExternalIds.test.ts +26 -26
  427. package/src/queries/personExternalIds.ts +27 -21
  428. package/src/queries/personMovieCredits.test.ts +26 -26
  429. package/src/queries/personMovieCredits.ts +27 -21
  430. package/src/queries/personProfiles.test.ts +22 -26
  431. package/src/queries/personProfiles.ts +25 -22
  432. package/src/queries/personTranslations.test.ts +22 -25
  433. package/src/queries/personTranslations.ts +24 -21
  434. package/src/queries/personTvCredits.test.ts +28 -28
  435. package/src/queries/personTvCredits.ts +26 -21
  436. package/src/queries/rated.test.ts +33 -69
  437. package/src/queries/rated.ts +31 -20
  438. package/src/queries/review.test.ts +13 -16
  439. package/src/queries/review.ts +27 -31
  440. package/src/queries/search.test.ts +53 -107
  441. package/src/queries/search.ts +42 -20
  442. package/src/queries/season.test.ts +15 -16
  443. package/src/queries/season.ts +32 -42
  444. package/src/queries/seasonCredits.test.ts +36 -45
  445. package/src/queries/seasonCredits.ts +27 -23
  446. package/src/queries/seasonEpisodeCount.ts +0 -4
  447. package/src/queries/seasonExternalIds.test.ts +25 -28
  448. package/src/queries/seasonExternalIds.ts +32 -22
  449. package/src/queries/seasonPosters.test.ts +25 -30
  450. package/src/queries/seasonPosters.ts +25 -22
  451. package/src/queries/seasonTranslations.test.ts +21 -27
  452. package/src/queries/seasonTranslations.ts +29 -22
  453. package/src/queries/seasonVideos.test.ts +23 -28
  454. package/src/queries/seasonVideos.ts +25 -22
  455. package/src/queries/trending.test.ts +28 -60
  456. package/src/queries/trending.ts +42 -20
  457. package/src/queries/tv.test.ts +16 -20
  458. package/src/queries/tv.ts +26 -34
  459. package/src/queries/tvAlternativeTitles.test.ts +25 -28
  460. package/src/queries/tvAlternativeTitles.ts +25 -22
  461. package/src/queries/tvContentRatings.test.ts +25 -28
  462. package/src/queries/tvContentRatings.ts +24 -22
  463. package/src/queries/tvCredits.test.ts +38 -44
  464. package/src/queries/tvCredits.ts +24 -21
  465. package/src/queries/tvEpisodeGroups.test.ts +25 -28
  466. package/src/queries/tvEpisodeGroups.ts +24 -21
  467. package/src/queries/tvExternalIds.test.ts +25 -28
  468. package/src/queries/tvExternalIds.ts +26 -21
  469. package/src/queries/tvImages.test.ts +36 -46
  470. package/src/queries/tvImages.ts +26 -23
  471. package/src/queries/tvKeywords.test.ts +24 -28
  472. package/src/queries/tvKeywords.ts +24 -21
  473. package/src/queries/tvRecommendations.test.ts +29 -49
  474. package/src/queries/tvRecommendations.ts +28 -22
  475. package/src/queries/tvReviews.test.ts +37 -48
  476. package/src/queries/tvReviews.ts +27 -23
  477. package/src/queries/tvSimilarTvShows.test.ts +37 -48
  478. package/src/queries/tvSimilarTvShows.ts +28 -24
  479. package/src/queries/tvTranslations.test.ts +24 -28
  480. package/src/queries/tvTranslations.ts +24 -21
  481. package/src/queries/tvVideos.test.ts +24 -28
  482. package/src/queries/tvVideos.ts +24 -21
  483. package/src/queries/tvWatchProviders.test.ts +24 -28
  484. package/src/queries/tvWatchProviders.ts +26 -23
  485. package/src/queries/videoType.ts +2 -2
  486. package/src/types.ts +228 -386
@@ -1,3401 +1,65 @@
1
1
  import { type QueryCollectionArgs } from '@tmdb-graphql-api/schema/types';
2
- import { type GraphQLResolveInfo } from 'graphql';
3
- import { type Context, type RawCollection } from '../types.ts';
4
- export declare const resolveCollection: (obj: RawCollection | undefined, args: QueryCollectionArgs, { requestID, restClient, setCacheMetadata, tmdbGuestSessionId }: Context, { fieldName, fieldNodes }: GraphQLResolveInfo) => Promise<number | {
5
- __typename?: "Collection" | undefined;
6
- name: string;
7
- id: string | number;
8
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
9
- overview: string;
10
- parts: ({
11
- id: string | number;
12
- __typename?: "Movie" | undefined;
13
- adult: boolean;
14
- alternative_titles?: ({
15
- __typename?: "AlternativeName" | undefined;
16
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
17
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
18
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
19
- type: string;
20
- } | null)[] | null | undefined;
21
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
22
- backdrops?: ({
23
- __typename?: "Image" | undefined;
24
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
25
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
26
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
27
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
28
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
29
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
30
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
31
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
32
- } | null)[] | null | undefined;
33
- belongs_to_collection?: {
34
- id: string | number;
35
- __typename?: "Collection" | undefined;
36
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
37
- backdrops?: ({
38
- __typename?: "Image" | undefined;
39
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
40
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
41
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
42
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
43
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
44
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
45
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
46
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
47
- } | null)[] | null | undefined;
48
- name: string;
49
- overview: string;
50
- parts: (any | null)[];
51
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
52
- posters?: ({
53
- __typename?: "Image" | undefined;
54
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
55
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
56
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
57
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
58
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
59
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
60
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
61
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
62
- } | null)[] | null | undefined;
63
- translations?: ({
64
- __typename?: "Translation" | undefined;
65
- data: {
66
- __typename?: "TranslationData" | undefined;
67
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
68
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
69
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
70
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
71
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
72
- };
73
- english_name: string;
74
- iso_639_1: string;
75
- iso_3166_1: string;
76
- name: string;
77
- } | null)[] | null | undefined;
78
- } | null | undefined;
79
- budget: number;
80
- cast?: ({
81
- id: string | number;
82
- __typename?: "Cast" | undefined;
83
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
84
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
85
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
86
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
87
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
88
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
89
- name: string;
90
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
91
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
92
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
93
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
94
- } | null)[] | null | undefined;
95
- crew?: ({
96
- id: string | number;
97
- __typename?: "Crew" | undefined;
98
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
99
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
100
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
101
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
102
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
103
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
104
- name: string;
105
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
106
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
107
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
108
- } | null)[] | null | undefined;
109
- external_ids?: {
110
- __typename?: "ExternalIds" | undefined;
111
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
112
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
113
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
114
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
115
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
116
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
117
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
118
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
119
- } | null | undefined;
120
- genres: ({
121
- id: string | number;
122
- __typename?: "Genre" | undefined;
123
- name: string;
124
- } | null)[];
125
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
126
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
127
- keywords?: ({
128
- __typename?: "Keyword" | undefined;
129
- id: string | number;
130
- name: string;
131
- } | null)[] | null | undefined;
132
- logos?: ({
133
- __typename?: "Image" | undefined;
134
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
135
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
136
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
137
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
138
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
139
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
140
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
141
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
142
- } | null)[] | null | undefined;
143
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
144
- original_language: string;
145
- original_title: string;
146
- overview: string;
147
- popularity: number;
148
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
149
- posters?: ({
150
- __typename?: "Image" | undefined;
151
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
152
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
153
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
154
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
155
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
156
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
157
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
158
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
159
- } | null)[] | null | undefined;
160
- production_companies: ({
161
- id: string | number;
162
- __typename?: "Company" | undefined;
163
- alternative_names?: ({
164
- __typename?: "AlternativeName" | undefined;
165
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
166
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
167
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
168
- type: string;
169
- } | null)[] | null | undefined;
170
- description: string;
171
- headquarters: string;
172
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
173
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
174
- logos?: ({
175
- __typename?: "Image" | undefined;
176
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
177
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
178
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
179
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
180
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
181
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
182
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
183
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
184
- } | null)[] | null | undefined;
185
- name: string;
186
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
187
- parent_company?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
188
- } | null)[];
189
- production_countries: ({
190
- __typename?: "Country" | undefined;
191
- english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
192
- iso_3166_1: string;
193
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
194
- } | null)[];
195
- recommendations?: {
196
- page_info: {
197
- __typename?: "PageInfo" | undefined;
198
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
199
- has_next_page: boolean;
200
- has_previous_page: boolean;
201
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
202
- };
203
- __typename?: "MovieConnection" | undefined;
204
- edges?: ({
205
- __typename?: "MovieEdge" | undefined;
206
- cursor: string;
207
- node: any;
208
- } | null)[] | null | undefined;
209
- nodes?: (any | null)[] | null | undefined;
210
- total_count: number;
211
- } | null | undefined;
212
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
213
- release_dates?: ({
214
- __typename?: "ReleaseDates" | undefined;
215
- iso_3166_1: string;
216
- release_dates: ({
217
- __typename?: "ReleaseDate" | undefined;
218
- certification: string;
219
- iso_639_1: string;
220
- note: string;
221
- release_date: string;
222
- type: import("@tmdb-graphql-api/schema/types").MovieReleaseType;
223
- } | null)[];
224
- } | null)[] | null | undefined;
225
- revenue: number;
226
- reviews?: {
227
- page_info: {
228
- __typename?: "PageInfo" | undefined;
229
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
230
- has_next_page: boolean;
231
- has_previous_page: boolean;
232
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
233
- };
234
- __typename?: "ReviewConnection" | undefined;
235
- edges?: ({
236
- __typename?: "ReviewEdge" | undefined;
237
- cursor: string;
238
- node: {
239
- id: string | number;
240
- __typename?: "Review" | undefined;
241
- author: string;
242
- author_details?: {
243
- __typename?: "AuthorDetails" | undefined;
244
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
245
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
246
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
247
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
248
- } | null | undefined;
249
- content: string;
250
- created_at: string;
251
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
252
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
253
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
254
- url: string;
255
- };
256
- } | null)[] | null | undefined;
257
- nodes?: ({
258
- id: string | number;
259
- __typename?: "Review" | undefined;
260
- author: string;
261
- author_details?: {
262
- __typename?: "AuthorDetails" | undefined;
263
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
264
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
265
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
266
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
267
- } | null | undefined;
268
- content: string;
269
- created_at: string;
270
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
271
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
272
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
273
- url: string;
274
- } | null)[] | null | undefined;
275
- total_count: number;
276
- } | null | undefined;
277
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
278
- similar_movies?: {
279
- page_info: {
280
- __typename?: "PageInfo" | undefined;
281
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
282
- has_next_page: boolean;
283
- has_previous_page: boolean;
284
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
285
- };
286
- __typename?: "MovieConnection" | undefined;
287
- edges?: ({
288
- __typename?: "MovieEdge" | undefined;
289
- cursor: string;
290
- node: any;
291
- } | null)[] | null | undefined;
292
- nodes?: (any | null)[] | null | undefined;
293
- total_count: number;
294
- } | null | undefined;
295
- spoken_languages: ({
296
- __typename?: "Language" | undefined;
297
- english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
298
- iso_639_1: string;
299
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
300
- } | null)[];
301
- status: import("@tmdb-graphql-api/schema/types").MovieStatus;
302
- tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
303
- title: string;
304
- translations?: ({
305
- __typename?: "Translation" | undefined;
306
- data: {
307
- __typename?: "TranslationData" | undefined;
308
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
309
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
310
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
311
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
312
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
313
- };
314
- english_name: string;
315
- iso_639_1: string;
316
- iso_3166_1: string;
317
- name: string;
318
- } | null)[] | null | undefined;
319
- video: boolean;
320
- videos?: ({
321
- id: string | number;
322
- __typename?: "Video" | undefined;
323
- iso_639_1: string;
324
- iso_3166_1: string;
325
- key: string;
326
- name: string;
327
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
328
- size: number;
329
- type: import("@tmdb-graphql-api/schema/types").VideoType;
330
- } | null)[] | null | undefined;
331
- vote_average: number;
332
- vote_count: number;
333
- watch_providers?: {
334
- __typename?: "WatchProviders" | undefined;
335
- ar?: {
336
- __typename?: "WatchProviderCategories" | undefined;
337
- ads?: ({
338
- __typename?: "WatchProvider" | undefined;
339
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
340
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
341
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
342
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
343
- } | null)[] | null | undefined;
344
- buy?: ({
345
- __typename?: "WatchProvider" | undefined;
346
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
347
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
348
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
349
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
350
- } | null)[] | null | undefined;
351
- flatrate?: ({
352
- __typename?: "WatchProvider" | undefined;
353
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
354
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
355
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
356
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
357
- } | null)[] | null | undefined;
358
- free?: ({
359
- __typename?: "WatchProvider" | undefined;
360
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
361
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
362
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
363
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
364
- } | null)[] | null | undefined;
365
- rent?: ({
366
- __typename?: "WatchProvider" | undefined;
367
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
368
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
369
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
370
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
371
- } | null)[] | null | undefined;
372
- } | null | undefined;
373
- at?: {
374
- __typename?: "WatchProviderCategories" | undefined;
375
- ads?: ({
376
- __typename?: "WatchProvider" | undefined;
377
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
378
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
379
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
380
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
381
- } | null)[] | null | undefined;
382
- buy?: ({
383
- __typename?: "WatchProvider" | undefined;
384
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
385
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
386
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
387
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
388
- } | null)[] | null | undefined;
389
- flatrate?: ({
390
- __typename?: "WatchProvider" | undefined;
391
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
392
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
393
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
394
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
395
- } | null)[] | null | undefined;
396
- free?: ({
397
- __typename?: "WatchProvider" | undefined;
398
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
399
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
400
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
401
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
402
- } | null)[] | null | undefined;
403
- rent?: ({
404
- __typename?: "WatchProvider" | undefined;
405
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
406
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
407
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
408
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
409
- } | null)[] | null | undefined;
410
- } | null | undefined;
411
- au?: {
412
- __typename?: "WatchProviderCategories" | undefined;
413
- ads?: ({
414
- __typename?: "WatchProvider" | undefined;
415
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
416
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
417
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
418
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
419
- } | null)[] | null | undefined;
420
- buy?: ({
421
- __typename?: "WatchProvider" | undefined;
422
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
423
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
424
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
425
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
426
- } | null)[] | null | undefined;
427
- flatrate?: ({
428
- __typename?: "WatchProvider" | undefined;
429
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
430
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
431
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
432
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
433
- } | null)[] | null | undefined;
434
- free?: ({
435
- __typename?: "WatchProvider" | undefined;
436
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
437
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
438
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
439
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
440
- } | null)[] | null | undefined;
441
- rent?: ({
442
- __typename?: "WatchProvider" | undefined;
443
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
444
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
445
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
446
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
447
- } | null)[] | null | undefined;
448
- } | null | undefined;
449
- be?: {
450
- __typename?: "WatchProviderCategories" | undefined;
451
- ads?: ({
452
- __typename?: "WatchProvider" | undefined;
453
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
454
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
455
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
456
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
457
- } | null)[] | null | undefined;
458
- buy?: ({
459
- __typename?: "WatchProvider" | undefined;
460
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
461
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
462
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
463
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
464
- } | null)[] | null | undefined;
465
- flatrate?: ({
466
- __typename?: "WatchProvider" | undefined;
467
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
468
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
469
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
470
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
471
- } | null)[] | null | undefined;
472
- free?: ({
473
- __typename?: "WatchProvider" | undefined;
474
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
475
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
476
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
477
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
478
- } | null)[] | null | undefined;
479
- rent?: ({
480
- __typename?: "WatchProvider" | undefined;
481
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
482
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
483
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
484
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
485
- } | null)[] | null | undefined;
486
- } | null | undefined;
487
- br?: {
488
- __typename?: "WatchProviderCategories" | undefined;
489
- ads?: ({
490
- __typename?: "WatchProvider" | undefined;
491
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
492
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
493
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
494
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
495
- } | null)[] | null | undefined;
496
- buy?: ({
497
- __typename?: "WatchProvider" | undefined;
498
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
499
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
500
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
501
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
502
- } | null)[] | null | undefined;
503
- flatrate?: ({
504
- __typename?: "WatchProvider" | undefined;
505
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
506
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
507
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
508
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
509
- } | null)[] | null | undefined;
510
- free?: ({
511
- __typename?: "WatchProvider" | undefined;
512
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
513
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
514
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
515
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
516
- } | null)[] | null | undefined;
517
- rent?: ({
518
- __typename?: "WatchProvider" | undefined;
519
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
520
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
521
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
522
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
523
- } | null)[] | null | undefined;
524
- } | null | undefined;
525
- ca?: {
526
- __typename?: "WatchProviderCategories" | undefined;
527
- ads?: ({
528
- __typename?: "WatchProvider" | undefined;
529
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
530
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
531
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
532
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
533
- } | null)[] | null | undefined;
534
- buy?: ({
535
- __typename?: "WatchProvider" | undefined;
536
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
537
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
538
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
539
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
540
- } | null)[] | null | undefined;
541
- flatrate?: ({
542
- __typename?: "WatchProvider" | undefined;
543
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
544
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
545
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
546
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
547
- } | null)[] | null | undefined;
548
- free?: ({
549
- __typename?: "WatchProvider" | undefined;
550
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
551
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
552
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
553
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
554
- } | null)[] | null | undefined;
555
- rent?: ({
556
- __typename?: "WatchProvider" | undefined;
557
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
558
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
559
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
560
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
561
- } | null)[] | null | undefined;
562
- } | null | undefined;
563
- ch?: {
564
- __typename?: "WatchProviderCategories" | undefined;
565
- ads?: ({
566
- __typename?: "WatchProvider" | undefined;
567
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
568
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
569
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
570
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
571
- } | null)[] | null | undefined;
572
- buy?: ({
573
- __typename?: "WatchProvider" | undefined;
574
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
575
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
576
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
577
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
578
- } | null)[] | null | undefined;
579
- flatrate?: ({
580
- __typename?: "WatchProvider" | undefined;
581
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
582
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
583
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
584
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
585
- } | null)[] | null | undefined;
586
- free?: ({
587
- __typename?: "WatchProvider" | undefined;
588
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
589
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
590
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
591
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
592
- } | null)[] | null | undefined;
593
- rent?: ({
594
- __typename?: "WatchProvider" | undefined;
595
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
596
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
597
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
598
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
599
- } | null)[] | null | undefined;
600
- } | null | undefined;
601
- cl?: {
602
- __typename?: "WatchProviderCategories" | undefined;
603
- ads?: ({
604
- __typename?: "WatchProvider" | undefined;
605
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
606
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
607
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
608
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
609
- } | null)[] | null | undefined;
610
- buy?: ({
611
- __typename?: "WatchProvider" | undefined;
612
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
613
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
614
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
615
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
616
- } | null)[] | null | undefined;
617
- flatrate?: ({
618
- __typename?: "WatchProvider" | undefined;
619
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
620
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
621
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
622
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
623
- } | null)[] | null | undefined;
624
- free?: ({
625
- __typename?: "WatchProvider" | undefined;
626
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
627
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
628
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
629
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
630
- } | null)[] | null | undefined;
631
- rent?: ({
632
- __typename?: "WatchProvider" | undefined;
633
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
634
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
635
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
636
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
637
- } | null)[] | null | undefined;
638
- } | null | undefined;
639
- co?: {
640
- __typename?: "WatchProviderCategories" | undefined;
641
- ads?: ({
642
- __typename?: "WatchProvider" | undefined;
643
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
644
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
645
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
646
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
647
- } | null)[] | null | undefined;
648
- buy?: ({
649
- __typename?: "WatchProvider" | undefined;
650
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
651
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
652
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
653
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
654
- } | null)[] | null | undefined;
655
- flatrate?: ({
656
- __typename?: "WatchProvider" | undefined;
657
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
658
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
659
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
660
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
661
- } | null)[] | null | undefined;
662
- free?: ({
663
- __typename?: "WatchProvider" | undefined;
664
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
665
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
666
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
667
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
668
- } | null)[] | null | undefined;
669
- rent?: ({
670
- __typename?: "WatchProvider" | undefined;
671
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
672
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
673
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
674
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
675
- } | null)[] | null | undefined;
676
- } | null | undefined;
677
- cz?: {
678
- __typename?: "WatchProviderCategories" | undefined;
679
- ads?: ({
680
- __typename?: "WatchProvider" | undefined;
681
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
682
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
683
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
684
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
685
- } | null)[] | null | undefined;
686
- buy?: ({
687
- __typename?: "WatchProvider" | undefined;
688
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
689
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
690
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
691
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
692
- } | null)[] | null | undefined;
693
- flatrate?: ({
694
- __typename?: "WatchProvider" | undefined;
695
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
696
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
697
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
698
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
699
- } | null)[] | null | undefined;
700
- free?: ({
701
- __typename?: "WatchProvider" | undefined;
702
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
703
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
704
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
705
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
706
- } | null)[] | null | undefined;
707
- rent?: ({
708
- __typename?: "WatchProvider" | undefined;
709
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
710
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
711
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
712
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
713
- } | null)[] | null | undefined;
714
- } | null | undefined;
715
- de?: {
716
- __typename?: "WatchProviderCategories" | undefined;
717
- ads?: ({
718
- __typename?: "WatchProvider" | undefined;
719
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
720
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
721
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
722
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
723
- } | null)[] | null | undefined;
724
- buy?: ({
725
- __typename?: "WatchProvider" | undefined;
726
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
727
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
728
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
729
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
730
- } | null)[] | null | undefined;
731
- flatrate?: ({
732
- __typename?: "WatchProvider" | undefined;
733
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
734
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
735
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
736
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
737
- } | null)[] | null | undefined;
738
- free?: ({
739
- __typename?: "WatchProvider" | undefined;
740
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
741
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
742
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
743
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
744
- } | null)[] | null | undefined;
745
- rent?: ({
746
- __typename?: "WatchProvider" | undefined;
747
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
748
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
749
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
750
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
751
- } | null)[] | null | undefined;
752
- } | null | undefined;
753
- dk?: {
754
- __typename?: "WatchProviderCategories" | undefined;
755
- ads?: ({
756
- __typename?: "WatchProvider" | undefined;
757
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
758
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
759
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
760
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
761
- } | null)[] | null | undefined;
762
- buy?: ({
763
- __typename?: "WatchProvider" | undefined;
764
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
765
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
766
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
767
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
768
- } | null)[] | null | undefined;
769
- flatrate?: ({
770
- __typename?: "WatchProvider" | undefined;
771
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
772
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
773
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
774
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
775
- } | null)[] | null | undefined;
776
- free?: ({
777
- __typename?: "WatchProvider" | undefined;
778
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
779
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
780
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
781
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
782
- } | null)[] | null | undefined;
783
- rent?: ({
784
- __typename?: "WatchProvider" | undefined;
785
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
786
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
787
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
788
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
789
- } | null)[] | null | undefined;
790
- } | null | undefined;
791
- ec?: {
792
- __typename?: "WatchProviderCategories" | undefined;
793
- ads?: ({
794
- __typename?: "WatchProvider" | undefined;
795
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
796
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
797
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
798
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
799
- } | null)[] | null | undefined;
800
- buy?: ({
801
- __typename?: "WatchProvider" | undefined;
802
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
803
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
804
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
805
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
806
- } | null)[] | null | undefined;
807
- flatrate?: ({
808
- __typename?: "WatchProvider" | undefined;
809
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
810
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
811
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
812
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
813
- } | null)[] | null | undefined;
814
- free?: ({
815
- __typename?: "WatchProvider" | undefined;
816
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
817
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
818
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
819
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
820
- } | null)[] | null | undefined;
821
- rent?: ({
822
- __typename?: "WatchProvider" | undefined;
823
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
824
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
825
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
826
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
827
- } | null)[] | null | undefined;
828
- } | null | undefined;
829
- es?: {
830
- __typename?: "WatchProviderCategories" | undefined;
831
- ads?: ({
832
- __typename?: "WatchProvider" | undefined;
833
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
834
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
835
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
836
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
837
- } | null)[] | null | undefined;
838
- buy?: ({
839
- __typename?: "WatchProvider" | undefined;
840
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
841
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
842
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
843
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
844
- } | null)[] | null | undefined;
845
- flatrate?: ({
846
- __typename?: "WatchProvider" | undefined;
847
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
848
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
849
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
850
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
851
- } | null)[] | null | undefined;
852
- free?: ({
853
- __typename?: "WatchProvider" | undefined;
854
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
855
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
856
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
857
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
858
- } | null)[] | null | undefined;
859
- rent?: ({
860
- __typename?: "WatchProvider" | undefined;
861
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
862
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
863
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
864
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
865
- } | null)[] | null | undefined;
866
- } | null | undefined;
867
- fi?: {
868
- __typename?: "WatchProviderCategories" | undefined;
869
- ads?: ({
870
- __typename?: "WatchProvider" | undefined;
871
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
872
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
873
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
874
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
875
- } | null)[] | null | undefined;
876
- buy?: ({
877
- __typename?: "WatchProvider" | undefined;
878
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
879
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
880
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
881
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
882
- } | null)[] | null | undefined;
883
- flatrate?: ({
884
- __typename?: "WatchProvider" | undefined;
885
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
886
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
887
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
888
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
889
- } | null)[] | null | undefined;
890
- free?: ({
891
- __typename?: "WatchProvider" | undefined;
892
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
893
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
894
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
895
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
896
- } | null)[] | null | undefined;
897
- rent?: ({
898
- __typename?: "WatchProvider" | undefined;
899
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
900
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
901
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
902
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
903
- } | null)[] | null | undefined;
904
- } | null | undefined;
905
- fr?: {
906
- __typename?: "WatchProviderCategories" | undefined;
907
- ads?: ({
908
- __typename?: "WatchProvider" | undefined;
909
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
910
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
911
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
912
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
913
- } | null)[] | null | undefined;
914
- buy?: ({
915
- __typename?: "WatchProvider" | undefined;
916
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
917
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
918
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
919
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
920
- } | null)[] | null | undefined;
921
- flatrate?: ({
922
- __typename?: "WatchProvider" | undefined;
923
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
924
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
925
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
926
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
927
- } | null)[] | null | undefined;
928
- free?: ({
929
- __typename?: "WatchProvider" | undefined;
930
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
931
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
932
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
933
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
934
- } | null)[] | null | undefined;
935
- rent?: ({
936
- __typename?: "WatchProvider" | undefined;
937
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
938
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
939
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
940
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
941
- } | null)[] | null | undefined;
942
- } | null | undefined;
943
- gb?: {
944
- __typename?: "WatchProviderCategories" | undefined;
945
- ads?: ({
946
- __typename?: "WatchProvider" | undefined;
947
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
948
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
949
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
950
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
951
- } | null)[] | null | undefined;
952
- buy?: ({
953
- __typename?: "WatchProvider" | undefined;
954
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
955
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
956
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
957
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
958
- } | null)[] | null | undefined;
959
- flatrate?: ({
960
- __typename?: "WatchProvider" | undefined;
961
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
962
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
963
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
964
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
965
- } | null)[] | null | undefined;
966
- free?: ({
967
- __typename?: "WatchProvider" | undefined;
968
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
969
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
970
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
971
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
972
- } | null)[] | null | undefined;
973
- rent?: ({
974
- __typename?: "WatchProvider" | undefined;
975
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
976
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
977
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
978
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
979
- } | null)[] | null | undefined;
980
- } | null | undefined;
981
- hu?: {
982
- __typename?: "WatchProviderCategories" | undefined;
983
- ads?: ({
984
- __typename?: "WatchProvider" | undefined;
985
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
986
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
987
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
988
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
989
- } | null)[] | null | undefined;
990
- buy?: ({
991
- __typename?: "WatchProvider" | undefined;
992
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
993
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
994
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
995
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
996
- } | null)[] | null | undefined;
997
- flatrate?: ({
998
- __typename?: "WatchProvider" | undefined;
999
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1000
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1001
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1002
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1003
- } | null)[] | null | undefined;
1004
- free?: ({
1005
- __typename?: "WatchProvider" | undefined;
1006
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1007
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1008
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1009
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1010
- } | null)[] | null | undefined;
1011
- rent?: ({
1012
- __typename?: "WatchProvider" | undefined;
1013
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1014
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1015
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1016
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1017
- } | null)[] | null | undefined;
1018
- } | null | undefined;
1019
- ie?: {
1020
- __typename?: "WatchProviderCategories" | undefined;
1021
- ads?: ({
1022
- __typename?: "WatchProvider" | undefined;
1023
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1024
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1025
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1026
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1027
- } | null)[] | null | undefined;
1028
- buy?: ({
1029
- __typename?: "WatchProvider" | undefined;
1030
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1031
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1032
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1033
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1034
- } | null)[] | null | undefined;
1035
- flatrate?: ({
1036
- __typename?: "WatchProvider" | undefined;
1037
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1038
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1039
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1040
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1041
- } | null)[] | null | undefined;
1042
- free?: ({
1043
- __typename?: "WatchProvider" | undefined;
1044
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1045
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1046
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1047
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1048
- } | null)[] | null | undefined;
1049
- rent?: ({
1050
- __typename?: "WatchProvider" | undefined;
1051
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1052
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1053
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1054
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1055
- } | null)[] | null | undefined;
1056
- } | null | undefined;
1057
- in?: {
1058
- __typename?: "WatchProviderCategories" | undefined;
1059
- ads?: ({
1060
- __typename?: "WatchProvider" | undefined;
1061
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1062
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1063
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1064
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1065
- } | null)[] | null | undefined;
1066
- buy?: ({
1067
- __typename?: "WatchProvider" | undefined;
1068
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1069
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1070
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1071
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1072
- } | null)[] | null | undefined;
1073
- flatrate?: ({
1074
- __typename?: "WatchProvider" | undefined;
1075
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1076
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1077
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1078
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1079
- } | null)[] | null | undefined;
1080
- free?: ({
1081
- __typename?: "WatchProvider" | undefined;
1082
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1083
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1084
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1085
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1086
- } | null)[] | null | undefined;
1087
- rent?: ({
1088
- __typename?: "WatchProvider" | undefined;
1089
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1090
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1091
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1092
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1093
- } | null)[] | null | undefined;
1094
- } | null | undefined;
1095
- it?: {
1096
- __typename?: "WatchProviderCategories" | undefined;
1097
- ads?: ({
1098
- __typename?: "WatchProvider" | undefined;
1099
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1100
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1101
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1102
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1103
- } | null)[] | null | undefined;
1104
- buy?: ({
1105
- __typename?: "WatchProvider" | undefined;
1106
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1107
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1108
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1109
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1110
- } | null)[] | null | undefined;
1111
- flatrate?: ({
1112
- __typename?: "WatchProvider" | undefined;
1113
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1114
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1115
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1116
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1117
- } | null)[] | null | undefined;
1118
- free?: ({
1119
- __typename?: "WatchProvider" | undefined;
1120
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1121
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1122
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1123
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1124
- } | null)[] | null | undefined;
1125
- rent?: ({
1126
- __typename?: "WatchProvider" | undefined;
1127
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1128
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1129
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1130
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1131
- } | null)[] | null | undefined;
1132
- } | null | undefined;
1133
- jp?: {
1134
- __typename?: "WatchProviderCategories" | undefined;
1135
- ads?: ({
1136
- __typename?: "WatchProvider" | undefined;
1137
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1138
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1139
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1140
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1141
- } | null)[] | null | undefined;
1142
- buy?: ({
1143
- __typename?: "WatchProvider" | undefined;
1144
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1145
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1146
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1147
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1148
- } | null)[] | null | undefined;
1149
- flatrate?: ({
1150
- __typename?: "WatchProvider" | undefined;
1151
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1152
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1153
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1154
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1155
- } | null)[] | null | undefined;
1156
- free?: ({
1157
- __typename?: "WatchProvider" | undefined;
1158
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1159
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1160
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1161
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1162
- } | null)[] | null | undefined;
1163
- rent?: ({
1164
- __typename?: "WatchProvider" | undefined;
1165
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1166
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1167
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1168
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1169
- } | null)[] | null | undefined;
1170
- } | null | undefined;
1171
- mx?: {
1172
- __typename?: "WatchProviderCategories" | undefined;
1173
- ads?: ({
1174
- __typename?: "WatchProvider" | undefined;
1175
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1176
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1177
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1178
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1179
- } | null)[] | null | undefined;
1180
- buy?: ({
1181
- __typename?: "WatchProvider" | undefined;
1182
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1183
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1184
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1185
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1186
- } | null)[] | null | undefined;
1187
- flatrate?: ({
1188
- __typename?: "WatchProvider" | undefined;
1189
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1190
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1191
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1192
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1193
- } | null)[] | null | undefined;
1194
- free?: ({
1195
- __typename?: "WatchProvider" | undefined;
1196
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1197
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1198
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1199
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1200
- } | null)[] | null | undefined;
1201
- rent?: ({
1202
- __typename?: "WatchProvider" | undefined;
1203
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1204
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1205
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1206
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1207
- } | null)[] | null | undefined;
1208
- } | null | undefined;
1209
- nl?: {
1210
- __typename?: "WatchProviderCategories" | undefined;
1211
- ads?: ({
1212
- __typename?: "WatchProvider" | undefined;
1213
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1214
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1215
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1216
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1217
- } | null)[] | null | undefined;
1218
- buy?: ({
1219
- __typename?: "WatchProvider" | undefined;
1220
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1221
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1222
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1223
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1224
- } | null)[] | null | undefined;
1225
- flatrate?: ({
1226
- __typename?: "WatchProvider" | undefined;
1227
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1228
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1229
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1230
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1231
- } | null)[] | null | undefined;
1232
- free?: ({
1233
- __typename?: "WatchProvider" | undefined;
1234
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1235
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1236
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1237
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1238
- } | null)[] | null | undefined;
1239
- rent?: ({
1240
- __typename?: "WatchProvider" | undefined;
1241
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1242
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1243
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1244
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1245
- } | null)[] | null | undefined;
1246
- } | null | undefined;
1247
- no?: {
1248
- __typename?: "WatchProviderCategories" | undefined;
1249
- ads?: ({
1250
- __typename?: "WatchProvider" | undefined;
1251
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1252
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1253
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1254
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1255
- } | null)[] | null | undefined;
1256
- buy?: ({
1257
- __typename?: "WatchProvider" | undefined;
1258
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1259
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1260
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1261
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1262
- } | null)[] | null | undefined;
1263
- flatrate?: ({
1264
- __typename?: "WatchProvider" | undefined;
1265
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1266
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1267
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1268
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1269
- } | null)[] | null | undefined;
1270
- free?: ({
1271
- __typename?: "WatchProvider" | undefined;
1272
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1273
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1274
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1275
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1276
- } | null)[] | null | undefined;
1277
- rent?: ({
1278
- __typename?: "WatchProvider" | undefined;
1279
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1280
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1281
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1282
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1283
- } | null)[] | null | undefined;
1284
- } | null | undefined;
1285
- nz?: {
1286
- __typename?: "WatchProviderCategories" | undefined;
1287
- ads?: ({
1288
- __typename?: "WatchProvider" | undefined;
1289
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1290
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1291
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1292
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1293
- } | null)[] | null | undefined;
1294
- buy?: ({
1295
- __typename?: "WatchProvider" | undefined;
1296
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1297
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1298
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1299
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1300
- } | null)[] | null | undefined;
1301
- flatrate?: ({
1302
- __typename?: "WatchProvider" | undefined;
1303
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1304
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1305
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1306
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1307
- } | null)[] | null | undefined;
1308
- free?: ({
1309
- __typename?: "WatchProvider" | undefined;
1310
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1311
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1312
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1313
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1314
- } | null)[] | null | undefined;
1315
- rent?: ({
1316
- __typename?: "WatchProvider" | undefined;
1317
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1318
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1319
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1320
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1321
- } | null)[] | null | undefined;
1322
- } | null | undefined;
1323
- pe?: {
1324
- __typename?: "WatchProviderCategories" | undefined;
1325
- ads?: ({
1326
- __typename?: "WatchProvider" | undefined;
1327
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1328
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1329
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1330
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1331
- } | null)[] | null | undefined;
1332
- buy?: ({
1333
- __typename?: "WatchProvider" | undefined;
1334
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1335
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1336
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1337
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1338
- } | null)[] | null | undefined;
1339
- flatrate?: ({
1340
- __typename?: "WatchProvider" | undefined;
1341
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1342
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1343
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1344
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1345
- } | null)[] | null | undefined;
1346
- free?: ({
1347
- __typename?: "WatchProvider" | undefined;
1348
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1349
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1350
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1351
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1352
- } | null)[] | null | undefined;
1353
- rent?: ({
1354
- __typename?: "WatchProvider" | undefined;
1355
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1356
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1357
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1358
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1359
- } | null)[] | null | undefined;
1360
- } | null | undefined;
1361
- pl?: {
1362
- __typename?: "WatchProviderCategories" | undefined;
1363
- ads?: ({
1364
- __typename?: "WatchProvider" | undefined;
1365
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1366
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1367
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1368
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1369
- } | null)[] | null | undefined;
1370
- buy?: ({
1371
- __typename?: "WatchProvider" | undefined;
1372
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1373
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1374
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1375
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1376
- } | null)[] | null | undefined;
1377
- flatrate?: ({
1378
- __typename?: "WatchProvider" | undefined;
1379
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1380
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1381
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1382
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1383
- } | null)[] | null | undefined;
1384
- free?: ({
1385
- __typename?: "WatchProvider" | undefined;
1386
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1387
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1388
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1389
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1390
- } | null)[] | null | undefined;
1391
- rent?: ({
1392
- __typename?: "WatchProvider" | undefined;
1393
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1394
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1395
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1396
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1397
- } | null)[] | null | undefined;
1398
- } | null | undefined;
1399
- pt?: {
1400
- __typename?: "WatchProviderCategories" | undefined;
1401
- ads?: ({
1402
- __typename?: "WatchProvider" | undefined;
1403
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1404
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1405
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1406
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1407
- } | null)[] | null | undefined;
1408
- buy?: ({
1409
- __typename?: "WatchProvider" | undefined;
1410
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1411
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1412
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1413
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1414
- } | null)[] | null | undefined;
1415
- flatrate?: ({
1416
- __typename?: "WatchProvider" | undefined;
1417
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1418
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1419
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1420
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1421
- } | null)[] | null | undefined;
1422
- free?: ({
1423
- __typename?: "WatchProvider" | undefined;
1424
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1425
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1426
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1427
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1428
- } | null)[] | null | undefined;
1429
- rent?: ({
1430
- __typename?: "WatchProvider" | undefined;
1431
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1432
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1433
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1434
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1435
- } | null)[] | null | undefined;
1436
- } | null | undefined;
1437
- ro?: {
1438
- __typename?: "WatchProviderCategories" | undefined;
1439
- ads?: ({
1440
- __typename?: "WatchProvider" | undefined;
1441
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1442
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1443
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1444
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1445
- } | null)[] | null | undefined;
1446
- buy?: ({
1447
- __typename?: "WatchProvider" | undefined;
1448
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1449
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1450
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1451
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1452
- } | null)[] | null | undefined;
1453
- flatrate?: ({
1454
- __typename?: "WatchProvider" | undefined;
1455
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1456
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1457
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1458
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1459
- } | null)[] | null | undefined;
1460
- free?: ({
1461
- __typename?: "WatchProvider" | undefined;
1462
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1463
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1464
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1465
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1466
- } | null)[] | null | undefined;
1467
- rent?: ({
1468
- __typename?: "WatchProvider" | undefined;
1469
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1470
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1471
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1472
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1473
- } | null)[] | null | undefined;
1474
- } | null | undefined;
1475
- ru?: {
1476
- __typename?: "WatchProviderCategories" | undefined;
1477
- ads?: ({
1478
- __typename?: "WatchProvider" | undefined;
1479
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1480
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1481
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1482
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1483
- } | null)[] | null | undefined;
1484
- buy?: ({
1485
- __typename?: "WatchProvider" | undefined;
1486
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1487
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1488
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1489
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1490
- } | null)[] | null | undefined;
1491
- flatrate?: ({
1492
- __typename?: "WatchProvider" | undefined;
1493
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1494
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1495
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1496
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1497
- } | null)[] | null | undefined;
1498
- free?: ({
1499
- __typename?: "WatchProvider" | undefined;
1500
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1501
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1502
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1503
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1504
- } | null)[] | null | undefined;
1505
- rent?: ({
1506
- __typename?: "WatchProvider" | undefined;
1507
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1508
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1509
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1510
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1511
- } | null)[] | null | undefined;
1512
- } | null | undefined;
1513
- se?: {
1514
- __typename?: "WatchProviderCategories" | undefined;
1515
- ads?: ({
1516
- __typename?: "WatchProvider" | undefined;
1517
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1518
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1519
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1520
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1521
- } | null)[] | null | undefined;
1522
- buy?: ({
1523
- __typename?: "WatchProvider" | undefined;
1524
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1525
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1526
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1527
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1528
- } | null)[] | null | undefined;
1529
- flatrate?: ({
1530
- __typename?: "WatchProvider" | undefined;
1531
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1532
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1533
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1534
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1535
- } | null)[] | null | undefined;
1536
- free?: ({
1537
- __typename?: "WatchProvider" | undefined;
1538
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1539
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1540
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1541
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1542
- } | null)[] | null | undefined;
1543
- rent?: ({
1544
- __typename?: "WatchProvider" | undefined;
1545
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1546
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1547
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1548
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1549
- } | null)[] | null | undefined;
1550
- } | null | undefined;
1551
- tr?: {
1552
- __typename?: "WatchProviderCategories" | undefined;
1553
- ads?: ({
1554
- __typename?: "WatchProvider" | undefined;
1555
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1556
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1557
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1558
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1559
- } | null)[] | null | undefined;
1560
- buy?: ({
1561
- __typename?: "WatchProvider" | undefined;
1562
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1563
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1564
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1565
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1566
- } | null)[] | null | undefined;
1567
- flatrate?: ({
1568
- __typename?: "WatchProvider" | undefined;
1569
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1570
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1571
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1572
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1573
- } | null)[] | null | undefined;
1574
- free?: ({
1575
- __typename?: "WatchProvider" | undefined;
1576
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1577
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1578
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1579
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1580
- } | null)[] | null | undefined;
1581
- rent?: ({
1582
- __typename?: "WatchProvider" | undefined;
1583
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1584
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1585
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1586
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1587
- } | null)[] | null | undefined;
1588
- } | null | undefined;
1589
- us?: {
1590
- __typename?: "WatchProviderCategories" | undefined;
1591
- ads?: ({
1592
- __typename?: "WatchProvider" | undefined;
1593
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1594
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1595
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1596
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1597
- } | null)[] | null | undefined;
1598
- buy?: ({
1599
- __typename?: "WatchProvider" | undefined;
1600
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1601
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1602
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1603
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1604
- } | null)[] | null | undefined;
1605
- flatrate?: ({
1606
- __typename?: "WatchProvider" | undefined;
1607
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1608
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1609
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1610
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1611
- } | null)[] | null | undefined;
1612
- free?: ({
1613
- __typename?: "WatchProvider" | undefined;
1614
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1615
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1616
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1617
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1618
- } | null)[] | null | undefined;
1619
- rent?: ({
1620
- __typename?: "WatchProvider" | undefined;
1621
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1622
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1623
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1624
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1625
- } | null)[] | null | undefined;
1626
- } | null | undefined;
1627
- ve?: {
1628
- __typename?: "WatchProviderCategories" | undefined;
1629
- ads?: ({
1630
- __typename?: "WatchProvider" | undefined;
1631
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1632
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1633
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1634
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1635
- } | null)[] | null | undefined;
1636
- buy?: ({
1637
- __typename?: "WatchProvider" | undefined;
1638
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1639
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1640
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1641
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1642
- } | null)[] | null | undefined;
1643
- flatrate?: ({
1644
- __typename?: "WatchProvider" | undefined;
1645
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1646
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1647
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1648
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1649
- } | null)[] | null | undefined;
1650
- free?: ({
1651
- __typename?: "WatchProvider" | undefined;
1652
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1653
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1654
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1655
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1656
- } | null)[] | null | undefined;
1657
- rent?: ({
1658
- __typename?: "WatchProvider" | undefined;
1659
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1660
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1661
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1662
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1663
- } | null)[] | null | undefined;
1664
- } | null | undefined;
1665
- za?: {
1666
- __typename?: "WatchProviderCategories" | undefined;
1667
- ads?: ({
1668
- __typename?: "WatchProvider" | undefined;
1669
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1670
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1671
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1672
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1673
- } | null)[] | null | undefined;
1674
- buy?: ({
1675
- __typename?: "WatchProvider" | undefined;
1676
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1677
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1678
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1679
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1680
- } | null)[] | null | undefined;
1681
- flatrate?: ({
1682
- __typename?: "WatchProvider" | undefined;
1683
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1684
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1685
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1686
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1687
- } | null)[] | null | undefined;
1688
- free?: ({
1689
- __typename?: "WatchProvider" | undefined;
1690
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1691
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1692
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1693
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1694
- } | null)[] | null | undefined;
1695
- rent?: ({
1696
- __typename?: "WatchProvider" | undefined;
1697
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1698
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1699
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1700
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1701
- } | null)[] | null | undefined;
1702
- } | null | undefined;
1703
- } | null | undefined;
1704
- } | null)[];
1705
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1706
- } | import("@tmdb-graphql-api/schema/types").Maybe<string> | ({
1707
- id: string | number;
1708
- __typename?: "Movie" | undefined;
1709
- adult: boolean;
1710
- alternative_titles?: ({
1711
- __typename?: "AlternativeName" | undefined;
1712
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1713
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1714
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1715
- type: string;
1716
- } | null)[] | null | undefined;
1717
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1718
- backdrops?: ({
1719
- __typename?: "Image" | undefined;
1720
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1721
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1722
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1723
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1724
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1725
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1726
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1727
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1728
- } | null)[] | null | undefined;
1729
- belongs_to_collection?: {
1730
- id: string | number;
1731
- __typename?: "Collection" | undefined;
1732
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1733
- backdrops?: ({
1734
- __typename?: "Image" | undefined;
1735
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1736
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1737
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1738
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1739
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1740
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1741
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1742
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1743
- } | null)[] | null | undefined;
1744
- name: string;
1745
- overview: string;
1746
- parts: (any | null)[];
1747
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1748
- posters?: ({
1749
- __typename?: "Image" | undefined;
1750
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1751
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1752
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1753
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1754
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1755
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1756
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1757
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1758
- } | null)[] | null | undefined;
1759
- translations?: ({
1760
- __typename?: "Translation" | undefined;
1761
- data: {
1762
- __typename?: "TranslationData" | undefined;
1763
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1764
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1765
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1766
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1767
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1768
- };
1769
- english_name: string;
1770
- iso_639_1: string;
1771
- iso_3166_1: string;
1772
- name: string;
1773
- } | null)[] | null | undefined;
1774
- } | null | undefined;
1775
- budget: number;
1776
- cast?: ({
1777
- id: string | number;
1778
- __typename?: "Cast" | undefined;
1779
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
1780
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1781
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1782
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1783
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1784
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1785
- name: string;
1786
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1787
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1788
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1789
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1790
- } | null)[] | null | undefined;
1791
- crew?: ({
1792
- id: string | number;
1793
- __typename?: "Crew" | undefined;
1794
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
1795
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1796
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1797
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1798
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1799
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1800
- name: string;
1801
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1802
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1803
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1804
- } | null)[] | null | undefined;
1805
- external_ids?: {
1806
- __typename?: "ExternalIds" | undefined;
1807
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1808
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1809
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1810
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1811
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1812
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1813
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1814
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1815
- } | null | undefined;
1816
- genres: ({
1817
- id: string | number;
1818
- __typename?: "Genre" | undefined;
1819
- name: string;
1820
- } | null)[];
1821
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1822
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1823
- keywords?: ({
1824
- __typename?: "Keyword" | undefined;
1825
- id: string | number;
1826
- name: string;
1827
- } | null)[] | null | undefined;
1828
- logos?: ({
1829
- __typename?: "Image" | undefined;
1830
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1831
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1832
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1833
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1834
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1835
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1836
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1837
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1838
- } | null)[] | null | undefined;
1839
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
1840
- original_language: string;
1841
- original_title: string;
1842
- overview: string;
1843
- popularity: number;
1844
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1845
- posters?: ({
1846
- __typename?: "Image" | undefined;
1847
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1848
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1849
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1850
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1851
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1852
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1853
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1854
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1855
- } | null)[] | null | undefined;
1856
- production_companies: ({
1857
- id: string | number;
1858
- __typename?: "Company" | undefined;
1859
- alternative_names?: ({
1860
- __typename?: "AlternativeName" | undefined;
1861
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1862
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1863
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1864
- type: string;
1865
- } | null)[] | null | undefined;
1866
- description: string;
1867
- headquarters: string;
1868
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1869
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1870
- logos?: ({
1871
- __typename?: "Image" | undefined;
1872
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1873
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1874
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1875
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1876
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1877
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1878
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1879
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1880
- } | null)[] | null | undefined;
1881
- name: string;
1882
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1883
- parent_company?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1884
- } | null)[];
1885
- production_countries: ({
1886
- __typename?: "Country" | undefined;
1887
- english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1888
- iso_3166_1: string;
1889
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1890
- } | null)[];
1891
- recommendations?: {
1892
- page_info: {
1893
- __typename?: "PageInfo" | undefined;
1894
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1895
- has_next_page: boolean;
1896
- has_previous_page: boolean;
1897
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1898
- };
1899
- __typename?: "MovieConnection" | undefined;
1900
- edges?: ({
1901
- __typename?: "MovieEdge" | undefined;
1902
- cursor: string;
1903
- node: any;
1904
- } | null)[] | null | undefined;
1905
- nodes?: (any | null)[] | null | undefined;
1906
- total_count: number;
1907
- } | null | undefined;
1908
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1909
- release_dates?: ({
1910
- __typename?: "ReleaseDates" | undefined;
1911
- iso_3166_1: string;
1912
- release_dates: ({
1913
- __typename?: "ReleaseDate" | undefined;
1914
- certification: string;
1915
- iso_639_1: string;
1916
- note: string;
1917
- release_date: string;
1918
- type: import("@tmdb-graphql-api/schema/types").MovieReleaseType;
1919
- } | null)[];
1920
- } | null)[] | null | undefined;
1921
- revenue: number;
1922
- reviews?: {
1923
- page_info: {
1924
- __typename?: "PageInfo" | undefined;
1925
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1926
- has_next_page: boolean;
1927
- has_previous_page: boolean;
1928
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1929
- };
1930
- __typename?: "ReviewConnection" | undefined;
1931
- edges?: ({
1932
- __typename?: "ReviewEdge" | undefined;
1933
- cursor: string;
1934
- node: {
1935
- id: string | number;
1936
- __typename?: "Review" | undefined;
1937
- author: string;
1938
- author_details?: {
1939
- __typename?: "AuthorDetails" | undefined;
1940
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1941
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1942
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1943
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1944
- } | null | undefined;
1945
- content: string;
1946
- created_at: string;
1947
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1948
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1949
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
1950
- url: string;
1951
- };
1952
- } | null)[] | null | undefined;
1953
- nodes?: ({
1954
- id: string | number;
1955
- __typename?: "Review" | undefined;
1956
- author: string;
1957
- author_details?: {
1958
- __typename?: "AuthorDetails" | undefined;
1959
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1960
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1961
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1962
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1963
- } | null | undefined;
1964
- content: string;
1965
- created_at: string;
1966
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1967
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1968
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
1969
- url: string;
1970
- } | null)[] | null | undefined;
1971
- total_count: number;
1972
- } | null | undefined;
1973
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1974
- similar_movies?: {
1975
- page_info: {
1976
- __typename?: "PageInfo" | undefined;
1977
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1978
- has_next_page: boolean;
1979
- has_previous_page: boolean;
1980
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1981
- };
1982
- __typename?: "MovieConnection" | undefined;
1983
- edges?: ({
1984
- __typename?: "MovieEdge" | undefined;
1985
- cursor: string;
1986
- node: any;
1987
- } | null)[] | null | undefined;
1988
- nodes?: (any | null)[] | null | undefined;
1989
- total_count: number;
1990
- } | null | undefined;
1991
- spoken_languages: ({
1992
- __typename?: "Language" | undefined;
1993
- english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1994
- iso_639_1: string;
1995
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1996
- } | null)[];
1997
- status: import("@tmdb-graphql-api/schema/types").MovieStatus;
1998
- tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1999
- title: string;
2000
- translations?: ({
2001
- __typename?: "Translation" | undefined;
2002
- data: {
2003
- __typename?: "TranslationData" | undefined;
2004
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2005
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2006
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2007
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2008
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2009
- };
2010
- english_name: string;
2011
- iso_639_1: string;
2012
- iso_3166_1: string;
2013
- name: string;
2014
- } | null)[] | null | undefined;
2015
- video: boolean;
2016
- videos?: ({
2017
- id: string | number;
2018
- __typename?: "Video" | undefined;
2019
- iso_639_1: string;
2020
- iso_3166_1: string;
2021
- key: string;
2022
- name: string;
2023
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2024
- size: number;
2025
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2026
- } | null)[] | null | undefined;
2027
- vote_average: number;
2028
- vote_count: number;
2029
- watch_providers?: {
2030
- __typename?: "WatchProviders" | undefined;
2031
- ar?: {
2032
- __typename?: "WatchProviderCategories" | undefined;
2033
- ads?: ({
2034
- __typename?: "WatchProvider" | undefined;
2035
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2036
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2037
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2038
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2039
- } | null)[] | null | undefined;
2040
- buy?: ({
2041
- __typename?: "WatchProvider" | undefined;
2042
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2043
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2044
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2045
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2046
- } | null)[] | null | undefined;
2047
- flatrate?: ({
2048
- __typename?: "WatchProvider" | undefined;
2049
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2050
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2051
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2052
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2053
- } | null)[] | null | undefined;
2054
- free?: ({
2055
- __typename?: "WatchProvider" | undefined;
2056
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2057
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2058
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2059
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2060
- } | null)[] | null | undefined;
2061
- rent?: ({
2062
- __typename?: "WatchProvider" | undefined;
2063
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2064
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2065
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2066
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2067
- } | null)[] | null | undefined;
2068
- } | null | undefined;
2069
- at?: {
2070
- __typename?: "WatchProviderCategories" | undefined;
2071
- ads?: ({
2072
- __typename?: "WatchProvider" | undefined;
2073
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2074
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2075
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2076
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2077
- } | null)[] | null | undefined;
2078
- buy?: ({
2079
- __typename?: "WatchProvider" | undefined;
2080
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2081
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2082
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2083
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2084
- } | null)[] | null | undefined;
2085
- flatrate?: ({
2086
- __typename?: "WatchProvider" | undefined;
2087
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2088
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2089
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2090
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2091
- } | null)[] | null | undefined;
2092
- free?: ({
2093
- __typename?: "WatchProvider" | undefined;
2094
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2095
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2096
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2097
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2098
- } | null)[] | null | undefined;
2099
- rent?: ({
2100
- __typename?: "WatchProvider" | undefined;
2101
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2102
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2103
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2104
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2105
- } | null)[] | null | undefined;
2106
- } | null | undefined;
2107
- au?: {
2108
- __typename?: "WatchProviderCategories" | undefined;
2109
- ads?: ({
2110
- __typename?: "WatchProvider" | undefined;
2111
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2112
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2113
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2114
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2115
- } | null)[] | null | undefined;
2116
- buy?: ({
2117
- __typename?: "WatchProvider" | undefined;
2118
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2119
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2120
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2121
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2122
- } | null)[] | null | undefined;
2123
- flatrate?: ({
2124
- __typename?: "WatchProvider" | undefined;
2125
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2126
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2127
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2128
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2129
- } | null)[] | null | undefined;
2130
- free?: ({
2131
- __typename?: "WatchProvider" | undefined;
2132
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2133
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2134
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2135
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2136
- } | null)[] | null | undefined;
2137
- rent?: ({
2138
- __typename?: "WatchProvider" | undefined;
2139
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2140
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2141
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2142
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2143
- } | null)[] | null | undefined;
2144
- } | null | undefined;
2145
- be?: {
2146
- __typename?: "WatchProviderCategories" | undefined;
2147
- ads?: ({
2148
- __typename?: "WatchProvider" | undefined;
2149
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2150
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2151
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2152
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2153
- } | null)[] | null | undefined;
2154
- buy?: ({
2155
- __typename?: "WatchProvider" | undefined;
2156
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2157
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2158
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2159
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2160
- } | null)[] | null | undefined;
2161
- flatrate?: ({
2162
- __typename?: "WatchProvider" | undefined;
2163
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2164
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2165
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2166
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2167
- } | null)[] | null | undefined;
2168
- free?: ({
2169
- __typename?: "WatchProvider" | undefined;
2170
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2171
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2172
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2173
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2174
- } | null)[] | null | undefined;
2175
- rent?: ({
2176
- __typename?: "WatchProvider" | undefined;
2177
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2178
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2179
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2180
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2181
- } | null)[] | null | undefined;
2182
- } | null | undefined;
2183
- br?: {
2184
- __typename?: "WatchProviderCategories" | undefined;
2185
- ads?: ({
2186
- __typename?: "WatchProvider" | undefined;
2187
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2188
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2189
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2190
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2191
- } | null)[] | null | undefined;
2192
- buy?: ({
2193
- __typename?: "WatchProvider" | undefined;
2194
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2195
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2196
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2197
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2198
- } | null)[] | null | undefined;
2199
- flatrate?: ({
2200
- __typename?: "WatchProvider" | undefined;
2201
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2202
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2203
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2204
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2205
- } | null)[] | null | undefined;
2206
- free?: ({
2207
- __typename?: "WatchProvider" | undefined;
2208
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2209
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2210
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2211
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2212
- } | null)[] | null | undefined;
2213
- rent?: ({
2214
- __typename?: "WatchProvider" | undefined;
2215
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2216
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2217
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2218
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2219
- } | null)[] | null | undefined;
2220
- } | null | undefined;
2221
- ca?: {
2222
- __typename?: "WatchProviderCategories" | undefined;
2223
- ads?: ({
2224
- __typename?: "WatchProvider" | undefined;
2225
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2226
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2227
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2228
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2229
- } | null)[] | null | undefined;
2230
- buy?: ({
2231
- __typename?: "WatchProvider" | undefined;
2232
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2233
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2234
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2235
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2236
- } | null)[] | null | undefined;
2237
- flatrate?: ({
2238
- __typename?: "WatchProvider" | undefined;
2239
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2240
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2241
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2242
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2243
- } | null)[] | null | undefined;
2244
- free?: ({
2245
- __typename?: "WatchProvider" | undefined;
2246
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2247
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2248
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2249
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2250
- } | null)[] | null | undefined;
2251
- rent?: ({
2252
- __typename?: "WatchProvider" | undefined;
2253
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2254
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2255
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2256
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2257
- } | null)[] | null | undefined;
2258
- } | null | undefined;
2259
- ch?: {
2260
- __typename?: "WatchProviderCategories" | undefined;
2261
- ads?: ({
2262
- __typename?: "WatchProvider" | undefined;
2263
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2264
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2265
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2266
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2267
- } | null)[] | null | undefined;
2268
- buy?: ({
2269
- __typename?: "WatchProvider" | undefined;
2270
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2271
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2272
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2273
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2274
- } | null)[] | null | undefined;
2275
- flatrate?: ({
2276
- __typename?: "WatchProvider" | undefined;
2277
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2278
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2279
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2280
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2281
- } | null)[] | null | undefined;
2282
- free?: ({
2283
- __typename?: "WatchProvider" | undefined;
2284
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2285
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2286
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2287
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2288
- } | null)[] | null | undefined;
2289
- rent?: ({
2290
- __typename?: "WatchProvider" | undefined;
2291
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2292
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2293
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2294
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2295
- } | null)[] | null | undefined;
2296
- } | null | undefined;
2297
- cl?: {
2298
- __typename?: "WatchProviderCategories" | undefined;
2299
- ads?: ({
2300
- __typename?: "WatchProvider" | undefined;
2301
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2302
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2303
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2304
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2305
- } | null)[] | null | undefined;
2306
- buy?: ({
2307
- __typename?: "WatchProvider" | undefined;
2308
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2309
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2310
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2311
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2312
- } | null)[] | null | undefined;
2313
- flatrate?: ({
2314
- __typename?: "WatchProvider" | undefined;
2315
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2316
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2317
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2318
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2319
- } | null)[] | null | undefined;
2320
- free?: ({
2321
- __typename?: "WatchProvider" | undefined;
2322
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2323
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2324
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2325
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2326
- } | null)[] | null | undefined;
2327
- rent?: ({
2328
- __typename?: "WatchProvider" | undefined;
2329
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2330
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2331
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2332
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2333
- } | null)[] | null | undefined;
2334
- } | null | undefined;
2335
- co?: {
2336
- __typename?: "WatchProviderCategories" | undefined;
2337
- ads?: ({
2338
- __typename?: "WatchProvider" | undefined;
2339
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2340
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2341
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2342
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2343
- } | null)[] | null | undefined;
2344
- buy?: ({
2345
- __typename?: "WatchProvider" | undefined;
2346
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2347
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2348
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2349
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2350
- } | null)[] | null | undefined;
2351
- flatrate?: ({
2352
- __typename?: "WatchProvider" | undefined;
2353
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2354
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2355
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2356
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2357
- } | null)[] | null | undefined;
2358
- free?: ({
2359
- __typename?: "WatchProvider" | undefined;
2360
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2361
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2362
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2363
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2364
- } | null)[] | null | undefined;
2365
- rent?: ({
2366
- __typename?: "WatchProvider" | undefined;
2367
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2368
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2369
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2370
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2371
- } | null)[] | null | undefined;
2372
- } | null | undefined;
2373
- cz?: {
2374
- __typename?: "WatchProviderCategories" | undefined;
2375
- ads?: ({
2376
- __typename?: "WatchProvider" | undefined;
2377
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2378
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2379
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2380
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2381
- } | null)[] | null | undefined;
2382
- buy?: ({
2383
- __typename?: "WatchProvider" | undefined;
2384
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2385
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2386
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2387
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2388
- } | null)[] | null | undefined;
2389
- flatrate?: ({
2390
- __typename?: "WatchProvider" | undefined;
2391
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2392
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2393
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2394
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2395
- } | null)[] | null | undefined;
2396
- free?: ({
2397
- __typename?: "WatchProvider" | undefined;
2398
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2399
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2400
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2401
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2402
- } | null)[] | null | undefined;
2403
- rent?: ({
2404
- __typename?: "WatchProvider" | undefined;
2405
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2406
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2407
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2408
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2409
- } | null)[] | null | undefined;
2410
- } | null | undefined;
2411
- de?: {
2412
- __typename?: "WatchProviderCategories" | undefined;
2413
- ads?: ({
2414
- __typename?: "WatchProvider" | undefined;
2415
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2416
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2417
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2418
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2419
- } | null)[] | null | undefined;
2420
- buy?: ({
2421
- __typename?: "WatchProvider" | undefined;
2422
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2423
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2424
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2425
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2426
- } | null)[] | null | undefined;
2427
- flatrate?: ({
2428
- __typename?: "WatchProvider" | undefined;
2429
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2430
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2431
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2432
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2433
- } | null)[] | null | undefined;
2434
- free?: ({
2435
- __typename?: "WatchProvider" | undefined;
2436
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2437
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2438
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2439
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2440
- } | null)[] | null | undefined;
2441
- rent?: ({
2442
- __typename?: "WatchProvider" | undefined;
2443
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2444
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2445
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2446
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2447
- } | null)[] | null | undefined;
2448
- } | null | undefined;
2449
- dk?: {
2450
- __typename?: "WatchProviderCategories" | undefined;
2451
- ads?: ({
2452
- __typename?: "WatchProvider" | undefined;
2453
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2454
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2455
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2456
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2457
- } | null)[] | null | undefined;
2458
- buy?: ({
2459
- __typename?: "WatchProvider" | undefined;
2460
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2461
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2462
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2463
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2464
- } | null)[] | null | undefined;
2465
- flatrate?: ({
2466
- __typename?: "WatchProvider" | undefined;
2467
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2468
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2469
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2470
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2471
- } | null)[] | null | undefined;
2472
- free?: ({
2473
- __typename?: "WatchProvider" | undefined;
2474
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2475
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2476
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2477
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2478
- } | null)[] | null | undefined;
2479
- rent?: ({
2480
- __typename?: "WatchProvider" | undefined;
2481
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2482
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2483
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2484
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2485
- } | null)[] | null | undefined;
2486
- } | null | undefined;
2487
- ec?: {
2488
- __typename?: "WatchProviderCategories" | undefined;
2489
- ads?: ({
2490
- __typename?: "WatchProvider" | undefined;
2491
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2492
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2493
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2494
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2495
- } | null)[] | null | undefined;
2496
- buy?: ({
2497
- __typename?: "WatchProvider" | undefined;
2498
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2499
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2500
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2501
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2502
- } | null)[] | null | undefined;
2503
- flatrate?: ({
2504
- __typename?: "WatchProvider" | undefined;
2505
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2506
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2507
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2508
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2509
- } | null)[] | null | undefined;
2510
- free?: ({
2511
- __typename?: "WatchProvider" | undefined;
2512
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2513
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2514
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2515
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2516
- } | null)[] | null | undefined;
2517
- rent?: ({
2518
- __typename?: "WatchProvider" | undefined;
2519
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2520
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2521
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2522
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2523
- } | null)[] | null | undefined;
2524
- } | null | undefined;
2525
- es?: {
2526
- __typename?: "WatchProviderCategories" | undefined;
2527
- ads?: ({
2528
- __typename?: "WatchProvider" | undefined;
2529
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2530
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2531
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2532
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2533
- } | null)[] | null | undefined;
2534
- buy?: ({
2535
- __typename?: "WatchProvider" | undefined;
2536
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2537
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2538
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2539
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2540
- } | null)[] | null | undefined;
2541
- flatrate?: ({
2542
- __typename?: "WatchProvider" | undefined;
2543
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2544
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2545
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2546
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2547
- } | null)[] | null | undefined;
2548
- free?: ({
2549
- __typename?: "WatchProvider" | undefined;
2550
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2551
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2552
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2553
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2554
- } | null)[] | null | undefined;
2555
- rent?: ({
2556
- __typename?: "WatchProvider" | undefined;
2557
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2558
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2559
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2560
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2561
- } | null)[] | null | undefined;
2562
- } | null | undefined;
2563
- fi?: {
2564
- __typename?: "WatchProviderCategories" | undefined;
2565
- ads?: ({
2566
- __typename?: "WatchProvider" | undefined;
2567
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2568
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2569
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2570
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2571
- } | null)[] | null | undefined;
2572
- buy?: ({
2573
- __typename?: "WatchProvider" | undefined;
2574
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2575
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2576
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2577
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2578
- } | null)[] | null | undefined;
2579
- flatrate?: ({
2580
- __typename?: "WatchProvider" | undefined;
2581
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2582
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2583
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2584
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2585
- } | null)[] | null | undefined;
2586
- free?: ({
2587
- __typename?: "WatchProvider" | undefined;
2588
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2589
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2590
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2591
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2592
- } | null)[] | null | undefined;
2593
- rent?: ({
2594
- __typename?: "WatchProvider" | undefined;
2595
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2596
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2597
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2598
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2599
- } | null)[] | null | undefined;
2600
- } | null | undefined;
2601
- fr?: {
2602
- __typename?: "WatchProviderCategories" | undefined;
2603
- ads?: ({
2604
- __typename?: "WatchProvider" | undefined;
2605
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2606
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2607
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2608
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2609
- } | null)[] | null | undefined;
2610
- buy?: ({
2611
- __typename?: "WatchProvider" | undefined;
2612
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2613
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2614
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2615
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2616
- } | null)[] | null | undefined;
2617
- flatrate?: ({
2618
- __typename?: "WatchProvider" | undefined;
2619
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2620
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2621
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2622
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2623
- } | null)[] | null | undefined;
2624
- free?: ({
2625
- __typename?: "WatchProvider" | undefined;
2626
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2627
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2628
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2629
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2630
- } | null)[] | null | undefined;
2631
- rent?: ({
2632
- __typename?: "WatchProvider" | undefined;
2633
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2634
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2635
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2636
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2637
- } | null)[] | null | undefined;
2638
- } | null | undefined;
2639
- gb?: {
2640
- __typename?: "WatchProviderCategories" | undefined;
2641
- ads?: ({
2642
- __typename?: "WatchProvider" | undefined;
2643
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2644
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2645
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2646
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2647
- } | null)[] | null | undefined;
2648
- buy?: ({
2649
- __typename?: "WatchProvider" | undefined;
2650
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2651
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2652
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2653
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2654
- } | null)[] | null | undefined;
2655
- flatrate?: ({
2656
- __typename?: "WatchProvider" | undefined;
2657
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2658
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2659
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2660
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2661
- } | null)[] | null | undefined;
2662
- free?: ({
2663
- __typename?: "WatchProvider" | undefined;
2664
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2665
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2666
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2667
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2668
- } | null)[] | null | undefined;
2669
- rent?: ({
2670
- __typename?: "WatchProvider" | undefined;
2671
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2672
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2673
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2674
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2675
- } | null)[] | null | undefined;
2676
- } | null | undefined;
2677
- hu?: {
2678
- __typename?: "WatchProviderCategories" | undefined;
2679
- ads?: ({
2680
- __typename?: "WatchProvider" | undefined;
2681
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2682
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2683
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2684
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2685
- } | null)[] | null | undefined;
2686
- buy?: ({
2687
- __typename?: "WatchProvider" | undefined;
2688
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2689
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2690
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2691
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2692
- } | null)[] | null | undefined;
2693
- flatrate?: ({
2694
- __typename?: "WatchProvider" | undefined;
2695
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2696
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2697
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2698
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2699
- } | null)[] | null | undefined;
2700
- free?: ({
2701
- __typename?: "WatchProvider" | undefined;
2702
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2703
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2704
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2705
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2706
- } | null)[] | null | undefined;
2707
- rent?: ({
2708
- __typename?: "WatchProvider" | undefined;
2709
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2710
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2711
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2712
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2713
- } | null)[] | null | undefined;
2714
- } | null | undefined;
2715
- ie?: {
2716
- __typename?: "WatchProviderCategories" | undefined;
2717
- ads?: ({
2718
- __typename?: "WatchProvider" | undefined;
2719
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2720
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2721
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2722
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2723
- } | null)[] | null | undefined;
2724
- buy?: ({
2725
- __typename?: "WatchProvider" | undefined;
2726
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2727
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2728
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2729
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2730
- } | null)[] | null | undefined;
2731
- flatrate?: ({
2732
- __typename?: "WatchProvider" | undefined;
2733
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2734
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2735
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2736
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2737
- } | null)[] | null | undefined;
2738
- free?: ({
2739
- __typename?: "WatchProvider" | undefined;
2740
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2741
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2742
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2743
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2744
- } | null)[] | null | undefined;
2745
- rent?: ({
2746
- __typename?: "WatchProvider" | undefined;
2747
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2748
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2749
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2750
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2751
- } | null)[] | null | undefined;
2752
- } | null | undefined;
2753
- in?: {
2754
- __typename?: "WatchProviderCategories" | undefined;
2755
- ads?: ({
2756
- __typename?: "WatchProvider" | undefined;
2757
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2758
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2759
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2760
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2761
- } | null)[] | null | undefined;
2762
- buy?: ({
2763
- __typename?: "WatchProvider" | undefined;
2764
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2765
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2766
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2767
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2768
- } | null)[] | null | undefined;
2769
- flatrate?: ({
2770
- __typename?: "WatchProvider" | undefined;
2771
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2772
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2773
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2774
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2775
- } | null)[] | null | undefined;
2776
- free?: ({
2777
- __typename?: "WatchProvider" | undefined;
2778
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2779
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2780
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2781
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2782
- } | null)[] | null | undefined;
2783
- rent?: ({
2784
- __typename?: "WatchProvider" | undefined;
2785
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2786
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2787
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2788
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2789
- } | null)[] | null | undefined;
2790
- } | null | undefined;
2791
- it?: {
2792
- __typename?: "WatchProviderCategories" | undefined;
2793
- ads?: ({
2794
- __typename?: "WatchProvider" | undefined;
2795
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2796
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2797
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2798
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2799
- } | null)[] | null | undefined;
2800
- buy?: ({
2801
- __typename?: "WatchProvider" | undefined;
2802
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2803
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2804
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2805
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2806
- } | null)[] | null | undefined;
2807
- flatrate?: ({
2808
- __typename?: "WatchProvider" | undefined;
2809
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2810
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2811
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2812
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2813
- } | null)[] | null | undefined;
2814
- free?: ({
2815
- __typename?: "WatchProvider" | undefined;
2816
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2817
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2818
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2819
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2820
- } | null)[] | null | undefined;
2821
- rent?: ({
2822
- __typename?: "WatchProvider" | undefined;
2823
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2824
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2825
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2826
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2827
- } | null)[] | null | undefined;
2828
- } | null | undefined;
2829
- jp?: {
2830
- __typename?: "WatchProviderCategories" | undefined;
2831
- ads?: ({
2832
- __typename?: "WatchProvider" | undefined;
2833
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2834
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2835
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2836
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2837
- } | null)[] | null | undefined;
2838
- buy?: ({
2839
- __typename?: "WatchProvider" | undefined;
2840
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2841
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2842
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2843
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2844
- } | null)[] | null | undefined;
2845
- flatrate?: ({
2846
- __typename?: "WatchProvider" | undefined;
2847
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2848
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2849
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2850
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2851
- } | null)[] | null | undefined;
2852
- free?: ({
2853
- __typename?: "WatchProvider" | undefined;
2854
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2855
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2856
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2857
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2858
- } | null)[] | null | undefined;
2859
- rent?: ({
2860
- __typename?: "WatchProvider" | undefined;
2861
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2862
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2863
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2864
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2865
- } | null)[] | null | undefined;
2866
- } | null | undefined;
2867
- mx?: {
2868
- __typename?: "WatchProviderCategories" | undefined;
2869
- ads?: ({
2870
- __typename?: "WatchProvider" | undefined;
2871
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2872
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2873
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2874
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2875
- } | null)[] | null | undefined;
2876
- buy?: ({
2877
- __typename?: "WatchProvider" | undefined;
2878
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2879
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2880
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2881
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2882
- } | null)[] | null | undefined;
2883
- flatrate?: ({
2884
- __typename?: "WatchProvider" | undefined;
2885
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2886
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2887
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2888
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2889
- } | null)[] | null | undefined;
2890
- free?: ({
2891
- __typename?: "WatchProvider" | undefined;
2892
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2893
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2894
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2895
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2896
- } | null)[] | null | undefined;
2897
- rent?: ({
2898
- __typename?: "WatchProvider" | undefined;
2899
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2900
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2901
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2902
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2903
- } | null)[] | null | undefined;
2904
- } | null | undefined;
2905
- nl?: {
2906
- __typename?: "WatchProviderCategories" | undefined;
2907
- ads?: ({
2908
- __typename?: "WatchProvider" | undefined;
2909
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2910
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2911
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2912
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2913
- } | null)[] | null | undefined;
2914
- buy?: ({
2915
- __typename?: "WatchProvider" | undefined;
2916
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2917
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2918
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2919
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2920
- } | null)[] | null | undefined;
2921
- flatrate?: ({
2922
- __typename?: "WatchProvider" | undefined;
2923
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2924
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2925
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2926
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2927
- } | null)[] | null | undefined;
2928
- free?: ({
2929
- __typename?: "WatchProvider" | undefined;
2930
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2931
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2932
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2933
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2934
- } | null)[] | null | undefined;
2935
- rent?: ({
2936
- __typename?: "WatchProvider" | undefined;
2937
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2938
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2939
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2940
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2941
- } | null)[] | null | undefined;
2942
- } | null | undefined;
2943
- no?: {
2944
- __typename?: "WatchProviderCategories" | undefined;
2945
- ads?: ({
2946
- __typename?: "WatchProvider" | undefined;
2947
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2948
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2949
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2950
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2951
- } | null)[] | null | undefined;
2952
- buy?: ({
2953
- __typename?: "WatchProvider" | undefined;
2954
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2955
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2956
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2957
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2958
- } | null)[] | null | undefined;
2959
- flatrate?: ({
2960
- __typename?: "WatchProvider" | undefined;
2961
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2962
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2963
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2964
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2965
- } | null)[] | null | undefined;
2966
- free?: ({
2967
- __typename?: "WatchProvider" | undefined;
2968
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2969
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2970
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2971
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2972
- } | null)[] | null | undefined;
2973
- rent?: ({
2974
- __typename?: "WatchProvider" | undefined;
2975
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2976
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2977
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2978
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2979
- } | null)[] | null | undefined;
2980
- } | null | undefined;
2981
- nz?: {
2982
- __typename?: "WatchProviderCategories" | undefined;
2983
- ads?: ({
2984
- __typename?: "WatchProvider" | undefined;
2985
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2986
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2987
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2988
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2989
- } | null)[] | null | undefined;
2990
- buy?: ({
2991
- __typename?: "WatchProvider" | undefined;
2992
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2993
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2994
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2995
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2996
- } | null)[] | null | undefined;
2997
- flatrate?: ({
2998
- __typename?: "WatchProvider" | undefined;
2999
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3000
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3001
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3002
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3003
- } | null)[] | null | undefined;
3004
- free?: ({
3005
- __typename?: "WatchProvider" | undefined;
3006
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3007
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3008
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3009
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3010
- } | null)[] | null | undefined;
3011
- rent?: ({
3012
- __typename?: "WatchProvider" | undefined;
3013
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3014
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3015
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3016
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3017
- } | null)[] | null | undefined;
3018
- } | null | undefined;
3019
- pe?: {
3020
- __typename?: "WatchProviderCategories" | undefined;
3021
- ads?: ({
3022
- __typename?: "WatchProvider" | undefined;
3023
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3024
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3025
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3026
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3027
- } | null)[] | null | undefined;
3028
- buy?: ({
3029
- __typename?: "WatchProvider" | undefined;
3030
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3031
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3032
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3033
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3034
- } | null)[] | null | undefined;
3035
- flatrate?: ({
3036
- __typename?: "WatchProvider" | undefined;
3037
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3038
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3039
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3040
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3041
- } | null)[] | null | undefined;
3042
- free?: ({
3043
- __typename?: "WatchProvider" | undefined;
3044
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3045
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3046
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3047
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3048
- } | null)[] | null | undefined;
3049
- rent?: ({
3050
- __typename?: "WatchProvider" | undefined;
3051
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3052
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3053
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3054
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3055
- } | null)[] | null | undefined;
3056
- } | null | undefined;
3057
- pl?: {
3058
- __typename?: "WatchProviderCategories" | undefined;
3059
- ads?: ({
3060
- __typename?: "WatchProvider" | undefined;
3061
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3062
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3063
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3064
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3065
- } | null)[] | null | undefined;
3066
- buy?: ({
3067
- __typename?: "WatchProvider" | undefined;
3068
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3069
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3070
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3071
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3072
- } | null)[] | null | undefined;
3073
- flatrate?: ({
3074
- __typename?: "WatchProvider" | undefined;
3075
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3076
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3077
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3078
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3079
- } | null)[] | null | undefined;
3080
- free?: ({
3081
- __typename?: "WatchProvider" | undefined;
3082
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3083
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3084
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3085
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3086
- } | null)[] | null | undefined;
3087
- rent?: ({
3088
- __typename?: "WatchProvider" | undefined;
3089
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3090
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3091
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3092
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3093
- } | null)[] | null | undefined;
3094
- } | null | undefined;
3095
- pt?: {
3096
- __typename?: "WatchProviderCategories" | undefined;
3097
- ads?: ({
3098
- __typename?: "WatchProvider" | undefined;
3099
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3100
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3101
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3102
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3103
- } | null)[] | null | undefined;
3104
- buy?: ({
3105
- __typename?: "WatchProvider" | undefined;
3106
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3107
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3108
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3109
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3110
- } | null)[] | null | undefined;
3111
- flatrate?: ({
3112
- __typename?: "WatchProvider" | undefined;
3113
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3114
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3115
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3116
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3117
- } | null)[] | null | undefined;
3118
- free?: ({
3119
- __typename?: "WatchProvider" | undefined;
3120
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3121
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3122
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3123
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3124
- } | null)[] | null | undefined;
3125
- rent?: ({
3126
- __typename?: "WatchProvider" | undefined;
3127
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3128
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3129
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3130
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3131
- } | null)[] | null | undefined;
3132
- } | null | undefined;
3133
- ro?: {
3134
- __typename?: "WatchProviderCategories" | undefined;
3135
- ads?: ({
3136
- __typename?: "WatchProvider" | undefined;
3137
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3138
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3139
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3140
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3141
- } | null)[] | null | undefined;
3142
- buy?: ({
3143
- __typename?: "WatchProvider" | undefined;
3144
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3145
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3146
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3147
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3148
- } | null)[] | null | undefined;
3149
- flatrate?: ({
3150
- __typename?: "WatchProvider" | undefined;
3151
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3152
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3153
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3154
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3155
- } | null)[] | null | undefined;
3156
- free?: ({
3157
- __typename?: "WatchProvider" | undefined;
3158
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3159
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3160
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3161
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3162
- } | null)[] | null | undefined;
3163
- rent?: ({
3164
- __typename?: "WatchProvider" | undefined;
3165
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3166
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3167
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3168
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3169
- } | null)[] | null | undefined;
3170
- } | null | undefined;
3171
- ru?: {
3172
- __typename?: "WatchProviderCategories" | undefined;
3173
- ads?: ({
3174
- __typename?: "WatchProvider" | undefined;
3175
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3176
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3177
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3178
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3179
- } | null)[] | null | undefined;
3180
- buy?: ({
3181
- __typename?: "WatchProvider" | undefined;
3182
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3183
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3184
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3185
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3186
- } | null)[] | null | undefined;
3187
- flatrate?: ({
3188
- __typename?: "WatchProvider" | undefined;
3189
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3190
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3191
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3192
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3193
- } | null)[] | null | undefined;
3194
- free?: ({
3195
- __typename?: "WatchProvider" | undefined;
3196
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3197
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3198
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3199
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3200
- } | null)[] | null | undefined;
3201
- rent?: ({
3202
- __typename?: "WatchProvider" | undefined;
3203
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3204
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3205
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3206
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3207
- } | null)[] | null | undefined;
3208
- } | null | undefined;
3209
- se?: {
3210
- __typename?: "WatchProviderCategories" | undefined;
3211
- ads?: ({
3212
- __typename?: "WatchProvider" | undefined;
3213
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3214
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3215
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3216
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3217
- } | null)[] | null | undefined;
3218
- buy?: ({
3219
- __typename?: "WatchProvider" | undefined;
3220
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3221
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3222
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3223
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3224
- } | null)[] | null | undefined;
3225
- flatrate?: ({
3226
- __typename?: "WatchProvider" | undefined;
3227
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3228
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3229
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3230
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3231
- } | null)[] | null | undefined;
3232
- free?: ({
3233
- __typename?: "WatchProvider" | undefined;
3234
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3235
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3236
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3237
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3238
- } | null)[] | null | undefined;
3239
- rent?: ({
3240
- __typename?: "WatchProvider" | undefined;
3241
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3242
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3243
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3244
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3245
- } | null)[] | null | undefined;
3246
- } | null | undefined;
3247
- tr?: {
3248
- __typename?: "WatchProviderCategories" | undefined;
3249
- ads?: ({
3250
- __typename?: "WatchProvider" | undefined;
3251
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3252
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3253
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3254
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3255
- } | null)[] | null | undefined;
3256
- buy?: ({
3257
- __typename?: "WatchProvider" | undefined;
3258
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3259
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3260
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3261
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3262
- } | null)[] | null | undefined;
3263
- flatrate?: ({
3264
- __typename?: "WatchProvider" | undefined;
3265
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3266
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3267
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3268
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3269
- } | null)[] | null | undefined;
3270
- free?: ({
3271
- __typename?: "WatchProvider" | undefined;
3272
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3273
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3274
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3275
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3276
- } | null)[] | null | undefined;
3277
- rent?: ({
3278
- __typename?: "WatchProvider" | undefined;
3279
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3280
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3281
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3282
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3283
- } | null)[] | null | undefined;
3284
- } | null | undefined;
3285
- us?: {
3286
- __typename?: "WatchProviderCategories" | undefined;
3287
- ads?: ({
3288
- __typename?: "WatchProvider" | undefined;
3289
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3290
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3291
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3292
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3293
- } | null)[] | null | undefined;
3294
- buy?: ({
3295
- __typename?: "WatchProvider" | undefined;
3296
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3297
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3298
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3299
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3300
- } | null)[] | null | undefined;
3301
- flatrate?: ({
3302
- __typename?: "WatchProvider" | undefined;
3303
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3304
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3305
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3306
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3307
- } | null)[] | null | undefined;
3308
- free?: ({
3309
- __typename?: "WatchProvider" | undefined;
3310
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3311
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3312
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3313
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3314
- } | null)[] | null | undefined;
3315
- rent?: ({
3316
- __typename?: "WatchProvider" | undefined;
3317
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3318
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3319
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3320
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3321
- } | null)[] | null | undefined;
3322
- } | null | undefined;
3323
- ve?: {
3324
- __typename?: "WatchProviderCategories" | undefined;
3325
- ads?: ({
3326
- __typename?: "WatchProvider" | undefined;
3327
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3328
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3329
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3330
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3331
- } | null)[] | null | undefined;
3332
- buy?: ({
3333
- __typename?: "WatchProvider" | undefined;
3334
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3335
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3336
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3337
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3338
- } | null)[] | null | undefined;
3339
- flatrate?: ({
3340
- __typename?: "WatchProvider" | undefined;
3341
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3342
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3343
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3344
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3345
- } | null)[] | null | undefined;
3346
- free?: ({
3347
- __typename?: "WatchProvider" | undefined;
3348
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3349
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3350
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3351
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3352
- } | null)[] | null | undefined;
3353
- rent?: ({
3354
- __typename?: "WatchProvider" | undefined;
3355
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3356
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3357
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3358
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3359
- } | null)[] | null | undefined;
3360
- } | null | undefined;
3361
- za?: {
3362
- __typename?: "WatchProviderCategories" | undefined;
3363
- ads?: ({
3364
- __typename?: "WatchProvider" | undefined;
3365
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3366
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3367
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3368
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3369
- } | null)[] | null | undefined;
3370
- buy?: ({
3371
- __typename?: "WatchProvider" | undefined;
3372
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3373
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3374
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3375
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3376
- } | null)[] | null | undefined;
3377
- flatrate?: ({
3378
- __typename?: "WatchProvider" | undefined;
3379
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3380
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3381
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3382
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3383
- } | null)[] | null | undefined;
3384
- free?: ({
3385
- __typename?: "WatchProvider" | undefined;
3386
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3387
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3388
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3389
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3390
- } | null)[] | null | undefined;
3391
- rent?: ({
3392
- __typename?: "WatchProvider" | undefined;
3393
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3394
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3395
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3396
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3397
- } | null)[] | null | undefined;
3398
- } | null | undefined;
3399
- } | null | undefined;
3400
- } | null)[] | undefined>;
2
+ export declare const resolveCollection: (obj: {
3
+ backdrop_path?: string | undefined;
4
+ name?: string | undefined;
5
+ overview?: string | undefined;
6
+ parts?: {
7
+ adult?: boolean | undefined;
8
+ backdrop_path?: string | undefined;
9
+ genre_ids?: number[] | undefined;
10
+ id?: number | undefined;
11
+ media_type?: string | undefined;
12
+ original_language?: string | undefined;
13
+ original_title?: string | undefined;
14
+ overview?: string | undefined;
15
+ popularity?: number | undefined;
16
+ title?: string | undefined;
17
+ poster_path?: string | undefined;
18
+ release_date?: string | undefined;
19
+ video?: boolean | undefined;
20
+ vote_average?: number | undefined;
21
+ vote_count?: number | undefined;
22
+ }[] | undefined;
23
+ poster_path?: string | undefined;
24
+ id: number;
25
+ } | undefined, args: QueryCollectionArgs, ctx: import("../types.ts").Context, info: import("graphql").GraphQLResolveInfo) => Promise<string | number | {
26
+ backdrop_path?: string | undefined;
27
+ name?: string | undefined;
28
+ overview?: string | undefined;
29
+ parts?: {
30
+ adult?: boolean | undefined;
31
+ backdrop_path?: string | undefined;
32
+ genre_ids?: number[] | undefined;
33
+ id?: number | undefined;
34
+ media_type?: string | undefined;
35
+ original_language?: string | undefined;
36
+ original_title?: string | undefined;
37
+ overview?: string | undefined;
38
+ popularity?: number | undefined;
39
+ title?: string | undefined;
40
+ poster_path?: string | undefined;
41
+ release_date?: string | undefined;
42
+ video?: boolean | undefined;
43
+ vote_average?: number | undefined;
44
+ vote_count?: number | undefined;
45
+ }[] | undefined;
46
+ poster_path?: string | undefined;
47
+ id: number;
48
+ } | {
49
+ adult?: boolean | undefined;
50
+ backdrop_path?: string | undefined;
51
+ genre_ids?: number[] | undefined;
52
+ id?: number | undefined;
53
+ media_type?: string | undefined;
54
+ original_language?: string | undefined;
55
+ original_title?: string | undefined;
56
+ overview?: string | undefined;
57
+ popularity?: number | undefined;
58
+ title?: string | undefined;
59
+ poster_path?: string | undefined;
60
+ release_date?: string | undefined;
61
+ video?: boolean | undefined;
62
+ vote_average?: number | undefined;
63
+ vote_count?: number | undefined;
64
+ }[] | undefined>;
3401
65
  //# sourceMappingURL=collection.d.ts.map