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