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