@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,4196 +1,49 @@
1
1
  import { type QueryCreditArgs } from '@tmdb-graphql-api/schema/types';
2
- import { type GraphQLResolveInfo } from 'graphql';
3
- import { type Context } from '../types.cts';
4
- export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, { requestID, restClient, setCacheMetadata, tmdbGuestSessionId }: Context, { fieldNodes }: GraphQLResolveInfo) => Promise<{
5
- id: string | number;
6
- __typename?: "Credit" | undefined;
7
- credit_type: string;
8
- department: string;
9
- job: string;
10
- media: {
11
- id: string | number;
12
- __typename?: "Movie" | undefined;
13
- adult: boolean;
14
- alternative_titles?: ({
15
- __typename?: "AlternativeName" | undefined;
16
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
17
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
18
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
19
- type: string;
20
- } | null)[] | null | undefined;
21
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
22
- backdrops?: ({
23
- __typename?: "Image" | undefined;
24
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
25
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
26
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
27
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
28
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
29
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
30
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
31
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
32
- } | null)[] | null | undefined;
33
- belongs_to_collection?: {
34
- id: string | number;
35
- __typename?: "Collection" | undefined;
36
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
37
- backdrops?: ({
38
- __typename?: "Image" | undefined;
39
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
40
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
41
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
42
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
43
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
44
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
45
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
46
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
47
- } | null)[] | null | undefined;
48
- name: string;
49
- overview: string;
50
- parts: (any | null)[];
51
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
52
- posters?: ({
53
- __typename?: "Image" | undefined;
54
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
55
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
56
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
57
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
58
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
59
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
60
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
61
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
62
- } | null)[] | null | undefined;
63
- translations?: ({
64
- __typename?: "Translation" | undefined;
65
- data: {
66
- __typename?: "TranslationData" | undefined;
67
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
68
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
69
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
70
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
71
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
72
- };
73
- english_name: string;
74
- iso_639_1: string;
75
- iso_3166_1: string;
76
- name: string;
77
- } | null)[] | null | undefined;
78
- } | null | undefined;
79
- budget: number;
80
- cast?: ({
81
- id: string | number;
82
- __typename?: "Cast" | undefined;
83
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
84
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
85
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
86
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
87
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
88
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
89
- name: string;
90
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
91
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
92
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
93
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
94
- } | null)[] | null | undefined;
95
- crew?: ({
96
- id: string | number;
97
- __typename?: "Crew" | undefined;
98
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
99
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
100
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
101
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
102
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
103
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
104
- name: string;
105
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
106
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
107
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
108
- } | null)[] | null | undefined;
109
- external_ids?: {
110
- __typename?: "ExternalIds" | undefined;
111
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
112
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
113
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
114
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
115
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
116
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
117
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
118
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
119
- } | null | undefined;
120
- genres: ({
121
- id: string | number;
122
- __typename?: "Genre" | undefined;
123
- name: string;
124
- } | null)[];
125
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
126
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
127
- keywords?: ({
128
- __typename?: "Keyword" | undefined;
129
- id: string | number;
130
- name: string;
131
- } | null)[] | null | undefined;
132
- logos?: ({
133
- __typename?: "Image" | undefined;
134
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
135
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
136
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
137
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
138
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
139
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
140
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
141
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
142
- } | null)[] | null | undefined;
143
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
144
- original_language: string;
145
- original_title: string;
146
- overview: string;
147
- popularity: number;
148
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
149
- posters?: ({
150
- __typename?: "Image" | undefined;
151
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
152
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
153
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
154
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
155
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
156
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
157
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
158
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
159
- } | null)[] | null | undefined;
160
- production_companies: ({
161
- id: string | number;
162
- __typename?: "Company" | undefined;
163
- alternative_names?: ({
164
- __typename?: "AlternativeName" | undefined;
165
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
166
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
167
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
168
- type: string;
169
- } | null)[] | null | undefined;
170
- description: string;
171
- headquarters: string;
172
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
173
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
174
- logos?: ({
175
- __typename?: "Image" | undefined;
176
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
177
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
178
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
179
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
180
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
181
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
182
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
183
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
184
- } | null)[] | null | undefined;
185
- name: string;
186
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
187
- parent_company?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
188
- } | null)[];
189
- production_countries: ({
190
- __typename?: "Country" | undefined;
191
- english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
192
- iso_3166_1: string;
193
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
194
- } | null)[];
195
- recommendations?: {
196
- page_info: {
197
- __typename?: "PageInfo" | undefined;
198
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
199
- has_next_page: boolean;
200
- has_previous_page: boolean;
201
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
202
- };
203
- __typename?: "MovieConnection" | undefined;
204
- edges?: ({
205
- __typename?: "MovieEdge" | undefined;
206
- cursor: string;
207
- node: any;
208
- } | null)[] | null | undefined;
209
- nodes?: (any | null)[] | null | undefined;
210
- total_count: number;
211
- } | null | undefined;
212
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
213
- release_dates?: ({
214
- __typename?: "ReleaseDates" | undefined;
215
- iso_3166_1: string;
216
- release_dates: ({
217
- __typename?: "ReleaseDate" | undefined;
218
- certification: string;
219
- iso_639_1: string;
220
- note: string;
221
- release_date: string;
222
- type: import("@tmdb-graphql-api/schema/types").MovieReleaseType;
223
- } | null)[];
224
- } | null)[] | null | undefined;
225
- revenue: number;
226
- reviews?: {
227
- page_info: {
228
- __typename?: "PageInfo" | undefined;
229
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
230
- has_next_page: boolean;
231
- has_previous_page: boolean;
232
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
233
- };
234
- __typename?: "ReviewConnection" | undefined;
235
- edges?: ({
236
- __typename?: "ReviewEdge" | undefined;
237
- cursor: string;
238
- node: {
239
- id: string | number;
240
- __typename?: "Review" | undefined;
241
- author: string;
242
- author_details?: {
243
- __typename?: "AuthorDetails" | undefined;
244
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
245
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
246
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
247
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
248
- } | null | undefined;
249
- content: string;
250
- created_at: string;
251
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
252
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
253
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
254
- url: string;
255
- };
256
- } | null)[] | null | undefined;
257
- nodes?: ({
258
- id: string | number;
259
- __typename?: "Review" | undefined;
260
- author: string;
261
- author_details?: {
262
- __typename?: "AuthorDetails" | undefined;
263
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
264
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
265
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
266
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
267
- } | null | undefined;
268
- content: string;
269
- created_at: string;
270
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
271
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
272
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
273
- url: string;
274
- } | null)[] | null | undefined;
275
- total_count: number;
276
- } | null | undefined;
277
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
278
- similar_movies?: {
279
- page_info: {
280
- __typename?: "PageInfo" | undefined;
281
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
282
- has_next_page: boolean;
283
- has_previous_page: boolean;
284
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
285
- };
286
- __typename?: "MovieConnection" | undefined;
287
- edges?: ({
288
- __typename?: "MovieEdge" | undefined;
289
- cursor: string;
290
- node: any;
291
- } | null)[] | null | undefined;
292
- nodes?: (any | null)[] | null | undefined;
293
- total_count: number;
294
- } | null | undefined;
295
- spoken_languages: ({
296
- __typename?: "Language" | undefined;
297
- english_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
298
- iso_639_1: string;
299
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
300
- } | null)[];
301
- status: import("@tmdb-graphql-api/schema/types").MovieStatus;
302
- tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
303
- title: string;
304
- translations?: ({
305
- __typename?: "Translation" | undefined;
306
- data: {
307
- __typename?: "TranslationData" | undefined;
308
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
309
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
310
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
311
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
312
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
313
- };
314
- english_name: string;
315
- iso_639_1: string;
316
- iso_3166_1: string;
317
- name: string;
318
- } | null)[] | null | undefined;
319
- video: boolean;
320
- videos?: ({
321
- id: string | number;
322
- __typename?: "Video" | undefined;
323
- iso_639_1: string;
324
- iso_3166_1: string;
325
- key: string;
326
- name: string;
327
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
328
- size: number;
329
- type: import("@tmdb-graphql-api/schema/types").VideoType;
330
- } | null)[] | null | undefined;
331
- vote_average: number;
332
- vote_count: number;
333
- watch_providers?: {
334
- __typename?: "WatchProviders" | undefined;
335
- ar?: {
336
- __typename?: "WatchProviderCategories" | undefined;
337
- ads?: ({
338
- __typename?: "WatchProvider" | undefined;
339
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
340
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
341
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
342
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
343
- } | null)[] | null | undefined;
344
- buy?: ({
345
- __typename?: "WatchProvider" | undefined;
346
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
347
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
348
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
349
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
350
- } | null)[] | null | undefined;
351
- flatrate?: ({
352
- __typename?: "WatchProvider" | undefined;
353
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
354
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
355
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
356
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
357
- } | null)[] | null | undefined;
358
- free?: ({
359
- __typename?: "WatchProvider" | undefined;
360
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
361
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
362
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
363
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
364
- } | null)[] | null | undefined;
365
- rent?: ({
366
- __typename?: "WatchProvider" | undefined;
367
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
368
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
369
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
370
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
371
- } | null)[] | null | undefined;
372
- } | null | undefined;
373
- at?: {
374
- __typename?: "WatchProviderCategories" | undefined;
375
- ads?: ({
376
- __typename?: "WatchProvider" | undefined;
377
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
378
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
379
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
380
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
381
- } | null)[] | null | undefined;
382
- buy?: ({
383
- __typename?: "WatchProvider" | undefined;
384
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
385
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
386
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
387
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
388
- } | null)[] | null | undefined;
389
- flatrate?: ({
390
- __typename?: "WatchProvider" | undefined;
391
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
392
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
393
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
394
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
395
- } | null)[] | null | undefined;
396
- free?: ({
397
- __typename?: "WatchProvider" | undefined;
398
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
399
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
400
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
401
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
402
- } | null)[] | null | undefined;
403
- rent?: ({
404
- __typename?: "WatchProvider" | undefined;
405
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
406
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
407
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
408
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
409
- } | null)[] | null | undefined;
410
- } | null | undefined;
411
- au?: {
412
- __typename?: "WatchProviderCategories" | undefined;
413
- ads?: ({
414
- __typename?: "WatchProvider" | undefined;
415
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
416
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
417
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
418
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
419
- } | null)[] | null | undefined;
420
- buy?: ({
421
- __typename?: "WatchProvider" | undefined;
422
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
423
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
424
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
425
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
426
- } | null)[] | null | undefined;
427
- flatrate?: ({
428
- __typename?: "WatchProvider" | undefined;
429
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
430
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
431
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
432
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
433
- } | null)[] | null | undefined;
434
- free?: ({
435
- __typename?: "WatchProvider" | undefined;
436
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
437
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
438
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
439
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
440
- } | null)[] | null | undefined;
441
- rent?: ({
442
- __typename?: "WatchProvider" | undefined;
443
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
444
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
445
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
446
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
447
- } | null)[] | null | undefined;
448
- } | null | undefined;
449
- be?: {
450
- __typename?: "WatchProviderCategories" | undefined;
451
- ads?: ({
452
- __typename?: "WatchProvider" | undefined;
453
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
454
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
455
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
456
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
457
- } | null)[] | null | undefined;
458
- buy?: ({
459
- __typename?: "WatchProvider" | undefined;
460
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
461
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
462
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
463
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
464
- } | null)[] | null | undefined;
465
- flatrate?: ({
466
- __typename?: "WatchProvider" | undefined;
467
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
468
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
469
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
470
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
471
- } | null)[] | null | undefined;
472
- free?: ({
473
- __typename?: "WatchProvider" | undefined;
474
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
475
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
476
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
477
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
478
- } | null)[] | null | undefined;
479
- rent?: ({
480
- __typename?: "WatchProvider" | undefined;
481
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
482
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
483
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
484
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
485
- } | null)[] | null | undefined;
486
- } | null | undefined;
487
- br?: {
488
- __typename?: "WatchProviderCategories" | undefined;
489
- ads?: ({
490
- __typename?: "WatchProvider" | undefined;
491
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
492
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
493
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
494
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
495
- } | null)[] | null | undefined;
496
- buy?: ({
497
- __typename?: "WatchProvider" | undefined;
498
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
499
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
500
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
501
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
502
- } | null)[] | null | undefined;
503
- flatrate?: ({
504
- __typename?: "WatchProvider" | undefined;
505
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
506
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
507
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
508
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
509
- } | null)[] | null | undefined;
510
- free?: ({
511
- __typename?: "WatchProvider" | undefined;
512
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
513
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
514
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
515
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
516
- } | null)[] | null | undefined;
517
- rent?: ({
518
- __typename?: "WatchProvider" | undefined;
519
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
520
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
521
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
522
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
523
- } | null)[] | null | undefined;
524
- } | null | undefined;
525
- ca?: {
526
- __typename?: "WatchProviderCategories" | undefined;
527
- ads?: ({
528
- __typename?: "WatchProvider" | undefined;
529
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
530
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
531
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
532
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
533
- } | null)[] | null | undefined;
534
- buy?: ({
535
- __typename?: "WatchProvider" | undefined;
536
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
537
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
538
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
539
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
540
- } | null)[] | null | undefined;
541
- flatrate?: ({
542
- __typename?: "WatchProvider" | undefined;
543
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
544
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
545
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
546
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
547
- } | null)[] | null | undefined;
548
- free?: ({
549
- __typename?: "WatchProvider" | undefined;
550
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
551
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
552
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
553
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
554
- } | null)[] | null | undefined;
555
- rent?: ({
556
- __typename?: "WatchProvider" | undefined;
557
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
558
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
559
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
560
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
561
- } | null)[] | null | undefined;
562
- } | null | undefined;
563
- ch?: {
564
- __typename?: "WatchProviderCategories" | undefined;
565
- ads?: ({
566
- __typename?: "WatchProvider" | undefined;
567
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
568
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
569
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
570
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
571
- } | null)[] | null | undefined;
572
- buy?: ({
573
- __typename?: "WatchProvider" | undefined;
574
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
575
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
576
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
577
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
578
- } | null)[] | null | undefined;
579
- flatrate?: ({
580
- __typename?: "WatchProvider" | undefined;
581
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
582
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
583
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
584
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
585
- } | null)[] | null | undefined;
586
- free?: ({
587
- __typename?: "WatchProvider" | undefined;
588
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
589
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
590
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
591
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
592
- } | null)[] | null | undefined;
593
- rent?: ({
594
- __typename?: "WatchProvider" | undefined;
595
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
596
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
597
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
598
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
599
- } | null)[] | null | undefined;
600
- } | null | undefined;
601
- cl?: {
602
- __typename?: "WatchProviderCategories" | undefined;
603
- ads?: ({
604
- __typename?: "WatchProvider" | undefined;
605
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
606
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
607
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
608
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
609
- } | null)[] | null | undefined;
610
- buy?: ({
611
- __typename?: "WatchProvider" | undefined;
612
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
613
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
614
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
615
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
616
- } | null)[] | null | undefined;
617
- flatrate?: ({
618
- __typename?: "WatchProvider" | undefined;
619
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
620
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
621
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
622
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
623
- } | null)[] | null | undefined;
624
- free?: ({
625
- __typename?: "WatchProvider" | undefined;
626
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
627
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
628
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
629
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
630
- } | null)[] | null | undefined;
631
- rent?: ({
632
- __typename?: "WatchProvider" | undefined;
633
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
634
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
635
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
636
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
637
- } | null)[] | null | undefined;
638
- } | null | undefined;
639
- co?: {
640
- __typename?: "WatchProviderCategories" | undefined;
641
- ads?: ({
642
- __typename?: "WatchProvider" | undefined;
643
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
644
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
645
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
646
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
647
- } | null)[] | null | undefined;
648
- buy?: ({
649
- __typename?: "WatchProvider" | undefined;
650
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
651
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
652
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
653
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
654
- } | null)[] | null | undefined;
655
- flatrate?: ({
656
- __typename?: "WatchProvider" | undefined;
657
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
658
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
659
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
660
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
661
- } | null)[] | null | undefined;
662
- free?: ({
663
- __typename?: "WatchProvider" | undefined;
664
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
665
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
666
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
667
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
668
- } | null)[] | null | undefined;
669
- rent?: ({
670
- __typename?: "WatchProvider" | undefined;
671
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
672
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
673
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
674
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
675
- } | null)[] | null | undefined;
676
- } | null | undefined;
677
- cz?: {
678
- __typename?: "WatchProviderCategories" | undefined;
679
- ads?: ({
680
- __typename?: "WatchProvider" | undefined;
681
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
682
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
683
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
684
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
685
- } | null)[] | null | undefined;
686
- buy?: ({
687
- __typename?: "WatchProvider" | undefined;
688
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
689
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
690
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
691
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
692
- } | null)[] | null | undefined;
693
- flatrate?: ({
694
- __typename?: "WatchProvider" | undefined;
695
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
696
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
697
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
698
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
699
- } | null)[] | null | undefined;
700
- free?: ({
701
- __typename?: "WatchProvider" | undefined;
702
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
703
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
704
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
705
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
706
- } | null)[] | null | undefined;
707
- rent?: ({
708
- __typename?: "WatchProvider" | undefined;
709
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
710
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
711
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
712
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
713
- } | null)[] | null | undefined;
714
- } | null | undefined;
715
- de?: {
716
- __typename?: "WatchProviderCategories" | undefined;
717
- ads?: ({
718
- __typename?: "WatchProvider" | undefined;
719
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
720
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
721
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
722
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
723
- } | null)[] | null | undefined;
724
- buy?: ({
725
- __typename?: "WatchProvider" | undefined;
726
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
727
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
728
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
729
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
730
- } | null)[] | null | undefined;
731
- flatrate?: ({
732
- __typename?: "WatchProvider" | undefined;
733
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
734
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
735
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
736
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
737
- } | null)[] | null | undefined;
738
- free?: ({
739
- __typename?: "WatchProvider" | undefined;
740
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
741
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
742
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
743
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
744
- } | null)[] | null | undefined;
745
- rent?: ({
746
- __typename?: "WatchProvider" | undefined;
747
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
748
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
749
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
750
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
751
- } | null)[] | null | undefined;
752
- } | null | undefined;
753
- dk?: {
754
- __typename?: "WatchProviderCategories" | undefined;
755
- ads?: ({
756
- __typename?: "WatchProvider" | undefined;
757
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
758
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
759
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
760
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
761
- } | null)[] | null | undefined;
762
- buy?: ({
763
- __typename?: "WatchProvider" | undefined;
764
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
765
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
766
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
767
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
768
- } | null)[] | null | undefined;
769
- flatrate?: ({
770
- __typename?: "WatchProvider" | undefined;
771
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
772
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
773
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
774
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
775
- } | null)[] | null | undefined;
776
- free?: ({
777
- __typename?: "WatchProvider" | undefined;
778
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
779
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
780
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
781
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
782
- } | null)[] | null | undefined;
783
- rent?: ({
784
- __typename?: "WatchProvider" | undefined;
785
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
786
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
787
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
788
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
789
- } | null)[] | null | undefined;
790
- } | null | undefined;
791
- ec?: {
792
- __typename?: "WatchProviderCategories" | undefined;
793
- ads?: ({
794
- __typename?: "WatchProvider" | undefined;
795
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
796
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
797
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
798
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
799
- } | null)[] | null | undefined;
800
- buy?: ({
801
- __typename?: "WatchProvider" | undefined;
802
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
803
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
804
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
805
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
806
- } | null)[] | null | undefined;
807
- flatrate?: ({
808
- __typename?: "WatchProvider" | undefined;
809
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
810
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
811
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
812
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
813
- } | null)[] | null | undefined;
814
- free?: ({
815
- __typename?: "WatchProvider" | undefined;
816
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
817
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
818
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
819
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
820
- } | null)[] | null | undefined;
821
- rent?: ({
822
- __typename?: "WatchProvider" | undefined;
823
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
824
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
825
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
826
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
827
- } | null)[] | null | undefined;
828
- } | null | undefined;
829
- es?: {
830
- __typename?: "WatchProviderCategories" | undefined;
831
- ads?: ({
832
- __typename?: "WatchProvider" | undefined;
833
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
834
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
835
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
836
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
837
- } | null)[] | null | undefined;
838
- buy?: ({
839
- __typename?: "WatchProvider" | undefined;
840
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
841
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
842
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
843
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
844
- } | null)[] | null | undefined;
845
- flatrate?: ({
846
- __typename?: "WatchProvider" | undefined;
847
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
848
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
849
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
850
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
851
- } | null)[] | null | undefined;
852
- free?: ({
853
- __typename?: "WatchProvider" | undefined;
854
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
855
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
856
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
857
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
858
- } | null)[] | null | undefined;
859
- rent?: ({
860
- __typename?: "WatchProvider" | undefined;
861
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
862
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
863
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
864
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
865
- } | null)[] | null | undefined;
866
- } | null | undefined;
867
- fi?: {
868
- __typename?: "WatchProviderCategories" | undefined;
869
- ads?: ({
870
- __typename?: "WatchProvider" | undefined;
871
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
872
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
873
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
874
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
875
- } | null)[] | null | undefined;
876
- buy?: ({
877
- __typename?: "WatchProvider" | undefined;
878
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
879
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
880
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
881
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
882
- } | null)[] | null | undefined;
883
- flatrate?: ({
884
- __typename?: "WatchProvider" | undefined;
885
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
886
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
887
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
888
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
889
- } | null)[] | null | undefined;
890
- free?: ({
891
- __typename?: "WatchProvider" | undefined;
892
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
893
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
894
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
895
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
896
- } | null)[] | null | undefined;
897
- rent?: ({
898
- __typename?: "WatchProvider" | undefined;
899
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
900
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
901
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
902
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
903
- } | null)[] | null | undefined;
904
- } | null | undefined;
905
- fr?: {
906
- __typename?: "WatchProviderCategories" | undefined;
907
- ads?: ({
908
- __typename?: "WatchProvider" | undefined;
909
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
910
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
911
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
912
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
913
- } | null)[] | null | undefined;
914
- buy?: ({
915
- __typename?: "WatchProvider" | undefined;
916
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
917
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
918
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
919
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
920
- } | null)[] | null | undefined;
921
- flatrate?: ({
922
- __typename?: "WatchProvider" | undefined;
923
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
924
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
925
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
926
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
927
- } | null)[] | null | undefined;
928
- free?: ({
929
- __typename?: "WatchProvider" | undefined;
930
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
931
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
932
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
933
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
934
- } | null)[] | null | undefined;
935
- rent?: ({
936
- __typename?: "WatchProvider" | undefined;
937
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
938
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
939
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
940
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
941
- } | null)[] | null | undefined;
942
- } | null | undefined;
943
- gb?: {
944
- __typename?: "WatchProviderCategories" | undefined;
945
- ads?: ({
946
- __typename?: "WatchProvider" | undefined;
947
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
948
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
949
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
950
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
951
- } | null)[] | null | undefined;
952
- buy?: ({
953
- __typename?: "WatchProvider" | undefined;
954
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
955
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
956
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
957
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
958
- } | null)[] | null | undefined;
959
- flatrate?: ({
960
- __typename?: "WatchProvider" | undefined;
961
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
962
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
963
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
964
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
965
- } | null)[] | null | undefined;
966
- free?: ({
967
- __typename?: "WatchProvider" | undefined;
968
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
969
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
970
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
971
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
972
- } | null)[] | null | undefined;
973
- rent?: ({
974
- __typename?: "WatchProvider" | undefined;
975
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
976
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
977
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
978
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
979
- } | null)[] | null | undefined;
980
- } | null | undefined;
981
- hu?: {
982
- __typename?: "WatchProviderCategories" | undefined;
983
- ads?: ({
984
- __typename?: "WatchProvider" | undefined;
985
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
986
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
987
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
988
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
989
- } | null)[] | null | undefined;
990
- buy?: ({
991
- __typename?: "WatchProvider" | undefined;
992
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
993
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
994
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
995
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
996
- } | null)[] | null | undefined;
997
- flatrate?: ({
998
- __typename?: "WatchProvider" | undefined;
999
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1000
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1001
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1002
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1003
- } | null)[] | null | undefined;
1004
- free?: ({
1005
- __typename?: "WatchProvider" | undefined;
1006
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1007
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1008
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1009
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1010
- } | null)[] | null | undefined;
1011
- rent?: ({
1012
- __typename?: "WatchProvider" | undefined;
1013
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1014
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1015
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1016
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1017
- } | null)[] | null | undefined;
1018
- } | null | undefined;
1019
- ie?: {
1020
- __typename?: "WatchProviderCategories" | undefined;
1021
- ads?: ({
1022
- __typename?: "WatchProvider" | undefined;
1023
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1024
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1025
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1026
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1027
- } | null)[] | null | undefined;
1028
- buy?: ({
1029
- __typename?: "WatchProvider" | undefined;
1030
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1031
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1032
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1033
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1034
- } | null)[] | null | undefined;
1035
- flatrate?: ({
1036
- __typename?: "WatchProvider" | undefined;
1037
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1038
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1039
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1040
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1041
- } | null)[] | null | undefined;
1042
- free?: ({
1043
- __typename?: "WatchProvider" | undefined;
1044
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1045
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1046
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1047
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1048
- } | null)[] | null | undefined;
1049
- rent?: ({
1050
- __typename?: "WatchProvider" | undefined;
1051
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1052
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1053
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1054
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1055
- } | null)[] | null | undefined;
1056
- } | null | undefined;
1057
- in?: {
1058
- __typename?: "WatchProviderCategories" | undefined;
1059
- ads?: ({
1060
- __typename?: "WatchProvider" | undefined;
1061
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1062
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1063
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1064
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1065
- } | null)[] | null | undefined;
1066
- buy?: ({
1067
- __typename?: "WatchProvider" | undefined;
1068
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1069
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1070
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1071
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1072
- } | null)[] | null | undefined;
1073
- flatrate?: ({
1074
- __typename?: "WatchProvider" | undefined;
1075
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1076
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1077
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1078
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1079
- } | null)[] | null | undefined;
1080
- free?: ({
1081
- __typename?: "WatchProvider" | undefined;
1082
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1083
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1084
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1085
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1086
- } | null)[] | null | undefined;
1087
- rent?: ({
1088
- __typename?: "WatchProvider" | undefined;
1089
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1090
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1091
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1092
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1093
- } | null)[] | null | undefined;
1094
- } | null | undefined;
1095
- it?: {
1096
- __typename?: "WatchProviderCategories" | undefined;
1097
- ads?: ({
1098
- __typename?: "WatchProvider" | undefined;
1099
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1100
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1101
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1102
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1103
- } | null)[] | null | undefined;
1104
- buy?: ({
1105
- __typename?: "WatchProvider" | undefined;
1106
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1107
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1108
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1109
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1110
- } | null)[] | null | undefined;
1111
- flatrate?: ({
1112
- __typename?: "WatchProvider" | undefined;
1113
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1114
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1115
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1116
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1117
- } | null)[] | null | undefined;
1118
- free?: ({
1119
- __typename?: "WatchProvider" | undefined;
1120
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1121
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1122
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1123
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1124
- } | null)[] | null | undefined;
1125
- rent?: ({
1126
- __typename?: "WatchProvider" | undefined;
1127
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1128
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1129
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1130
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1131
- } | null)[] | null | undefined;
1132
- } | null | undefined;
1133
- jp?: {
1134
- __typename?: "WatchProviderCategories" | undefined;
1135
- ads?: ({
1136
- __typename?: "WatchProvider" | undefined;
1137
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1138
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1139
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1140
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1141
- } | null)[] | null | undefined;
1142
- buy?: ({
1143
- __typename?: "WatchProvider" | undefined;
1144
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1145
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1146
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1147
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1148
- } | null)[] | null | undefined;
1149
- flatrate?: ({
1150
- __typename?: "WatchProvider" | undefined;
1151
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1152
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1153
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1154
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1155
- } | null)[] | null | undefined;
1156
- free?: ({
1157
- __typename?: "WatchProvider" | undefined;
1158
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1159
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1160
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1161
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1162
- } | null)[] | null | undefined;
1163
- rent?: ({
1164
- __typename?: "WatchProvider" | undefined;
1165
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1166
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1167
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1168
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1169
- } | null)[] | null | undefined;
1170
- } | null | undefined;
1171
- mx?: {
1172
- __typename?: "WatchProviderCategories" | undefined;
1173
- ads?: ({
1174
- __typename?: "WatchProvider" | undefined;
1175
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1176
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1177
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1178
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1179
- } | null)[] | null | undefined;
1180
- buy?: ({
1181
- __typename?: "WatchProvider" | undefined;
1182
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1183
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1184
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1185
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1186
- } | null)[] | null | undefined;
1187
- flatrate?: ({
1188
- __typename?: "WatchProvider" | undefined;
1189
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1190
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1191
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1192
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1193
- } | null)[] | null | undefined;
1194
- free?: ({
1195
- __typename?: "WatchProvider" | undefined;
1196
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1197
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1198
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1199
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1200
- } | null)[] | null | undefined;
1201
- rent?: ({
1202
- __typename?: "WatchProvider" | undefined;
1203
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1204
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1205
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1206
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1207
- } | null)[] | null | undefined;
1208
- } | null | undefined;
1209
- nl?: {
1210
- __typename?: "WatchProviderCategories" | undefined;
1211
- ads?: ({
1212
- __typename?: "WatchProvider" | undefined;
1213
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1214
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1215
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1216
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1217
- } | null)[] | null | undefined;
1218
- buy?: ({
1219
- __typename?: "WatchProvider" | undefined;
1220
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1221
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1222
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1223
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1224
- } | null)[] | null | undefined;
1225
- flatrate?: ({
1226
- __typename?: "WatchProvider" | undefined;
1227
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1228
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1229
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1230
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1231
- } | null)[] | null | undefined;
1232
- free?: ({
1233
- __typename?: "WatchProvider" | undefined;
1234
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1235
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1236
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1237
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1238
- } | null)[] | null | undefined;
1239
- rent?: ({
1240
- __typename?: "WatchProvider" | undefined;
1241
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1242
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1243
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1244
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1245
- } | null)[] | null | undefined;
1246
- } | null | undefined;
1247
- no?: {
1248
- __typename?: "WatchProviderCategories" | undefined;
1249
- ads?: ({
1250
- __typename?: "WatchProvider" | undefined;
1251
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1252
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1253
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1254
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1255
- } | null)[] | null | undefined;
1256
- buy?: ({
1257
- __typename?: "WatchProvider" | undefined;
1258
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1259
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1260
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1261
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1262
- } | null)[] | null | undefined;
1263
- flatrate?: ({
1264
- __typename?: "WatchProvider" | undefined;
1265
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1266
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1267
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1268
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1269
- } | null)[] | null | undefined;
1270
- free?: ({
1271
- __typename?: "WatchProvider" | undefined;
1272
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1273
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1274
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1275
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1276
- } | null)[] | null | undefined;
1277
- rent?: ({
1278
- __typename?: "WatchProvider" | undefined;
1279
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1280
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1281
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1282
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1283
- } | null)[] | null | undefined;
1284
- } | null | undefined;
1285
- nz?: {
1286
- __typename?: "WatchProviderCategories" | undefined;
1287
- ads?: ({
1288
- __typename?: "WatchProvider" | undefined;
1289
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1290
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1291
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1292
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1293
- } | null)[] | null | undefined;
1294
- buy?: ({
1295
- __typename?: "WatchProvider" | undefined;
1296
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1297
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1298
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1299
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1300
- } | null)[] | null | undefined;
1301
- flatrate?: ({
1302
- __typename?: "WatchProvider" | undefined;
1303
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1304
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1305
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1306
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1307
- } | null)[] | null | undefined;
1308
- free?: ({
1309
- __typename?: "WatchProvider" | undefined;
1310
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1311
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1312
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1313
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1314
- } | null)[] | null | undefined;
1315
- rent?: ({
1316
- __typename?: "WatchProvider" | undefined;
1317
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1318
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1319
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1320
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1321
- } | null)[] | null | undefined;
1322
- } | null | undefined;
1323
- pe?: {
1324
- __typename?: "WatchProviderCategories" | undefined;
1325
- ads?: ({
1326
- __typename?: "WatchProvider" | undefined;
1327
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1328
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1329
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1330
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1331
- } | null)[] | null | undefined;
1332
- buy?: ({
1333
- __typename?: "WatchProvider" | undefined;
1334
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1335
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1336
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1337
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1338
- } | null)[] | null | undefined;
1339
- flatrate?: ({
1340
- __typename?: "WatchProvider" | undefined;
1341
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1342
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1343
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1344
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1345
- } | null)[] | null | undefined;
1346
- free?: ({
1347
- __typename?: "WatchProvider" | undefined;
1348
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1349
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1350
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1351
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1352
- } | null)[] | null | undefined;
1353
- rent?: ({
1354
- __typename?: "WatchProvider" | undefined;
1355
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1356
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1357
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1358
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1359
- } | null)[] | null | undefined;
1360
- } | null | undefined;
1361
- pl?: {
1362
- __typename?: "WatchProviderCategories" | undefined;
1363
- ads?: ({
1364
- __typename?: "WatchProvider" | undefined;
1365
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1366
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1367
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1368
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1369
- } | null)[] | null | undefined;
1370
- buy?: ({
1371
- __typename?: "WatchProvider" | undefined;
1372
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1373
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1374
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1375
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1376
- } | null)[] | null | undefined;
1377
- flatrate?: ({
1378
- __typename?: "WatchProvider" | undefined;
1379
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1380
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1381
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1382
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1383
- } | null)[] | null | undefined;
1384
- free?: ({
1385
- __typename?: "WatchProvider" | undefined;
1386
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1387
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1388
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1389
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1390
- } | null)[] | null | undefined;
1391
- rent?: ({
1392
- __typename?: "WatchProvider" | undefined;
1393
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1394
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1395
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1396
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1397
- } | null)[] | null | undefined;
1398
- } | null | undefined;
1399
- pt?: {
1400
- __typename?: "WatchProviderCategories" | undefined;
1401
- ads?: ({
1402
- __typename?: "WatchProvider" | undefined;
1403
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1404
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1405
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1406
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1407
- } | null)[] | null | undefined;
1408
- buy?: ({
1409
- __typename?: "WatchProvider" | undefined;
1410
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1411
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1412
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1413
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1414
- } | null)[] | null | undefined;
1415
- flatrate?: ({
1416
- __typename?: "WatchProvider" | undefined;
1417
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1418
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1419
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1420
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1421
- } | null)[] | null | undefined;
1422
- free?: ({
1423
- __typename?: "WatchProvider" | undefined;
1424
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1425
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1426
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1427
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1428
- } | null)[] | null | undefined;
1429
- rent?: ({
1430
- __typename?: "WatchProvider" | undefined;
1431
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1432
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1433
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1434
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1435
- } | null)[] | null | undefined;
1436
- } | null | undefined;
1437
- ro?: {
1438
- __typename?: "WatchProviderCategories" | undefined;
1439
- ads?: ({
1440
- __typename?: "WatchProvider" | undefined;
1441
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1442
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1443
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1444
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1445
- } | null)[] | null | undefined;
1446
- buy?: ({
1447
- __typename?: "WatchProvider" | undefined;
1448
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1449
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1450
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1451
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1452
- } | null)[] | null | undefined;
1453
- flatrate?: ({
1454
- __typename?: "WatchProvider" | undefined;
1455
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1456
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1457
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1458
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1459
- } | null)[] | null | undefined;
1460
- free?: ({
1461
- __typename?: "WatchProvider" | undefined;
1462
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1463
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1464
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1465
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1466
- } | null)[] | null | undefined;
1467
- rent?: ({
1468
- __typename?: "WatchProvider" | undefined;
1469
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1470
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1471
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1472
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1473
- } | null)[] | null | undefined;
1474
- } | null | undefined;
1475
- ru?: {
1476
- __typename?: "WatchProviderCategories" | undefined;
1477
- ads?: ({
1478
- __typename?: "WatchProvider" | undefined;
1479
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1480
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1481
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1482
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1483
- } | null)[] | null | undefined;
1484
- buy?: ({
1485
- __typename?: "WatchProvider" | undefined;
1486
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1487
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1488
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1489
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1490
- } | null)[] | null | undefined;
1491
- flatrate?: ({
1492
- __typename?: "WatchProvider" | undefined;
1493
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1494
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1495
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1496
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1497
- } | null)[] | null | undefined;
1498
- free?: ({
1499
- __typename?: "WatchProvider" | undefined;
1500
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1501
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1502
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1503
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1504
- } | null)[] | null | undefined;
1505
- rent?: ({
1506
- __typename?: "WatchProvider" | undefined;
1507
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1508
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1509
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1510
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1511
- } | null)[] | null | undefined;
1512
- } | null | undefined;
1513
- se?: {
1514
- __typename?: "WatchProviderCategories" | undefined;
1515
- ads?: ({
1516
- __typename?: "WatchProvider" | undefined;
1517
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1518
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1519
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1520
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1521
- } | null)[] | null | undefined;
1522
- buy?: ({
1523
- __typename?: "WatchProvider" | undefined;
1524
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1525
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1526
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1527
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1528
- } | null)[] | null | undefined;
1529
- flatrate?: ({
1530
- __typename?: "WatchProvider" | undefined;
1531
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1532
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1533
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1534
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1535
- } | null)[] | null | undefined;
1536
- free?: ({
1537
- __typename?: "WatchProvider" | undefined;
1538
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1539
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1540
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1541
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1542
- } | null)[] | null | undefined;
1543
- rent?: ({
1544
- __typename?: "WatchProvider" | undefined;
1545
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1546
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1547
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1548
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1549
- } | null)[] | null | undefined;
1550
- } | null | undefined;
1551
- tr?: {
1552
- __typename?: "WatchProviderCategories" | undefined;
1553
- ads?: ({
1554
- __typename?: "WatchProvider" | undefined;
1555
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1556
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1557
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1558
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1559
- } | null)[] | null | undefined;
1560
- buy?: ({
1561
- __typename?: "WatchProvider" | undefined;
1562
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1563
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1564
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1565
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1566
- } | null)[] | null | undefined;
1567
- flatrate?: ({
1568
- __typename?: "WatchProvider" | undefined;
1569
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1570
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1571
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1572
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1573
- } | null)[] | null | undefined;
1574
- free?: ({
1575
- __typename?: "WatchProvider" | undefined;
1576
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1577
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1578
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1579
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1580
- } | null)[] | null | undefined;
1581
- rent?: ({
1582
- __typename?: "WatchProvider" | undefined;
1583
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1584
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1585
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1586
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1587
- } | null)[] | null | undefined;
1588
- } | null | undefined;
1589
- us?: {
1590
- __typename?: "WatchProviderCategories" | undefined;
1591
- ads?: ({
1592
- __typename?: "WatchProvider" | undefined;
1593
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1594
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1595
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1596
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1597
- } | null)[] | null | undefined;
1598
- buy?: ({
1599
- __typename?: "WatchProvider" | undefined;
1600
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1601
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1602
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1603
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1604
- } | null)[] | null | undefined;
1605
- flatrate?: ({
1606
- __typename?: "WatchProvider" | undefined;
1607
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1608
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1609
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1610
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1611
- } | null)[] | null | undefined;
1612
- free?: ({
1613
- __typename?: "WatchProvider" | undefined;
1614
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1615
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1616
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1617
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1618
- } | null)[] | null | undefined;
1619
- rent?: ({
1620
- __typename?: "WatchProvider" | undefined;
1621
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1622
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1623
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1624
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1625
- } | null)[] | null | undefined;
1626
- } | null | undefined;
1627
- ve?: {
1628
- __typename?: "WatchProviderCategories" | undefined;
1629
- ads?: ({
1630
- __typename?: "WatchProvider" | undefined;
1631
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1632
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1633
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1634
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1635
- } | null)[] | null | undefined;
1636
- buy?: ({
1637
- __typename?: "WatchProvider" | undefined;
1638
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1639
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1640
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1641
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1642
- } | null)[] | null | undefined;
1643
- flatrate?: ({
1644
- __typename?: "WatchProvider" | undefined;
1645
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1646
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1647
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1648
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1649
- } | null)[] | null | undefined;
1650
- free?: ({
1651
- __typename?: "WatchProvider" | undefined;
1652
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1653
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1654
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1655
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1656
- } | null)[] | null | undefined;
1657
- rent?: ({
1658
- __typename?: "WatchProvider" | undefined;
1659
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1660
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1661
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1662
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1663
- } | null)[] | null | undefined;
1664
- } | null | undefined;
1665
- za?: {
1666
- __typename?: "WatchProviderCategories" | undefined;
1667
- ads?: ({
1668
- __typename?: "WatchProvider" | undefined;
1669
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1670
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1671
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1672
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1673
- } | null)[] | null | undefined;
1674
- buy?: ({
1675
- __typename?: "WatchProvider" | undefined;
1676
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1677
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1678
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1679
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1680
- } | null)[] | null | undefined;
1681
- flatrate?: ({
1682
- __typename?: "WatchProvider" | undefined;
1683
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1684
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1685
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1686
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1687
- } | null)[] | null | undefined;
1688
- free?: ({
1689
- __typename?: "WatchProvider" | undefined;
1690
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1691
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1692
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1693
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1694
- } | null)[] | null | undefined;
1695
- rent?: ({
1696
- __typename?: "WatchProvider" | undefined;
1697
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1698
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1699
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1700
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1701
- } | null)[] | null | undefined;
1702
- } | null | undefined;
1703
- } | null | undefined;
1704
- } | {
1705
- id: string | number;
1706
- __typename?: "Tv" | undefined;
1707
- alternative_titles?: ({
1708
- __typename?: "AlternativeName" | undefined;
1709
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1710
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1711
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1712
- type: string;
1713
- } | null)[] | null | undefined;
1714
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1715
- backdrops?: ({
1716
- __typename?: "Image" | undefined;
1717
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1718
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1719
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1720
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1721
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1722
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1723
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1724
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1725
- } | null)[] | null | undefined;
1726
- cast?: ({
1727
- id: string | number;
1728
- __typename?: "Cast" | undefined;
1729
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
1730
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1731
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1732
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1733
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1734
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1735
- name: string;
1736
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1737
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1738
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1739
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1740
- } | null)[] | null | undefined;
1741
- content_ratings?: ({
1742
- __typename?: "ContentRating" | undefined;
1743
- iso_3166_1: string;
1744
- rating: string;
1745
- } | null)[] | null | undefined;
1746
- created_by?: {
1747
- id: string | number;
1748
- __typename?: "Person" | undefined;
1749
- adult: boolean;
1750
- also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
1751
- biography: string;
1752
- birthday?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1753
- combined_credits?: {
1754
- __typename?: "CreditsCombined" | undefined;
1755
- cast?: ({
1756
- id: string | number;
1757
- __typename?: "CreditCombinedCast" | undefined;
1758
- adult: boolean;
1759
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1760
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1761
- credit_id: string | number;
1762
- episode_count: number;
1763
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1764
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
1765
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
1766
- name: string;
1767
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
1768
- original_language: string;
1769
- original_name: string;
1770
- original_title: string;
1771
- overview: string;
1772
- popularity: number;
1773
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1774
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1775
- title: string;
1776
- video: boolean;
1777
- vote_average: number;
1778
- vote_count: number;
1779
- } | null)[] | null | undefined;
1780
- crew?: ({
1781
- id: string | number;
1782
- __typename?: "CreditCombinedCrew" | undefined;
1783
- adult: boolean;
1784
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1785
- credit_id: string | number;
1786
- department: string;
1787
- episode_count: number;
1788
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1789
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
1790
- job: string;
1791
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
1792
- name: string;
1793
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
1794
- original_language: string;
1795
- original_name: string;
1796
- original_title: string;
1797
- overview: string;
1798
- popularity: number;
1799
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1800
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1801
- title: string;
1802
- video: boolean;
1803
- vote_average: number;
1804
- vote_count: number;
1805
- } | null)[] | null | undefined;
1806
- } | null | undefined;
1807
- deathday?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1808
- external_ids?: {
1809
- __typename?: "ExternalIds" | undefined;
1810
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1811
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1812
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1813
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1814
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1815
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1816
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1817
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1818
- } | null | undefined;
1819
- gender: number;
1820
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1821
- imdb_id: string;
1822
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1823
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
1824
- movie_credits?: {
1825
- __typename?: "CreditsMovie" | undefined;
1826
- cast?: ({
1827
- id: string | number;
1828
- __typename?: "CreditMovieCast" | undefined;
1829
- adult: boolean;
1830
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1831
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1832
- credit_id: string | number;
1833
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
1834
- original_language: string;
1835
- original_title: string;
1836
- overview: string;
1837
- popularity: number;
1838
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1839
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1840
- title: string;
1841
- video: boolean;
1842
- vote_average: number;
1843
- vote_count: number;
1844
- } | null)[] | null | undefined;
1845
- crew?: ({
1846
- id: string | number;
1847
- __typename?: "CreditMovieCrew" | undefined;
1848
- adult: boolean;
1849
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1850
- credit_id: string | number;
1851
- department: string;
1852
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
1853
- job: string;
1854
- original_language: string;
1855
- original_title: string;
1856
- overview: string;
1857
- popularity: number;
1858
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1859
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1860
- title: string;
1861
- video: boolean;
1862
- vote_average: number;
1863
- vote_count: number;
1864
- } | null)[] | null | undefined;
1865
- } | null | undefined;
1866
- name: string;
1867
- place_of_birth?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1868
- popularity: number;
1869
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1870
- profiles?: ({
1871
- __typename?: "Image" | undefined;
1872
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1873
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1874
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1875
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1876
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1877
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1878
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1879
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1880
- } | null)[] | null | undefined;
1881
- translations?: ({
1882
- __typename?: "Translation" | undefined;
1883
- data: {
1884
- __typename?: "TranslationData" | undefined;
1885
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1886
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1887
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1888
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1889
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1890
- };
1891
- english_name: string;
1892
- iso_639_1: string;
1893
- iso_3166_1: string;
1894
- name: string;
1895
- } | null)[] | null | undefined;
1896
- tv_credits?: {
1897
- __typename?: "CreditsTv" | undefined;
1898
- cast?: ({
1899
- id: string | number;
1900
- __typename?: "CreditTvCast" | undefined;
1901
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1902
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1903
- credit_id: string | number;
1904
- episode_count: number;
1905
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1906
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
1907
- name: string;
1908
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
1909
- original_language: string;
1910
- original_name: string;
1911
- overview: string;
1912
- popularity: number;
1913
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1914
- vote_average: number;
1915
- vote_count: number;
1916
- } | null)[] | null | undefined;
1917
- crew?: ({
1918
- id: string | number;
1919
- __typename?: "CreditTvCrew" | undefined;
1920
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1921
- credit_id: string | number;
1922
- department: string;
1923
- episode_count: number;
1924
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1925
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
1926
- job: string;
1927
- name: string;
1928
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
1929
- original_language: string;
1930
- original_name: string;
1931
- overview: string;
1932
- popularity: number;
1933
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1934
- vote_average: number;
1935
- vote_count: number;
1936
- } | null)[] | null | undefined;
1937
- } | null | undefined;
1938
- } | null | undefined;
1939
- crew?: ({
1940
- id: string | number;
1941
- __typename?: "Crew" | undefined;
1942
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
1943
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1944
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1945
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1946
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1947
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1948
- name: string;
1949
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1950
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1951
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1952
- } | null)[] | null | undefined;
1953
- episode_groups?: ({
1954
- id: string | number;
1955
- __typename?: "EpisodeGroup" | undefined;
1956
- description: string;
1957
- episode_count: number;
1958
- group_count: number;
1959
- name: string;
1960
- network: {
1961
- id: string | number;
1962
- __typename?: "Network" | undefined;
1963
- alternative_names?: ({
1964
- __typename?: "AlternativeName" | undefined;
1965
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1966
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1967
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1968
- type: string;
1969
- } | null)[] | null | undefined;
1970
- headquarters: string;
1971
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1972
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1973
- logos?: ({
1974
- __typename?: "Image" | undefined;
1975
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1976
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1977
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1978
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1979
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1980
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1981
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1982
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1983
- } | null)[] | null | undefined;
1984
- name: string;
1985
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1986
- };
1987
- type: string;
1988
- } | null)[] | null | undefined;
1989
- episode_run_time: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
1990
- external_ids?: {
1991
- __typename?: "ExternalIds" | undefined;
1992
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1993
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1994
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1995
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1996
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1997
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1998
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1999
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2000
- } | null | undefined;
2001
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2002
- genres: ({
2003
- id: string | number;
2004
- __typename?: "Genre" | undefined;
2005
- name: string;
2006
- } | null)[];
2007
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2008
- in_production: boolean;
2009
- keywords?: ({
2010
- __typename?: "Keyword" | undefined;
2011
- id: string | number;
2012
- name: string;
2013
- } | null)[] | null | undefined;
2014
- languages: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
2015
- last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2016
- last_episode_to_air?: {
2017
- id: string | number;
2018
- __typename?: "Episode" | undefined;
2019
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2020
- cast?: ({
2021
- id: string | number;
2022
- __typename?: "Cast" | undefined;
2023
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2024
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2025
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2026
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2027
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2028
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2029
- name: string;
2030
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2031
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2032
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2033
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2034
- } | null)[] | null | undefined;
2035
- crew?: ({
2036
- id: string | number;
2037
- __typename?: "Crew" | undefined;
2038
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2039
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2040
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2041
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2042
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2043
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2044
- name: string;
2045
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2046
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2047
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2048
- } | null)[] | null | undefined;
2049
- episode_number: number;
2050
- external_ids?: {
2051
- __typename?: "ExternalIds" | undefined;
2052
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2053
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2054
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2055
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2056
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2057
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2058
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2059
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2060
- } | null | undefined;
2061
- guest_stars?: ({
2062
- id: string | number;
2063
- __typename?: "Cast" | undefined;
2064
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2065
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2066
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2067
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2068
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2069
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2070
- name: string;
2071
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2072
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2073
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2074
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2075
- } | null)[] | null | undefined;
2076
- name: string;
2077
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2078
- production_code?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2079
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2080
- season_number: number;
2081
- still_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2082
- stills?: ({
2083
- __typename?: "Image" | undefined;
2084
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2085
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2086
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2087
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2088
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2089
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2090
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2091
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2092
- } | null)[] | null | undefined;
2093
- translations?: ({
2094
- __typename?: "Translation" | undefined;
2095
- data: {
2096
- __typename?: "TranslationData" | undefined;
2097
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2098
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2099
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2100
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2101
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2102
- };
2103
- english_name: string;
2104
- iso_639_1: string;
2105
- iso_3166_1: string;
2106
- name: string;
2107
- } | null)[] | null | undefined;
2108
- tv_show_id: string | number;
2109
- videos?: ({
2110
- id: string | number;
2111
- __typename?: "Video" | undefined;
2112
- iso_639_1: string;
2113
- iso_3166_1: string;
2114
- key: string;
2115
- name: string;
2116
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2117
- size: number;
2118
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2119
- } | null)[] | null | undefined;
2120
- vote_average: number;
2121
- vote_count: number;
2122
- } | null | undefined;
2123
- logos?: ({
2124
- __typename?: "Image" | undefined;
2125
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2126
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2127
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2128
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2129
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2130
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2131
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2132
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2133
- } | null)[] | null | undefined;
2134
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
2135
- name: string;
2136
- networks: ({
2137
- id: string | number;
2138
- __typename?: "Network" | undefined;
2139
- alternative_names?: ({
2140
- __typename?: "AlternativeName" | undefined;
2141
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2142
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2143
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2144
- type: string;
2145
- } | null)[] | null | undefined;
2146
- headquarters: string;
2147
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2148
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2149
- logos?: ({
2150
- __typename?: "Image" | undefined;
2151
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2152
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2153
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2154
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2155
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2156
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2157
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2158
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2159
- } | null)[] | null | undefined;
2160
- name: string;
2161
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2162
- } | null)[];
2163
- next_episode_to_air?: {
2164
- id: string | number;
2165
- __typename?: "Episode" | undefined;
2166
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2167
- cast?: ({
2168
- id: string | number;
2169
- __typename?: "Cast" | undefined;
2170
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2171
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2172
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2173
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2174
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2175
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2176
- name: string;
2177
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2178
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2179
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2180
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2181
- } | null)[] | null | undefined;
2182
- crew?: ({
2183
- id: string | number;
2184
- __typename?: "Crew" | undefined;
2185
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2186
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2187
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2188
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2189
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2190
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2191
- name: string;
2192
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2193
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2194
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2195
- } | null)[] | null | undefined;
2196
- episode_number: number;
2197
- external_ids?: {
2198
- __typename?: "ExternalIds" | undefined;
2199
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2200
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2201
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2202
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2203
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2204
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2205
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2206
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2207
- } | null | undefined;
2208
- guest_stars?: ({
2209
- id: string | number;
2210
- __typename?: "Cast" | undefined;
2211
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2212
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2213
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2214
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2215
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2216
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2217
- name: string;
2218
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2219
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2220
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2221
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2222
- } | null)[] | null | undefined;
2223
- name: string;
2224
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2225
- production_code?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2226
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2227
- season_number: number;
2228
- still_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2229
- stills?: ({
2230
- __typename?: "Image" | undefined;
2231
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2232
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2233
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2234
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2235
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2236
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2237
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2238
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2239
- } | null)[] | null | undefined;
2240
- translations?: ({
2241
- __typename?: "Translation" | undefined;
2242
- data: {
2243
- __typename?: "TranslationData" | undefined;
2244
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2245
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2246
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2247
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2248
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2249
- };
2250
- english_name: string;
2251
- iso_639_1: string;
2252
- iso_3166_1: string;
2253
- name: string;
2254
- } | null)[] | null | undefined;
2255
- tv_show_id: string | number;
2256
- videos?: ({
2257
- id: string | number;
2258
- __typename?: "Video" | undefined;
2259
- iso_639_1: string;
2260
- iso_3166_1: string;
2261
- key: string;
2262
- name: string;
2263
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2264
- size: number;
2265
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2266
- } | null)[] | null | undefined;
2267
- vote_average: number;
2268
- vote_count: number;
2269
- } | null | undefined;
2270
- number_of_episodes: number;
2271
- number_of_seasons: number;
2272
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
2273
- original_language: string;
2274
- original_name: string;
2275
- overview: string;
2276
- popularity: number;
2277
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2278
- posters?: ({
2279
- __typename?: "Image" | undefined;
2280
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2281
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2282
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2283
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2284
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2285
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2286
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2287
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2288
- } | null)[] | null | undefined;
2289
- production_companies: ({
2290
- id: string | number;
2291
- __typename?: "Company" | undefined;
2292
- alternative_names?: ({
2293
- __typename?: "AlternativeName" | undefined;
2294
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2295
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2296
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2297
- type: string;
2298
- } | null)[] | null | undefined;
2299
- description: string;
2300
- headquarters: string;
2301
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2302
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2303
- logos?: ({
2304
- __typename?: "Image" | undefined;
2305
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2306
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2307
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2308
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2309
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2310
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2311
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2312
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2313
- } | null)[] | null | undefined;
2314
- name: string;
2315
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2316
- parent_company?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2317
- } | null)[];
2318
- recommendations?: {
2319
- page_info: {
2320
- __typename?: "PageInfo" | undefined;
2321
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2322
- has_next_page: boolean;
2323
- has_previous_page: boolean;
2324
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2325
- };
2326
- __typename?: "TvConnection" | undefined;
2327
- edges?: ({
2328
- __typename?: "TvEdge" | undefined;
2329
- cursor: string;
2330
- node: any;
2331
- } | null)[] | null | undefined;
2332
- nodes?: (any | null)[] | null | undefined;
2333
- total_count: number;
2334
- } | null | undefined;
2335
- reviews?: {
2336
- page_info: {
2337
- __typename?: "PageInfo" | undefined;
2338
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2339
- has_next_page: boolean;
2340
- has_previous_page: boolean;
2341
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2342
- };
2343
- __typename?: "ReviewConnection" | undefined;
2344
- edges?: ({
2345
- __typename?: "ReviewEdge" | undefined;
2346
- cursor: string;
2347
- node: {
2348
- id: string | number;
2349
- __typename?: "Review" | undefined;
2350
- author: string;
2351
- author_details?: {
2352
- __typename?: "AuthorDetails" | undefined;
2353
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2354
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2355
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2356
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2357
- } | null | undefined;
2358
- content: string;
2359
- created_at: string;
2360
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2361
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2362
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
2363
- url: string;
2364
- };
2365
- } | null)[] | null | undefined;
2366
- nodes?: ({
2367
- id: string | number;
2368
- __typename?: "Review" | undefined;
2369
- author: string;
2370
- author_details?: {
2371
- __typename?: "AuthorDetails" | undefined;
2372
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2373
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2374
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2375
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2376
- } | null | undefined;
2377
- content: string;
2378
- created_at: string;
2379
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2380
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2381
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
2382
- url: string;
2383
- } | null)[] | null | undefined;
2384
- total_count: number;
2385
- } | null | undefined;
2386
- seasons: ({
2387
- id: string | number;
2388
- __typename?: "Season" | undefined;
2389
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2390
- cast?: ({
2391
- id: string | number;
2392
- __typename?: "Cast" | undefined;
2393
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2394
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2395
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2396
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2397
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2398
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2399
- name: string;
2400
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2401
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2402
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2403
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2404
- } | null)[] | null | undefined;
2405
- crew?: ({
2406
- id: string | number;
2407
- __typename?: "Crew" | undefined;
2408
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2409
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2410
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2411
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2412
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2413
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2414
- name: string;
2415
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2416
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2417
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2418
- } | null)[] | null | undefined;
2419
- episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2420
- episodes?: ({
2421
- id: string | number;
2422
- __typename?: "Episode" | undefined;
2423
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2424
- cast?: ({
2425
- id: string | number;
2426
- __typename?: "Cast" | undefined;
2427
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2428
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2429
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2430
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2431
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2432
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2433
- name: string;
2434
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2435
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2436
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2437
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2438
- } | null)[] | null | undefined;
2439
- crew?: ({
2440
- id: string | number;
2441
- __typename?: "Crew" | undefined;
2442
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2443
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2444
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2445
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2446
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2447
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2448
- name: string;
2449
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2450
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2451
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2452
- } | null)[] | null | undefined;
2453
- episode_number: number;
2454
- external_ids?: {
2455
- __typename?: "ExternalIds" | undefined;
2456
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2457
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2458
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2459
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2460
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2461
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2462
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2463
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2464
- } | null | undefined;
2465
- guest_stars?: ({
2466
- id: string | number;
2467
- __typename?: "Cast" | undefined;
2468
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2469
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2470
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2471
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2472
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2473
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2474
- name: string;
2475
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2476
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2477
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2478
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2479
- } | null)[] | null | undefined;
2480
- name: string;
2481
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2482
- production_code?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2483
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2484
- season_number: number;
2485
- still_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2486
- stills?: ({
2487
- __typename?: "Image" | undefined;
2488
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2489
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2490
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2491
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2492
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2493
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2494
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2495
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2496
- } | null)[] | null | undefined;
2497
- translations?: ({
2498
- __typename?: "Translation" | undefined;
2499
- data: {
2500
- __typename?: "TranslationData" | undefined;
2501
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2502
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2503
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2504
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2505
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2506
- };
2507
- english_name: string;
2508
- iso_639_1: string;
2509
- iso_3166_1: string;
2510
- name: string;
2511
- } | null)[] | null | undefined;
2512
- tv_show_id: string | number;
2513
- videos?: ({
2514
- id: string | number;
2515
- __typename?: "Video" | undefined;
2516
- iso_639_1: string;
2517
- iso_3166_1: string;
2518
- key: string;
2519
- name: string;
2520
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2521
- size: number;
2522
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2523
- } | null)[] | null | undefined;
2524
- vote_average: number;
2525
- vote_count: number;
2526
- } | null)[] | null | undefined;
2527
- external_ids?: {
2528
- __typename?: "ExternalIds" | undefined;
2529
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2530
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2531
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2532
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2533
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2534
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2535
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2536
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2537
- } | null | undefined;
2538
- name: string;
2539
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2540
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2541
- posters?: ({
2542
- __typename?: "Image" | undefined;
2543
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2544
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2545
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2546
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2547
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2548
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2549
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2550
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2551
- } | null)[] | null | undefined;
2552
- season_number: number;
2553
- translations?: ({
2554
- __typename?: "Translation" | undefined;
2555
- data: {
2556
- __typename?: "TranslationData" | undefined;
2557
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2558
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2559
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2560
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2561
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2562
- };
2563
- english_name: string;
2564
- iso_639_1: string;
2565
- iso_3166_1: string;
2566
- name: string;
2567
- } | null)[] | null | undefined;
2568
- tv_show_id: string | number;
2569
- videos?: ({
2570
- id: string | number;
2571
- __typename?: "Video" | undefined;
2572
- iso_639_1: string;
2573
- iso_3166_1: string;
2574
- key: string;
2575
- name: string;
2576
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2577
- size: number;
2578
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2579
- } | null)[] | null | undefined;
2580
- } | null)[];
2581
- similar_tv_shows?: {
2582
- page_info: {
2583
- __typename?: "PageInfo" | undefined;
2584
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2585
- has_next_page: boolean;
2586
- has_previous_page: boolean;
2587
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2588
- };
2589
- __typename?: "TvConnection" | undefined;
2590
- edges?: ({
2591
- __typename?: "TvEdge" | undefined;
2592
- cursor: string;
2593
- node: any;
2594
- } | null)[] | null | undefined;
2595
- nodes?: (any | null)[] | null | undefined;
2596
- total_count: number;
2597
- } | null | undefined;
2598
- status: import("@tmdb-graphql-api/schema/types").TvStatus;
2599
- tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2600
- translations?: ({
2601
- __typename?: "Translation" | undefined;
2602
- data: {
2603
- __typename?: "TranslationData" | undefined;
2604
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2605
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2606
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2607
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2608
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2609
- };
2610
- english_name: string;
2611
- iso_639_1: string;
2612
- iso_3166_1: string;
2613
- name: string;
2614
- } | null)[] | null | undefined;
2615
- type: import("@tmdb-graphql-api/schema/types").TvType;
2616
- videos?: ({
2617
- id: string | number;
2618
- __typename?: "Video" | undefined;
2619
- iso_639_1: string;
2620
- iso_3166_1: string;
2621
- key: string;
2622
- name: string;
2623
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2624
- size: number;
2625
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2626
- } | null)[] | null | undefined;
2627
- vote_average: number;
2628
- vote_count: number;
2629
- watch_providers?: {
2630
- __typename?: "WatchProviders" | undefined;
2631
- ar?: {
2632
- __typename?: "WatchProviderCategories" | undefined;
2633
- ads?: ({
2634
- __typename?: "WatchProvider" | undefined;
2635
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2636
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2637
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2638
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2639
- } | null)[] | null | undefined;
2640
- buy?: ({
2641
- __typename?: "WatchProvider" | undefined;
2642
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2643
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2644
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2645
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2646
- } | null)[] | null | undefined;
2647
- flatrate?: ({
2648
- __typename?: "WatchProvider" | undefined;
2649
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2650
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2651
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2652
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2653
- } | null)[] | null | undefined;
2654
- free?: ({
2655
- __typename?: "WatchProvider" | undefined;
2656
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2657
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2658
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2659
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2660
- } | null)[] | null | undefined;
2661
- rent?: ({
2662
- __typename?: "WatchProvider" | undefined;
2663
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2664
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2665
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2666
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2667
- } | null)[] | null | undefined;
2668
- } | null | undefined;
2669
- at?: {
2670
- __typename?: "WatchProviderCategories" | undefined;
2671
- ads?: ({
2672
- __typename?: "WatchProvider" | undefined;
2673
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2674
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2675
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2676
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2677
- } | null)[] | null | undefined;
2678
- buy?: ({
2679
- __typename?: "WatchProvider" | undefined;
2680
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2681
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2682
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2683
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2684
- } | null)[] | null | undefined;
2685
- flatrate?: ({
2686
- __typename?: "WatchProvider" | undefined;
2687
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2688
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2689
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2690
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2691
- } | null)[] | null | undefined;
2692
- free?: ({
2693
- __typename?: "WatchProvider" | undefined;
2694
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2695
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2696
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2697
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2698
- } | null)[] | null | undefined;
2699
- rent?: ({
2700
- __typename?: "WatchProvider" | undefined;
2701
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2702
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2703
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2704
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2705
- } | null)[] | null | undefined;
2706
- } | null | undefined;
2707
- au?: {
2708
- __typename?: "WatchProviderCategories" | undefined;
2709
- ads?: ({
2710
- __typename?: "WatchProvider" | undefined;
2711
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2712
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2713
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2714
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2715
- } | null)[] | null | undefined;
2716
- buy?: ({
2717
- __typename?: "WatchProvider" | undefined;
2718
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2719
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2720
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2721
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2722
- } | null)[] | null | undefined;
2723
- flatrate?: ({
2724
- __typename?: "WatchProvider" | undefined;
2725
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2726
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2727
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2728
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2729
- } | null)[] | null | undefined;
2730
- free?: ({
2731
- __typename?: "WatchProvider" | undefined;
2732
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2733
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2734
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2735
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2736
- } | null)[] | null | undefined;
2737
- rent?: ({
2738
- __typename?: "WatchProvider" | undefined;
2739
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2740
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2741
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2742
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2743
- } | null)[] | null | undefined;
2744
- } | null | undefined;
2745
- be?: {
2746
- __typename?: "WatchProviderCategories" | undefined;
2747
- ads?: ({
2748
- __typename?: "WatchProvider" | undefined;
2749
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2750
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2751
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2752
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2753
- } | null)[] | null | undefined;
2754
- buy?: ({
2755
- __typename?: "WatchProvider" | undefined;
2756
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2757
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2758
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2759
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2760
- } | null)[] | null | undefined;
2761
- flatrate?: ({
2762
- __typename?: "WatchProvider" | undefined;
2763
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2764
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2765
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2766
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2767
- } | null)[] | null | undefined;
2768
- free?: ({
2769
- __typename?: "WatchProvider" | undefined;
2770
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2771
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2772
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2773
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2774
- } | null)[] | null | undefined;
2775
- rent?: ({
2776
- __typename?: "WatchProvider" | undefined;
2777
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2778
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2779
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2780
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2781
- } | null)[] | null | undefined;
2782
- } | null | undefined;
2783
- br?: {
2784
- __typename?: "WatchProviderCategories" | undefined;
2785
- ads?: ({
2786
- __typename?: "WatchProvider" | undefined;
2787
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2788
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2789
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2790
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2791
- } | null)[] | null | undefined;
2792
- buy?: ({
2793
- __typename?: "WatchProvider" | undefined;
2794
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2795
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2796
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2797
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2798
- } | null)[] | null | undefined;
2799
- flatrate?: ({
2800
- __typename?: "WatchProvider" | undefined;
2801
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2802
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2803
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2804
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2805
- } | null)[] | null | undefined;
2806
- free?: ({
2807
- __typename?: "WatchProvider" | undefined;
2808
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2809
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2810
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2811
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2812
- } | null)[] | null | undefined;
2813
- rent?: ({
2814
- __typename?: "WatchProvider" | undefined;
2815
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2816
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2817
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2818
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2819
- } | null)[] | null | undefined;
2820
- } | null | undefined;
2821
- ca?: {
2822
- __typename?: "WatchProviderCategories" | undefined;
2823
- ads?: ({
2824
- __typename?: "WatchProvider" | undefined;
2825
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2826
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2827
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2828
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2829
- } | null)[] | null | undefined;
2830
- buy?: ({
2831
- __typename?: "WatchProvider" | undefined;
2832
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2833
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2834
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2835
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2836
- } | null)[] | null | undefined;
2837
- flatrate?: ({
2838
- __typename?: "WatchProvider" | undefined;
2839
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2840
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2841
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2842
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2843
- } | null)[] | null | undefined;
2844
- free?: ({
2845
- __typename?: "WatchProvider" | undefined;
2846
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2847
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2848
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2849
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2850
- } | null)[] | null | undefined;
2851
- rent?: ({
2852
- __typename?: "WatchProvider" | undefined;
2853
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2854
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2855
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2856
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2857
- } | null)[] | null | undefined;
2858
- } | null | undefined;
2859
- ch?: {
2860
- __typename?: "WatchProviderCategories" | undefined;
2861
- ads?: ({
2862
- __typename?: "WatchProvider" | undefined;
2863
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2864
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2865
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2866
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2867
- } | null)[] | null | undefined;
2868
- buy?: ({
2869
- __typename?: "WatchProvider" | undefined;
2870
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2871
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2872
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2873
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2874
- } | null)[] | null | undefined;
2875
- flatrate?: ({
2876
- __typename?: "WatchProvider" | undefined;
2877
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2878
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2879
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2880
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2881
- } | null)[] | null | undefined;
2882
- free?: ({
2883
- __typename?: "WatchProvider" | undefined;
2884
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2885
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2886
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2887
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2888
- } | null)[] | null | undefined;
2889
- rent?: ({
2890
- __typename?: "WatchProvider" | undefined;
2891
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2892
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2893
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2894
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2895
- } | null)[] | null | undefined;
2896
- } | null | undefined;
2897
- cl?: {
2898
- __typename?: "WatchProviderCategories" | undefined;
2899
- ads?: ({
2900
- __typename?: "WatchProvider" | undefined;
2901
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2902
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2903
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2904
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2905
- } | null)[] | null | undefined;
2906
- buy?: ({
2907
- __typename?: "WatchProvider" | undefined;
2908
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2909
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2910
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2911
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2912
- } | null)[] | null | undefined;
2913
- flatrate?: ({
2914
- __typename?: "WatchProvider" | undefined;
2915
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2916
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2917
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2918
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2919
- } | null)[] | null | undefined;
2920
- free?: ({
2921
- __typename?: "WatchProvider" | undefined;
2922
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2923
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2924
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2925
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2926
- } | null)[] | null | undefined;
2927
- rent?: ({
2928
- __typename?: "WatchProvider" | undefined;
2929
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2930
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2931
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2932
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2933
- } | null)[] | null | undefined;
2934
- } | null | undefined;
2935
- co?: {
2936
- __typename?: "WatchProviderCategories" | undefined;
2937
- ads?: ({
2938
- __typename?: "WatchProvider" | undefined;
2939
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2940
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2941
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2942
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2943
- } | null)[] | null | undefined;
2944
- buy?: ({
2945
- __typename?: "WatchProvider" | undefined;
2946
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2947
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2948
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2949
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2950
- } | null)[] | null | undefined;
2951
- flatrate?: ({
2952
- __typename?: "WatchProvider" | undefined;
2953
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2954
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2955
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2956
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2957
- } | null)[] | null | undefined;
2958
- free?: ({
2959
- __typename?: "WatchProvider" | undefined;
2960
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2961
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2962
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2963
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2964
- } | null)[] | null | undefined;
2965
- rent?: ({
2966
- __typename?: "WatchProvider" | undefined;
2967
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2968
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2969
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2970
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2971
- } | null)[] | null | undefined;
2972
- } | null | undefined;
2973
- cz?: {
2974
- __typename?: "WatchProviderCategories" | undefined;
2975
- ads?: ({
2976
- __typename?: "WatchProvider" | undefined;
2977
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2978
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2979
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2980
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2981
- } | null)[] | null | undefined;
2982
- buy?: ({
2983
- __typename?: "WatchProvider" | undefined;
2984
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2985
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2986
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2987
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2988
- } | null)[] | null | undefined;
2989
- flatrate?: ({
2990
- __typename?: "WatchProvider" | undefined;
2991
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2992
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2993
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2994
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2995
- } | null)[] | null | undefined;
2996
- free?: ({
2997
- __typename?: "WatchProvider" | undefined;
2998
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2999
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3000
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3001
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3002
- } | null)[] | null | undefined;
3003
- rent?: ({
3004
- __typename?: "WatchProvider" | undefined;
3005
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3006
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3007
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3008
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3009
- } | null)[] | null | undefined;
3010
- } | null | undefined;
3011
- de?: {
3012
- __typename?: "WatchProviderCategories" | undefined;
3013
- ads?: ({
3014
- __typename?: "WatchProvider" | undefined;
3015
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3016
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3017
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3018
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3019
- } | null)[] | null | undefined;
3020
- buy?: ({
3021
- __typename?: "WatchProvider" | undefined;
3022
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3023
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3024
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3025
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3026
- } | null)[] | null | undefined;
3027
- flatrate?: ({
3028
- __typename?: "WatchProvider" | undefined;
3029
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3030
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3031
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3032
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3033
- } | null)[] | null | undefined;
3034
- free?: ({
3035
- __typename?: "WatchProvider" | undefined;
3036
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3037
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3038
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3039
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3040
- } | null)[] | null | undefined;
3041
- rent?: ({
3042
- __typename?: "WatchProvider" | undefined;
3043
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3044
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3045
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3046
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3047
- } | null)[] | null | undefined;
3048
- } | null | undefined;
3049
- dk?: {
3050
- __typename?: "WatchProviderCategories" | undefined;
3051
- ads?: ({
3052
- __typename?: "WatchProvider" | undefined;
3053
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3054
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3055
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3056
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3057
- } | null)[] | null | undefined;
3058
- buy?: ({
3059
- __typename?: "WatchProvider" | undefined;
3060
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3061
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3062
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3063
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3064
- } | null)[] | null | undefined;
3065
- flatrate?: ({
3066
- __typename?: "WatchProvider" | undefined;
3067
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3068
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3069
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3070
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3071
- } | null)[] | null | undefined;
3072
- free?: ({
3073
- __typename?: "WatchProvider" | undefined;
3074
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3075
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3076
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3077
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3078
- } | null)[] | null | undefined;
3079
- rent?: ({
3080
- __typename?: "WatchProvider" | undefined;
3081
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3082
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3083
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3084
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3085
- } | null)[] | null | undefined;
3086
- } | null | undefined;
3087
- ec?: {
3088
- __typename?: "WatchProviderCategories" | undefined;
3089
- ads?: ({
3090
- __typename?: "WatchProvider" | undefined;
3091
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3092
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3093
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3094
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3095
- } | null)[] | null | undefined;
3096
- buy?: ({
3097
- __typename?: "WatchProvider" | undefined;
3098
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3099
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3100
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3101
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3102
- } | null)[] | null | undefined;
3103
- flatrate?: ({
3104
- __typename?: "WatchProvider" | undefined;
3105
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3106
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3107
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3108
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3109
- } | null)[] | null | undefined;
3110
- free?: ({
3111
- __typename?: "WatchProvider" | undefined;
3112
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3113
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3114
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3115
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3116
- } | null)[] | null | undefined;
3117
- rent?: ({
3118
- __typename?: "WatchProvider" | undefined;
3119
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3120
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3121
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3122
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3123
- } | null)[] | null | undefined;
3124
- } | null | undefined;
3125
- es?: {
3126
- __typename?: "WatchProviderCategories" | undefined;
3127
- ads?: ({
3128
- __typename?: "WatchProvider" | undefined;
3129
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3130
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3131
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3132
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3133
- } | null)[] | null | undefined;
3134
- buy?: ({
3135
- __typename?: "WatchProvider" | undefined;
3136
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3137
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3138
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3139
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3140
- } | null)[] | null | undefined;
3141
- flatrate?: ({
3142
- __typename?: "WatchProvider" | undefined;
3143
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3144
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3145
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3146
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3147
- } | null)[] | null | undefined;
3148
- free?: ({
3149
- __typename?: "WatchProvider" | undefined;
3150
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3151
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3152
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3153
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3154
- } | null)[] | null | undefined;
3155
- rent?: ({
3156
- __typename?: "WatchProvider" | undefined;
3157
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3158
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3159
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3160
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3161
- } | null)[] | null | undefined;
3162
- } | null | undefined;
3163
- fi?: {
3164
- __typename?: "WatchProviderCategories" | undefined;
3165
- ads?: ({
3166
- __typename?: "WatchProvider" | undefined;
3167
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3168
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3169
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3170
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3171
- } | null)[] | null | undefined;
3172
- buy?: ({
3173
- __typename?: "WatchProvider" | undefined;
3174
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3175
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3176
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3177
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3178
- } | null)[] | null | undefined;
3179
- flatrate?: ({
3180
- __typename?: "WatchProvider" | undefined;
3181
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3182
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3183
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3184
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3185
- } | null)[] | null | undefined;
3186
- free?: ({
3187
- __typename?: "WatchProvider" | undefined;
3188
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3189
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3190
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3191
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3192
- } | null)[] | null | undefined;
3193
- rent?: ({
3194
- __typename?: "WatchProvider" | undefined;
3195
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3196
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3197
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3198
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3199
- } | null)[] | null | undefined;
3200
- } | null | undefined;
3201
- fr?: {
3202
- __typename?: "WatchProviderCategories" | undefined;
3203
- ads?: ({
3204
- __typename?: "WatchProvider" | undefined;
3205
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3206
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3207
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3208
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3209
- } | null)[] | null | undefined;
3210
- buy?: ({
3211
- __typename?: "WatchProvider" | undefined;
3212
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3213
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3214
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3215
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3216
- } | null)[] | null | undefined;
3217
- flatrate?: ({
3218
- __typename?: "WatchProvider" | undefined;
3219
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3220
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3221
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3222
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3223
- } | null)[] | null | undefined;
3224
- free?: ({
3225
- __typename?: "WatchProvider" | undefined;
3226
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3227
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3228
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3229
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3230
- } | null)[] | null | undefined;
3231
- rent?: ({
3232
- __typename?: "WatchProvider" | undefined;
3233
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3234
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3235
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3236
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3237
- } | null)[] | null | undefined;
3238
- } | null | undefined;
3239
- gb?: {
3240
- __typename?: "WatchProviderCategories" | undefined;
3241
- ads?: ({
3242
- __typename?: "WatchProvider" | undefined;
3243
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3244
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3245
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3246
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3247
- } | null)[] | null | undefined;
3248
- buy?: ({
3249
- __typename?: "WatchProvider" | undefined;
3250
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3251
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3252
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3253
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3254
- } | null)[] | null | undefined;
3255
- flatrate?: ({
3256
- __typename?: "WatchProvider" | undefined;
3257
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3258
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3259
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3260
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3261
- } | null)[] | null | undefined;
3262
- free?: ({
3263
- __typename?: "WatchProvider" | undefined;
3264
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3265
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3266
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3267
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3268
- } | null)[] | null | undefined;
3269
- rent?: ({
3270
- __typename?: "WatchProvider" | undefined;
3271
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3272
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3273
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3274
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3275
- } | null)[] | null | undefined;
3276
- } | null | undefined;
3277
- hu?: {
3278
- __typename?: "WatchProviderCategories" | undefined;
3279
- ads?: ({
3280
- __typename?: "WatchProvider" | undefined;
3281
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3282
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3283
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3284
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3285
- } | null)[] | null | undefined;
3286
- buy?: ({
3287
- __typename?: "WatchProvider" | undefined;
3288
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3289
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3290
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3291
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3292
- } | null)[] | null | undefined;
3293
- flatrate?: ({
3294
- __typename?: "WatchProvider" | undefined;
3295
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3296
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3297
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3298
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3299
- } | null)[] | null | undefined;
3300
- free?: ({
3301
- __typename?: "WatchProvider" | undefined;
3302
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3303
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3304
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3305
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3306
- } | null)[] | null | undefined;
3307
- rent?: ({
3308
- __typename?: "WatchProvider" | undefined;
3309
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3310
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3311
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3312
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3313
- } | null)[] | null | undefined;
3314
- } | null | undefined;
3315
- ie?: {
3316
- __typename?: "WatchProviderCategories" | undefined;
3317
- ads?: ({
3318
- __typename?: "WatchProvider" | undefined;
3319
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3320
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3321
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3322
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3323
- } | null)[] | null | undefined;
3324
- buy?: ({
3325
- __typename?: "WatchProvider" | undefined;
3326
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3327
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3328
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3329
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3330
- } | null)[] | null | undefined;
3331
- flatrate?: ({
3332
- __typename?: "WatchProvider" | undefined;
3333
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3334
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3335
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3336
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3337
- } | null)[] | null | undefined;
3338
- free?: ({
3339
- __typename?: "WatchProvider" | undefined;
3340
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3341
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3342
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3343
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3344
- } | null)[] | null | undefined;
3345
- rent?: ({
3346
- __typename?: "WatchProvider" | undefined;
3347
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3348
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3349
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3350
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3351
- } | null)[] | null | undefined;
3352
- } | null | undefined;
3353
- in?: {
3354
- __typename?: "WatchProviderCategories" | undefined;
3355
- ads?: ({
3356
- __typename?: "WatchProvider" | undefined;
3357
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3358
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3359
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3360
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3361
- } | null)[] | null | undefined;
3362
- buy?: ({
3363
- __typename?: "WatchProvider" | undefined;
3364
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3365
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3366
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3367
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3368
- } | null)[] | null | undefined;
3369
- flatrate?: ({
3370
- __typename?: "WatchProvider" | undefined;
3371
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3372
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3373
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3374
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3375
- } | null)[] | null | undefined;
3376
- free?: ({
3377
- __typename?: "WatchProvider" | undefined;
3378
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3379
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3380
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3381
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3382
- } | null)[] | null | undefined;
3383
- rent?: ({
3384
- __typename?: "WatchProvider" | undefined;
3385
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3386
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3387
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3388
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3389
- } | null)[] | null | undefined;
3390
- } | null | undefined;
3391
- it?: {
3392
- __typename?: "WatchProviderCategories" | undefined;
3393
- ads?: ({
3394
- __typename?: "WatchProvider" | undefined;
3395
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3396
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3397
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3398
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3399
- } | null)[] | null | undefined;
3400
- buy?: ({
3401
- __typename?: "WatchProvider" | undefined;
3402
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3403
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3404
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3405
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3406
- } | null)[] | null | undefined;
3407
- flatrate?: ({
3408
- __typename?: "WatchProvider" | undefined;
3409
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3410
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3411
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3412
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3413
- } | null)[] | null | undefined;
3414
- free?: ({
3415
- __typename?: "WatchProvider" | undefined;
3416
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3417
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3418
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3419
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3420
- } | null)[] | null | undefined;
3421
- rent?: ({
3422
- __typename?: "WatchProvider" | undefined;
3423
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3424
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3425
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3426
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3427
- } | null)[] | null | undefined;
3428
- } | null | undefined;
3429
- jp?: {
3430
- __typename?: "WatchProviderCategories" | undefined;
3431
- ads?: ({
3432
- __typename?: "WatchProvider" | undefined;
3433
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3434
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3435
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3436
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3437
- } | null)[] | null | undefined;
3438
- buy?: ({
3439
- __typename?: "WatchProvider" | undefined;
3440
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3441
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3442
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3443
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3444
- } | null)[] | null | undefined;
3445
- flatrate?: ({
3446
- __typename?: "WatchProvider" | undefined;
3447
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3448
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3449
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3450
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3451
- } | null)[] | null | undefined;
3452
- free?: ({
3453
- __typename?: "WatchProvider" | undefined;
3454
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3455
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3456
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3457
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3458
- } | null)[] | null | undefined;
3459
- rent?: ({
3460
- __typename?: "WatchProvider" | undefined;
3461
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3462
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3463
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3464
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3465
- } | null)[] | null | undefined;
3466
- } | null | undefined;
3467
- mx?: {
3468
- __typename?: "WatchProviderCategories" | undefined;
3469
- ads?: ({
3470
- __typename?: "WatchProvider" | undefined;
3471
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3472
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3473
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3474
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3475
- } | null)[] | null | undefined;
3476
- buy?: ({
3477
- __typename?: "WatchProvider" | undefined;
3478
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3479
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3480
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3481
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3482
- } | null)[] | null | undefined;
3483
- flatrate?: ({
3484
- __typename?: "WatchProvider" | undefined;
3485
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3486
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3487
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3488
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3489
- } | null)[] | null | undefined;
3490
- free?: ({
3491
- __typename?: "WatchProvider" | undefined;
3492
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3493
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3494
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3495
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3496
- } | null)[] | null | undefined;
3497
- rent?: ({
3498
- __typename?: "WatchProvider" | undefined;
3499
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3500
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3501
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3502
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3503
- } | null)[] | null | undefined;
3504
- } | null | undefined;
3505
- nl?: {
3506
- __typename?: "WatchProviderCategories" | undefined;
3507
- ads?: ({
3508
- __typename?: "WatchProvider" | undefined;
3509
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3510
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3511
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3512
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3513
- } | null)[] | null | undefined;
3514
- buy?: ({
3515
- __typename?: "WatchProvider" | undefined;
3516
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3517
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3518
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3519
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3520
- } | null)[] | null | undefined;
3521
- flatrate?: ({
3522
- __typename?: "WatchProvider" | undefined;
3523
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3524
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3525
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3526
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3527
- } | null)[] | null | undefined;
3528
- free?: ({
3529
- __typename?: "WatchProvider" | undefined;
3530
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3531
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3532
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3533
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3534
- } | null)[] | null | undefined;
3535
- rent?: ({
3536
- __typename?: "WatchProvider" | undefined;
3537
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3538
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3539
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3540
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3541
- } | null)[] | null | undefined;
3542
- } | null | undefined;
3543
- no?: {
3544
- __typename?: "WatchProviderCategories" | undefined;
3545
- ads?: ({
3546
- __typename?: "WatchProvider" | undefined;
3547
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3548
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3549
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3550
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3551
- } | null)[] | null | undefined;
3552
- buy?: ({
3553
- __typename?: "WatchProvider" | undefined;
3554
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3555
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3556
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3557
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3558
- } | null)[] | null | undefined;
3559
- flatrate?: ({
3560
- __typename?: "WatchProvider" | undefined;
3561
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3562
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3563
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3564
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3565
- } | null)[] | null | undefined;
3566
- free?: ({
3567
- __typename?: "WatchProvider" | undefined;
3568
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3569
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3570
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3571
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3572
- } | null)[] | null | undefined;
3573
- rent?: ({
3574
- __typename?: "WatchProvider" | undefined;
3575
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3576
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3577
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3578
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3579
- } | null)[] | null | undefined;
3580
- } | null | undefined;
3581
- nz?: {
3582
- __typename?: "WatchProviderCategories" | undefined;
3583
- ads?: ({
3584
- __typename?: "WatchProvider" | undefined;
3585
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3586
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3587
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3588
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3589
- } | null)[] | null | undefined;
3590
- buy?: ({
3591
- __typename?: "WatchProvider" | undefined;
3592
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3593
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3594
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3595
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3596
- } | null)[] | null | undefined;
3597
- flatrate?: ({
3598
- __typename?: "WatchProvider" | undefined;
3599
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3600
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3601
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3602
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3603
- } | null)[] | null | undefined;
3604
- free?: ({
3605
- __typename?: "WatchProvider" | undefined;
3606
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3607
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3608
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3609
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3610
- } | null)[] | null | undefined;
3611
- rent?: ({
3612
- __typename?: "WatchProvider" | undefined;
3613
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3614
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3615
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3616
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3617
- } | null)[] | null | undefined;
3618
- } | null | undefined;
3619
- pe?: {
3620
- __typename?: "WatchProviderCategories" | undefined;
3621
- ads?: ({
3622
- __typename?: "WatchProvider" | undefined;
3623
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3624
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3625
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3626
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3627
- } | null)[] | null | undefined;
3628
- buy?: ({
3629
- __typename?: "WatchProvider" | undefined;
3630
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3631
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3632
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3633
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3634
- } | null)[] | null | undefined;
3635
- flatrate?: ({
3636
- __typename?: "WatchProvider" | undefined;
3637
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3638
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3639
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3640
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3641
- } | null)[] | null | undefined;
3642
- free?: ({
3643
- __typename?: "WatchProvider" | undefined;
3644
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3645
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3646
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3647
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3648
- } | null)[] | null | undefined;
3649
- rent?: ({
3650
- __typename?: "WatchProvider" | undefined;
3651
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3652
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3653
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3654
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3655
- } | null)[] | null | undefined;
3656
- } | null | undefined;
3657
- pl?: {
3658
- __typename?: "WatchProviderCategories" | undefined;
3659
- ads?: ({
3660
- __typename?: "WatchProvider" | undefined;
3661
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3662
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3663
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3664
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3665
- } | null)[] | null | undefined;
3666
- buy?: ({
3667
- __typename?: "WatchProvider" | undefined;
3668
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3669
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3670
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3671
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3672
- } | null)[] | null | undefined;
3673
- flatrate?: ({
3674
- __typename?: "WatchProvider" | undefined;
3675
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3676
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3677
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3678
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3679
- } | null)[] | null | undefined;
3680
- free?: ({
3681
- __typename?: "WatchProvider" | undefined;
3682
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3683
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3684
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3685
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3686
- } | null)[] | null | undefined;
3687
- rent?: ({
3688
- __typename?: "WatchProvider" | undefined;
3689
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3690
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3691
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3692
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3693
- } | null)[] | null | undefined;
3694
- } | null | undefined;
3695
- pt?: {
3696
- __typename?: "WatchProviderCategories" | undefined;
3697
- ads?: ({
3698
- __typename?: "WatchProvider" | undefined;
3699
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3700
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3701
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3702
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3703
- } | null)[] | null | undefined;
3704
- buy?: ({
3705
- __typename?: "WatchProvider" | undefined;
3706
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3707
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3708
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3709
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3710
- } | null)[] | null | undefined;
3711
- flatrate?: ({
3712
- __typename?: "WatchProvider" | undefined;
3713
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3714
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3715
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3716
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3717
- } | null)[] | null | undefined;
3718
- free?: ({
3719
- __typename?: "WatchProvider" | undefined;
3720
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3721
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3722
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3723
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3724
- } | null)[] | null | undefined;
3725
- rent?: ({
3726
- __typename?: "WatchProvider" | undefined;
3727
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3728
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3729
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3730
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3731
- } | null)[] | null | undefined;
3732
- } | null | undefined;
3733
- ro?: {
3734
- __typename?: "WatchProviderCategories" | undefined;
3735
- ads?: ({
3736
- __typename?: "WatchProvider" | undefined;
3737
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3738
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3739
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3740
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3741
- } | null)[] | null | undefined;
3742
- buy?: ({
3743
- __typename?: "WatchProvider" | undefined;
3744
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3745
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3746
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3747
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3748
- } | null)[] | null | undefined;
3749
- flatrate?: ({
3750
- __typename?: "WatchProvider" | undefined;
3751
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3752
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3753
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3754
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3755
- } | null)[] | null | undefined;
3756
- free?: ({
3757
- __typename?: "WatchProvider" | undefined;
3758
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3759
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3760
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3761
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3762
- } | null)[] | null | undefined;
3763
- rent?: ({
3764
- __typename?: "WatchProvider" | undefined;
3765
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3766
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3767
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3768
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3769
- } | null)[] | null | undefined;
3770
- } | null | undefined;
3771
- ru?: {
3772
- __typename?: "WatchProviderCategories" | undefined;
3773
- ads?: ({
3774
- __typename?: "WatchProvider" | undefined;
3775
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3776
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3777
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3778
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3779
- } | null)[] | null | undefined;
3780
- buy?: ({
3781
- __typename?: "WatchProvider" | undefined;
3782
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3783
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3784
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3785
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3786
- } | null)[] | null | undefined;
3787
- flatrate?: ({
3788
- __typename?: "WatchProvider" | undefined;
3789
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3790
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3791
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3792
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3793
- } | null)[] | null | undefined;
3794
- free?: ({
3795
- __typename?: "WatchProvider" | undefined;
3796
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3797
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3798
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3799
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3800
- } | null)[] | null | undefined;
3801
- rent?: ({
3802
- __typename?: "WatchProvider" | undefined;
3803
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3804
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3805
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3806
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3807
- } | null)[] | null | undefined;
3808
- } | null | undefined;
3809
- se?: {
3810
- __typename?: "WatchProviderCategories" | undefined;
3811
- ads?: ({
3812
- __typename?: "WatchProvider" | undefined;
3813
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3814
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3815
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3816
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3817
- } | null)[] | null | undefined;
3818
- buy?: ({
3819
- __typename?: "WatchProvider" | undefined;
3820
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3821
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3822
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3823
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3824
- } | null)[] | null | undefined;
3825
- flatrate?: ({
3826
- __typename?: "WatchProvider" | undefined;
3827
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3828
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3829
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3830
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3831
- } | null)[] | null | undefined;
3832
- free?: ({
3833
- __typename?: "WatchProvider" | undefined;
3834
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3835
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3836
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3837
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3838
- } | null)[] | null | undefined;
3839
- rent?: ({
3840
- __typename?: "WatchProvider" | undefined;
3841
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3842
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3843
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3844
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3845
- } | null)[] | null | undefined;
3846
- } | null | undefined;
3847
- tr?: {
3848
- __typename?: "WatchProviderCategories" | undefined;
3849
- ads?: ({
3850
- __typename?: "WatchProvider" | undefined;
3851
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3852
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3853
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3854
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3855
- } | null)[] | null | undefined;
3856
- buy?: ({
3857
- __typename?: "WatchProvider" | undefined;
3858
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3859
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3860
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3861
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3862
- } | null)[] | null | undefined;
3863
- flatrate?: ({
3864
- __typename?: "WatchProvider" | undefined;
3865
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3866
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3867
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3868
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3869
- } | null)[] | null | undefined;
3870
- free?: ({
3871
- __typename?: "WatchProvider" | undefined;
3872
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3873
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3874
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3875
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3876
- } | null)[] | null | undefined;
3877
- rent?: ({
3878
- __typename?: "WatchProvider" | undefined;
3879
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3880
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3881
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3882
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3883
- } | null)[] | null | undefined;
3884
- } | null | undefined;
3885
- us?: {
3886
- __typename?: "WatchProviderCategories" | undefined;
3887
- ads?: ({
3888
- __typename?: "WatchProvider" | undefined;
3889
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3890
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3891
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3892
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3893
- } | null)[] | null | undefined;
3894
- buy?: ({
3895
- __typename?: "WatchProvider" | undefined;
3896
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3897
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3898
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3899
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3900
- } | null)[] | null | undefined;
3901
- flatrate?: ({
3902
- __typename?: "WatchProvider" | undefined;
3903
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3904
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3905
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3906
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3907
- } | null)[] | null | undefined;
3908
- free?: ({
3909
- __typename?: "WatchProvider" | undefined;
3910
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3911
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3912
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3913
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3914
- } | null)[] | null | undefined;
3915
- rent?: ({
3916
- __typename?: "WatchProvider" | undefined;
3917
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3918
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3919
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3920
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3921
- } | null)[] | null | undefined;
3922
- } | null | undefined;
3923
- ve?: {
3924
- __typename?: "WatchProviderCategories" | undefined;
3925
- ads?: ({
3926
- __typename?: "WatchProvider" | undefined;
3927
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3928
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3929
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3930
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3931
- } | null)[] | null | undefined;
3932
- buy?: ({
3933
- __typename?: "WatchProvider" | undefined;
3934
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3935
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3936
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3937
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3938
- } | null)[] | null | undefined;
3939
- flatrate?: ({
3940
- __typename?: "WatchProvider" | undefined;
3941
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3942
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3943
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3944
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3945
- } | null)[] | null | undefined;
3946
- free?: ({
3947
- __typename?: "WatchProvider" | undefined;
3948
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3949
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3950
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3951
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3952
- } | null)[] | null | undefined;
3953
- rent?: ({
3954
- __typename?: "WatchProvider" | undefined;
3955
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3956
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3957
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3958
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3959
- } | null)[] | null | undefined;
3960
- } | null | undefined;
3961
- za?: {
3962
- __typename?: "WatchProviderCategories" | undefined;
3963
- ads?: ({
3964
- __typename?: "WatchProvider" | undefined;
3965
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3966
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3967
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3968
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3969
- } | null)[] | null | undefined;
3970
- buy?: ({
3971
- __typename?: "WatchProvider" | undefined;
3972
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3973
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3974
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3975
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3976
- } | null)[] | null | undefined;
3977
- flatrate?: ({
3978
- __typename?: "WatchProvider" | undefined;
3979
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3980
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3981
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3982
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3983
- } | null)[] | null | undefined;
3984
- free?: ({
3985
- __typename?: "WatchProvider" | undefined;
3986
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3987
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3988
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3989
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3990
- } | null)[] | null | undefined;
3991
- rent?: ({
3992
- __typename?: "WatchProvider" | undefined;
3993
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3994
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3995
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3996
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3997
- } | null)[] | null | undefined;
3998
- } | null | undefined;
3999
- } | null | undefined;
4000
- };
4001
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4002
- person: {
4003
- id: string | number;
4004
- __typename?: "Person" | undefined;
4005
- adult: boolean;
4006
- also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4007
- biography: string;
4008
- birthday?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4009
- combined_credits?: {
4010
- __typename?: "CreditsCombined" | undefined;
4011
- cast?: ({
4012
- id: string | number;
4013
- __typename?: "CreditCombinedCast" | undefined;
4014
- adult: boolean;
4015
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4016
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4017
- credit_id: string | number;
4018
- episode_count: number;
4019
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4020
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4021
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4022
- name: string;
4023
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4024
- original_language: string;
4025
- original_name: string;
4026
- original_title: string;
4027
- overview: string;
4028
- popularity: number;
4029
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4030
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4031
- title: string;
4032
- video: boolean;
4033
- vote_average: number;
4034
- vote_count: number;
4035
- } | null)[] | null | undefined;
4036
- crew?: ({
4037
- id: string | number;
4038
- __typename?: "CreditCombinedCrew" | undefined;
4039
- adult: boolean;
4040
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4041
- credit_id: string | number;
4042
- department: string;
4043
- episode_count: number;
4044
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4045
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4046
- job: string;
4047
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4048
- name: string;
4049
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4050
- original_language: string;
4051
- original_name: string;
4052
- original_title: string;
4053
- overview: string;
4054
- popularity: number;
4055
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4056
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4057
- title: string;
4058
- video: boolean;
4059
- vote_average: number;
4060
- vote_count: number;
4061
- } | null)[] | null | undefined;
4062
- } | null | undefined;
4063
- deathday?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4064
- external_ids?: {
4065
- __typename?: "ExternalIds" | undefined;
4066
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4067
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4068
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4069
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4070
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4071
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4072
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4073
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4074
- } | null | undefined;
4075
- gender: number;
4076
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4077
- imdb_id: string;
4078
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4079
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
4080
- movie_credits?: {
4081
- __typename?: "CreditsMovie" | undefined;
4082
- cast?: ({
4083
- id: string | number;
4084
- __typename?: "CreditMovieCast" | undefined;
4085
- adult: boolean;
4086
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4087
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4088
- credit_id: string | number;
4089
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4090
- original_language: string;
4091
- original_title: string;
4092
- overview: string;
4093
- popularity: number;
4094
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4095
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4096
- title: string;
4097
- video: boolean;
4098
- vote_average: number;
4099
- vote_count: number;
4100
- } | null)[] | null | undefined;
4101
- crew?: ({
4102
- id: string | number;
4103
- __typename?: "CreditMovieCrew" | undefined;
4104
- adult: boolean;
4105
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4106
- credit_id: string | number;
4107
- department: string;
4108
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4109
- job: string;
4110
- original_language: string;
4111
- original_title: string;
4112
- overview: string;
4113
- popularity: number;
4114
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4115
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4116
- title: string;
4117
- video: boolean;
4118
- vote_average: number;
4119
- vote_count: number;
4120
- } | null)[] | null | undefined;
4121
- } | null | undefined;
4122
- name: string;
4123
- place_of_birth?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4124
- popularity: number;
4125
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4126
- profiles?: ({
4127
- __typename?: "Image" | undefined;
4128
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4129
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4130
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4131
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4132
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4133
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4134
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4135
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4136
- } | null)[] | null | undefined;
4137
- translations?: ({
4138
- __typename?: "Translation" | undefined;
4139
- data: {
4140
- __typename?: "TranslationData" | undefined;
4141
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4142
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4143
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4144
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4145
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4146
- };
4147
- english_name: string;
4148
- iso_639_1: string;
4149
- iso_3166_1: string;
4150
- name: string;
4151
- } | null)[] | null | undefined;
4152
- tv_credits?: {
4153
- __typename?: "CreditsTv" | undefined;
4154
- cast?: ({
4155
- id: string | number;
4156
- __typename?: "CreditTvCast" | undefined;
4157
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4158
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4159
- credit_id: string | number;
4160
- episode_count: number;
4161
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4162
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4163
- name: string;
4164
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4165
- original_language: string;
4166
- original_name: string;
4167
- overview: string;
4168
- popularity: number;
4169
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4170
- vote_average: number;
4171
- vote_count: number;
4172
- } | null)[] | null | undefined;
4173
- crew?: ({
4174
- id: string | number;
4175
- __typename?: "CreditTvCrew" | undefined;
4176
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4177
- credit_id: string | number;
4178
- department: string;
4179
- episode_count: number;
4180
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4181
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
4182
- job: string;
4183
- name: string;
4184
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4185
- original_language: string;
4186
- original_name: string;
4187
- overview: string;
4188
- popularity: number;
4189
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4190
- vote_average: number;
4191
- vote_count: number;
4192
- } | null)[] | null | undefined;
4193
- } | null | undefined;
4194
- };
2
+ export declare const resolveCredit: (_obj: undefined, args: QueryCreditArgs, ctx: import("../types.cts").Context, info: import("graphql").GraphQLResolveInfo) => Promise<{
3
+ credit_type?: string | undefined;
4
+ department?: string | undefined;
5
+ id?: string | undefined;
6
+ job?: string | undefined;
7
+ media?: {
8
+ adult?: boolean | undefined;
9
+ backdrop_path?: string | undefined;
10
+ character?: string | undefined;
11
+ episodes?: unknown[] | undefined;
12
+ first_air_date?: string | undefined;
13
+ genre_ids?: number[] | undefined;
14
+ id?: number | undefined;
15
+ media_type?: string | undefined;
16
+ poster_path?: string | undefined;
17
+ origin_country?: string[] | undefined;
18
+ popularity?: number | undefined;
19
+ original_name?: string | undefined;
20
+ vote_average?: number | undefined;
21
+ vote_count?: number | undefined;
22
+ original_language?: string | undefined;
23
+ overview?: string | undefined;
24
+ name?: string | undefined;
25
+ seasons?: {
26
+ air_date?: string | undefined;
27
+ episode_count?: number | undefined;
28
+ id?: number | undefined;
29
+ name?: string | undefined;
30
+ overview?: string | undefined;
31
+ poster_path?: string | undefined;
32
+ season_number?: number | undefined;
33
+ show_id?: number | undefined;
34
+ }[] | undefined;
35
+ } | undefined;
36
+ media_type?: string | undefined;
37
+ person?: {
38
+ adult?: boolean | undefined;
39
+ gender?: number | undefined;
40
+ id?: number | undefined;
41
+ known_for_department?: string | undefined;
42
+ media_type?: string | undefined;
43
+ name?: string | undefined;
44
+ original_name?: string | undefined;
45
+ popularity?: number | undefined;
46
+ profile_path?: string | undefined;
47
+ } | undefined;
4195
48
  } | undefined>;
4196
49
  //# sourceMappingURL=credit.d.cts.map