@tmdb-graphql-api/resolvers 0.0.34 → 0.1.1-unstable.0

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 (489) 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 +506 -413
  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 +4 -3
  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 +61 -3397
  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 +9 -12
  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 -4197
  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 +235 -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 +2 -5
  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 +1755 -30
  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 +1728 -1848
  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 +1728 -1848
  86. package/dist/types/cjs/queries/movieReviews.d.cts.map +1 -1
  87. package/dist/types/cjs/queries/movieSimilarMovies.d.cts +1728 -1848
  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 +1741 -13
  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 +14 -23
  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 +37 -23
  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 -282
  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 -10478
  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 +1292 -30
  143. package/dist/types/cjs/queries/tvCredits.d.cts.map +1 -1
  144. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +1280 -37
  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 +1271 -7
  151. package/dist/types/cjs/queries/tvKeywords.d.cts.map +1 -1
  152. package/dist/types/cjs/queries/tvRecommendations.d.cts +1264 -5365
  153. package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
  154. package/dist/types/cjs/queries/tvReviews.d.cts +1264 -5365
  155. package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
  156. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +1264 -5365
  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 +1279 -13
  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 -297
  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 +4 -3
  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 +61 -3397
  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 +9 -12
  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 -4197
  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 +235 -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 +2 -5
  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 +1755 -30
  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 +1728 -1848
  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 +1728 -1848
  248. package/dist/types/esm/queries/movieReviews.d.ts.map +1 -1
  249. package/dist/types/esm/queries/movieSimilarMovies.d.ts +1728 -1848
  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 +1741 -13
  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 +14 -23
  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 +37 -23
  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 -282
  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 -10478
  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 +1292 -30
  305. package/dist/types/esm/queries/tvCredits.d.ts.map +1 -1
  306. package/dist/types/esm/queries/tvEpisodeGroups.d.ts +1280 -37
  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 +1271 -7
  313. package/dist/types/esm/queries/tvKeywords.d.ts.map +1 -1
  314. package/dist/types/esm/queries/tvRecommendations.d.ts +1264 -5365
  315. package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
  316. package/dist/types/esm/queries/tvReviews.d.ts +1264 -5365
  317. package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
  318. package/dist/types/esm/queries/tvSimilarTvShows.d.ts +1264 -5365
  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 +1279 -13
  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 -297
  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/__snapshots__/typePropNames.test.ts.snap +0 -2
  335. package/src/helpers/buildArgsResolver.ts +37 -0
  336. package/src/helpers/buildNoObjArgsResolver.ts +36 -0
  337. package/src/helpers/buildObjArgsResolver.ts +43 -0
  338. package/src/helpers/buildObjResolver.ts +48 -0
  339. package/src/helpers/getTvIdSeasonAndEpisode.ts +12 -8
  340. package/src/main.ts +5 -11
  341. package/src/queries/__snapshots__/episode.test.ts.snap +1 -2
  342. package/src/queries/__snapshots__/season.test.ts.snap +1 -2
  343. package/src/queries/certifications.test.ts +13 -20
  344. package/src/queries/certifications.ts +21 -24
  345. package/src/queries/collection.test.ts +13 -16
  346. package/src/queries/collection.ts +20 -23
  347. package/src/queries/collectionImages.test.ts +16 -24
  348. package/src/queries/collectionImages.ts +16 -19
  349. package/src/queries/collectionTranslations.test.ts +29 -17
  350. package/src/queries/collectionTranslations.ts +19 -23
  351. package/src/queries/company.test.ts +13 -16
  352. package/src/queries/company.ts +20 -23
  353. package/src/queries/companyAlternativeNames.test.ts +34 -19
  354. package/src/queries/companyAlternativeNames.ts +19 -23
  355. package/src/queries/companyLogos.test.ts +29 -19
  356. package/src/queries/companyLogos.ts +13 -21
  357. package/src/queries/configuration.test.ts +12 -16
  358. package/src/queries/configuration.ts +11 -15
  359. package/src/queries/configurationCountries.test.ts +27 -17
  360. package/src/queries/configurationCountries.ts +19 -23
  361. package/src/queries/configurationJobs.test.ts +27 -17
  362. package/src/queries/configurationJobs.ts +19 -23
  363. package/src/queries/configurationLanguages.test.ts +27 -17
  364. package/src/queries/configurationLanguages.ts +19 -23
  365. package/src/queries/configurationPrimaryTranslations.test.ts +26 -17
  366. package/src/queries/configurationPrimaryTranslations.ts +14 -18
  367. package/src/queries/configurationTimezones.test.ts +27 -17
  368. package/src/queries/configurationTimezones.ts +19 -23
  369. package/src/queries/credit.test.ts +13 -16
  370. package/src/queries/credit.ts +12 -15
  371. package/src/queries/discoverMovies.test.ts +35 -81
  372. package/src/queries/discoverMovies.ts +21 -20
  373. package/src/queries/discoverTv.test.ts +29 -43
  374. package/src/queries/discoverTv.ts +16 -21
  375. package/src/queries/episode.test.ts +16 -17
  376. package/src/queries/episode.ts +36 -36
  377. package/src/queries/episodeCredits.test.ts +35 -67
  378. package/src/queries/episodeCredits.ts +29 -22
  379. package/src/queries/episodeExternalIds.test.ts +27 -39
  380. package/src/queries/episodeExternalIds.ts +35 -23
  381. package/src/queries/episodeStills.test.ts +28 -41
  382. package/src/queries/episodeStills.ts +32 -22
  383. package/src/queries/episodeTranslations.test.ts +26 -34
  384. package/src/queries/episodeTranslations.ts +29 -22
  385. package/src/queries/episodeVideos.test.ts +28 -41
  386. package/src/queries/episodeVideos.ts +29 -22
  387. package/src/queries/find.test.ts +13 -16
  388. package/src/queries/find.ts +25 -22
  389. package/src/queries/genres.test.ts +13 -22
  390. package/src/queries/genres.ts +13 -19
  391. package/src/queries/keyword.test.ts +13 -16
  392. package/src/queries/keyword.ts +12 -15
  393. package/src/queries/movie.test.ts +16 -20
  394. package/src/queries/movie.ts +20 -21
  395. package/src/queries/movieAlternativeTitles.test.ts +24 -30
  396. package/src/queries/movieAlternativeTitles.ts +34 -22
  397. package/src/queries/movieCredits.test.ts +27 -45
  398. package/src/queries/movieCredits.ts +24 -21
  399. package/src/queries/movieExternalIds.test.ts +22 -29
  400. package/src/queries/movieExternalIds.ts +26 -21
  401. package/src/queries/movieImages.test.ts +28 -46
  402. package/src/queries/movieImages.ts +26 -23
  403. package/src/queries/movieKeywords.test.ts +21 -26
  404. package/src/queries/movieKeywords.ts +24 -21
  405. package/src/queries/movieRecommendations.test.ts +27 -49
  406. package/src/queries/movieRecommendations.ts +27 -23
  407. package/src/queries/movieReleaseDates.test.ts +24 -28
  408. package/src/queries/movieReleaseDates.ts +25 -21
  409. package/src/queries/movieReviews.test.ts +32 -36
  410. package/src/queries/movieReviews.ts +28 -23
  411. package/src/queries/movieSimilarMovies.test.ts +25 -47
  412. package/src/queries/movieSimilarMovies.ts +28 -24
  413. package/src/queries/movieTranslations.test.ts +20 -25
  414. package/src/queries/movieTranslations.ts +24 -21
  415. package/src/queries/movieVideos.test.ts +22 -29
  416. package/src/queries/movieVideos.ts +24 -21
  417. package/src/queries/movieWatchProviders.test.ts +19 -27
  418. package/src/queries/movieWatchProviders.ts +26 -23
  419. package/src/queries/network.test.ts +13 -16
  420. package/src/queries/network.ts +20 -23
  421. package/src/queries/networkAlternativeNames.test.ts +16 -18
  422. package/src/queries/networkAlternativeNames.ts +19 -23
  423. package/src/queries/networkLogos.test.ts +14 -15
  424. package/src/queries/networkLogos.ts +13 -20
  425. package/src/queries/person.test.ts +16 -20
  426. package/src/queries/person.ts +20 -21
  427. package/src/queries/personCombinedCredits.test.ts +26 -26
  428. package/src/queries/personCombinedCredits.ts +27 -21
  429. package/src/queries/personExternalIds.test.ts +26 -26
  430. package/src/queries/personExternalIds.ts +27 -21
  431. package/src/queries/personMovieCredits.test.ts +26 -26
  432. package/src/queries/personMovieCredits.ts +27 -21
  433. package/src/queries/personProfiles.test.ts +22 -26
  434. package/src/queries/personProfiles.ts +25 -22
  435. package/src/queries/personTranslations.test.ts +22 -25
  436. package/src/queries/personTranslations.ts +24 -21
  437. package/src/queries/personTvCredits.test.ts +28 -28
  438. package/src/queries/personTvCredits.ts +26 -21
  439. package/src/queries/rated.test.ts +33 -69
  440. package/src/queries/rated.ts +31 -20
  441. package/src/queries/review.test.ts +13 -16
  442. package/src/queries/review.ts +27 -31
  443. package/src/queries/search.test.ts +53 -107
  444. package/src/queries/search.ts +42 -20
  445. package/src/queries/season.test.ts +16 -17
  446. package/src/queries/season.ts +34 -44
  447. package/src/queries/seasonCredits.test.ts +36 -45
  448. package/src/queries/seasonCredits.ts +27 -23
  449. package/src/queries/seasonEpisodeCount.ts +0 -4
  450. package/src/queries/seasonExternalIds.test.ts +25 -28
  451. package/src/queries/seasonExternalIds.ts +32 -22
  452. package/src/queries/seasonPosters.test.ts +25 -30
  453. package/src/queries/seasonPosters.ts +25 -22
  454. package/src/queries/seasonTranslations.test.ts +21 -27
  455. package/src/queries/seasonTranslations.ts +29 -22
  456. package/src/queries/seasonVideos.test.ts +23 -28
  457. package/src/queries/seasonVideos.ts +25 -22
  458. package/src/queries/trending.test.ts +28 -60
  459. package/src/queries/trending.ts +42 -20
  460. package/src/queries/tv.test.ts +16 -20
  461. package/src/queries/tv.ts +26 -34
  462. package/src/queries/tvAlternativeTitles.test.ts +25 -28
  463. package/src/queries/tvAlternativeTitles.ts +25 -22
  464. package/src/queries/tvContentRatings.test.ts +25 -28
  465. package/src/queries/tvContentRatings.ts +24 -22
  466. package/src/queries/tvCredits.test.ts +38 -44
  467. package/src/queries/tvCredits.ts +24 -21
  468. package/src/queries/tvEpisodeGroups.test.ts +25 -28
  469. package/src/queries/tvEpisodeGroups.ts +24 -21
  470. package/src/queries/tvExternalIds.test.ts +25 -28
  471. package/src/queries/tvExternalIds.ts +26 -21
  472. package/src/queries/tvImages.test.ts +36 -46
  473. package/src/queries/tvImages.ts +26 -23
  474. package/src/queries/tvKeywords.test.ts +24 -28
  475. package/src/queries/tvKeywords.ts +24 -21
  476. package/src/queries/tvRecommendations.test.ts +29 -49
  477. package/src/queries/tvRecommendations.ts +28 -22
  478. package/src/queries/tvReviews.test.ts +37 -48
  479. package/src/queries/tvReviews.ts +27 -23
  480. package/src/queries/tvSimilarTvShows.test.ts +37 -48
  481. package/src/queries/tvSimilarTvShows.ts +28 -24
  482. package/src/queries/tvTranslations.test.ts +24 -28
  483. package/src/queries/tvTranslations.ts +24 -21
  484. package/src/queries/tvVideos.test.ts +24 -28
  485. package/src/queries/tvVideos.ts +24 -21
  486. package/src/queries/tvWatchProviders.test.ts +24 -28
  487. package/src/queries/tvWatchProviders.ts +26 -23
  488. package/src/queries/videoType.ts +2 -2
  489. package/src/types.ts +226 -391
@@ -1,4200 +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.ts';
4
- export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, { requestID, restClient, setCacheMetadata, tmdbGuestSessionId }: Context, { fieldNodes }: GraphQLResolveInfo) => Promise<{
5
- id: number;
6
- __typename?: "Credit" | undefined;
7
- credit_type: string;
8
- department: string;
9
- job: string;
10
- media: {
11
- id: 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: 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: 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<number> | undefined;
85
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
86
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | 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: 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> | 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: 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: 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: 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
- __typename?: "Review" | undefined;
240
- author: string;
241
- author_details?: {
242
- __typename?: "AuthorDetails" | undefined;
243
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
244
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
245
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
246
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
247
- } | null | undefined;
248
- content: string;
249
- created_at: string;
250
- id: 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
- __typename?: "Review" | undefined;
259
- author: string;
260
- author_details?: {
261
- __typename?: "AuthorDetails" | undefined;
262
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
263
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
264
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
265
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
266
- } | null | undefined;
267
- content: string;
268
- created_at: string;
269
- id: 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: 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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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<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: 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: 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<number> | undefined;
1731
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1732
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | 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: 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: 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;
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<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: number;
1782
- __typename?: "CreditCombinedCrew" | undefined;
1783
- adult: boolean;
1784
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1785
- credit_id: string;
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<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: 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;
1833
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<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: number;
1847
- __typename?: "CreditMovieCrew" | undefined;
1848
- adult: boolean;
1849
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1850
- credit_id: string;
1851
- department: string;
1852
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<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: 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;
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<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: number;
1919
- __typename?: "CreditTvCrew" | undefined;
1920
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1921
- credit_id: string;
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<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: 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> | 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: number;
1955
- __typename?: "EpisodeGroup" | undefined;
1956
- description: string;
1957
- episode_count: number;
1958
- group_count: number;
1959
- name: string;
1960
- network: {
1961
- id: 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: 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: 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: number;
2018
- __typename?: "Episode" | undefined;
2019
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2020
- cast?: ({
2021
- id: 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<number> | undefined;
2025
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2026
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | 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: 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> | 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_lookup_id: string;
2050
- episode_number: number;
2051
- external_ids?: {
2052
- __typename?: "ExternalIds" | undefined;
2053
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2054
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2055
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2056
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2057
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2058
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2059
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2060
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2061
- } | null | undefined;
2062
- guest_stars?: ({
2063
- id: number;
2064
- __typename?: "Cast" | undefined;
2065
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2066
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2067
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2068
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2069
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2070
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2071
- name: string;
2072
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2073
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2074
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2075
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2076
- } | null)[] | null | undefined;
2077
- name: string;
2078
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2079
- production_code?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2080
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2081
- season_number: number;
2082
- still_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2083
- stills?: ({
2084
- __typename?: "Image" | undefined;
2085
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2086
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2087
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2088
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2089
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2090
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2091
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2092
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2093
- } | null)[] | null | undefined;
2094
- translations?: ({
2095
- __typename?: "Translation" | undefined;
2096
- data: {
2097
- __typename?: "TranslationData" | undefined;
2098
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2099
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2100
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2101
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2102
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2103
- };
2104
- english_name: string;
2105
- iso_639_1: string;
2106
- iso_3166_1: string;
2107
- name: string;
2108
- } | null)[] | null | undefined;
2109
- tv_show_id: number;
2110
- videos?: ({
2111
- id: number;
2112
- __typename?: "Video" | undefined;
2113
- iso_639_1: string;
2114
- iso_3166_1: string;
2115
- key: string;
2116
- name: string;
2117
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2118
- size: number;
2119
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2120
- } | null)[] | null | undefined;
2121
- vote_average: number;
2122
- vote_count: number;
2123
- } | null | undefined;
2124
- logos?: ({
2125
- __typename?: "Image" | undefined;
2126
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2127
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2128
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2129
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2130
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2131
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2132
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2133
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2134
- } | null)[] | null | undefined;
2135
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
2136
- name: string;
2137
- networks: ({
2138
- id: number;
2139
- __typename?: "Network" | undefined;
2140
- alternative_names?: ({
2141
- __typename?: "AlternativeName" | undefined;
2142
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2143
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2144
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2145
- type: string;
2146
- } | null)[] | null | undefined;
2147
- headquarters: string;
2148
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2149
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2150
- logos?: ({
2151
- __typename?: "Image" | undefined;
2152
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2153
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2154
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2155
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2156
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2157
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2158
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2159
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2160
- } | null)[] | null | undefined;
2161
- name: string;
2162
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2163
- } | null)[];
2164
- next_episode_to_air?: {
2165
- id: number;
2166
- __typename?: "Episode" | undefined;
2167
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2168
- cast?: ({
2169
- id: number;
2170
- __typename?: "Cast" | undefined;
2171
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2172
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2173
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2174
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2175
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2176
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2177
- name: string;
2178
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2179
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2180
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2181
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2182
- } | null)[] | null | undefined;
2183
- crew?: ({
2184
- id: number;
2185
- __typename?: "Crew" | undefined;
2186
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2187
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2188
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2189
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2190
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2191
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2192
- name: string;
2193
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2194
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2195
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2196
- } | null)[] | null | undefined;
2197
- episode_lookup_id: string;
2198
- episode_number: number;
2199
- external_ids?: {
2200
- __typename?: "ExternalIds" | undefined;
2201
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2202
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2203
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2204
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2205
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2206
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2207
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2208
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2209
- } | null | undefined;
2210
- guest_stars?: ({
2211
- id: number;
2212
- __typename?: "Cast" | undefined;
2213
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2214
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2215
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2216
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2217
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2218
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2219
- name: string;
2220
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2221
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2222
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2223
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2224
- } | null)[] | null | undefined;
2225
- name: string;
2226
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2227
- production_code?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2228
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2229
- season_number: number;
2230
- still_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2231
- stills?: ({
2232
- __typename?: "Image" | undefined;
2233
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2234
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2235
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2236
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2237
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2238
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2239
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2240
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2241
- } | null)[] | null | undefined;
2242
- translations?: ({
2243
- __typename?: "Translation" | undefined;
2244
- data: {
2245
- __typename?: "TranslationData" | undefined;
2246
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2247
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2248
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2249
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2250
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2251
- };
2252
- english_name: string;
2253
- iso_639_1: string;
2254
- iso_3166_1: string;
2255
- name: string;
2256
- } | null)[] | null | undefined;
2257
- tv_show_id: number;
2258
- videos?: ({
2259
- id: number;
2260
- __typename?: "Video" | undefined;
2261
- iso_639_1: string;
2262
- iso_3166_1: string;
2263
- key: string;
2264
- name: string;
2265
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2266
- size: number;
2267
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2268
- } | null)[] | null | undefined;
2269
- vote_average: number;
2270
- vote_count: number;
2271
- } | null | undefined;
2272
- number_of_episodes: number;
2273
- number_of_seasons: number;
2274
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
2275
- original_language: string;
2276
- original_name: string;
2277
- overview: string;
2278
- popularity: number;
2279
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2280
- posters?: ({
2281
- __typename?: "Image" | undefined;
2282
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2283
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2284
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2285
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2286
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2287
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2288
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2289
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2290
- } | null)[] | null | undefined;
2291
- production_companies: ({
2292
- id: number;
2293
- __typename?: "Company" | undefined;
2294
- alternative_names?: ({
2295
- __typename?: "AlternativeName" | undefined;
2296
- iso_3166_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2297
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2298
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2299
- type: string;
2300
- } | null)[] | null | undefined;
2301
- description: string;
2302
- headquarters: string;
2303
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2304
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2305
- logos?: ({
2306
- __typename?: "Image" | undefined;
2307
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2308
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2309
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2310
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2311
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2312
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2313
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2314
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2315
- } | null)[] | null | undefined;
2316
- name: string;
2317
- origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2318
- parent_company?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2319
- } | null)[];
2320
- recommendations?: {
2321
- page_info: {
2322
- __typename?: "PageInfo" | undefined;
2323
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2324
- has_next_page: boolean;
2325
- has_previous_page: boolean;
2326
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2327
- };
2328
- __typename?: "TvConnection" | undefined;
2329
- edges?: ({
2330
- __typename?: "TvEdge" | undefined;
2331
- cursor: string;
2332
- node: any;
2333
- } | null)[] | null | undefined;
2334
- nodes?: (any | null)[] | null | undefined;
2335
- total_count: number;
2336
- } | null | undefined;
2337
- reviews?: {
2338
- page_info: {
2339
- __typename?: "PageInfo" | undefined;
2340
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2341
- has_next_page: boolean;
2342
- has_previous_page: boolean;
2343
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2344
- };
2345
- __typename?: "ReviewConnection" | undefined;
2346
- edges?: ({
2347
- __typename?: "ReviewEdge" | undefined;
2348
- cursor: string;
2349
- node: {
2350
- __typename?: "Review" | undefined;
2351
- author: string;
2352
- author_details?: {
2353
- __typename?: "AuthorDetails" | undefined;
2354
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2355
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2356
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2357
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2358
- } | null | undefined;
2359
- content: string;
2360
- created_at: string;
2361
- id: string;
2362
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2363
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2364
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
2365
- url: string;
2366
- };
2367
- } | null)[] | null | undefined;
2368
- nodes?: ({
2369
- __typename?: "Review" | undefined;
2370
- author: string;
2371
- author_details?: {
2372
- __typename?: "AuthorDetails" | undefined;
2373
- avatar_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2374
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2375
- rating?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2376
- username?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2377
- } | null | undefined;
2378
- content: string;
2379
- created_at: string;
2380
- id: string;
2381
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2382
- media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2383
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
2384
- url: string;
2385
- } | null)[] | null | undefined;
2386
- total_count: number;
2387
- } | null | undefined;
2388
- seasons: ({
2389
- id: number;
2390
- __typename?: "Season" | undefined;
2391
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2392
- cast?: ({
2393
- id: number;
2394
- __typename?: "Cast" | undefined;
2395
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2396
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2397
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2398
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2399
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2400
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2401
- name: string;
2402
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2403
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2404
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2405
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2406
- } | null)[] | null | undefined;
2407
- crew?: ({
2408
- id: number;
2409
- __typename?: "Crew" | undefined;
2410
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2411
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2412
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2413
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2414
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2415
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2416
- name: string;
2417
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2418
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2419
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2420
- } | null)[] | null | undefined;
2421
- episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2422
- episodes?: ({
2423
- id: number;
2424
- __typename?: "Episode" | undefined;
2425
- air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2426
- cast?: ({
2427
- id: number;
2428
- __typename?: "Cast" | undefined;
2429
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2430
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2431
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2432
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2433
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2434
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2435
- name: string;
2436
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2437
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2438
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2439
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2440
- } | null)[] | null | undefined;
2441
- crew?: ({
2442
- id: number;
2443
- __typename?: "Crew" | undefined;
2444
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2445
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2446
- department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2447
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2448
- job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2449
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2450
- name: string;
2451
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2452
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2453
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2454
- } | null)[] | null | undefined;
2455
- episode_lookup_id: string;
2456
- episode_number: number;
2457
- external_ids?: {
2458
- __typename?: "ExternalIds" | undefined;
2459
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2460
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2461
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2462
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2463
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2464
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2465
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2466
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2467
- } | null | undefined;
2468
- guest_stars?: ({
2469
- id: number;
2470
- __typename?: "Cast" | undefined;
2471
- adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
2472
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2473
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2474
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2475
- gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2476
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2477
- name: string;
2478
- order?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2479
- original_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2480
- popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2481
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2482
- } | null)[] | null | undefined;
2483
- name: string;
2484
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2485
- production_code?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2486
- runtime?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2487
- season_number: number;
2488
- still_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2489
- stills?: ({
2490
- __typename?: "Image" | undefined;
2491
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2492
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2493
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2494
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2495
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2496
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2497
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2498
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2499
- } | null)[] | null | undefined;
2500
- translations?: ({
2501
- __typename?: "Translation" | undefined;
2502
- data: {
2503
- __typename?: "TranslationData" | undefined;
2504
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2505
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2506
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2507
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2508
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2509
- };
2510
- english_name: string;
2511
- iso_639_1: string;
2512
- iso_3166_1: string;
2513
- name: string;
2514
- } | null)[] | null | undefined;
2515
- tv_show_id: number;
2516
- videos?: ({
2517
- id: number;
2518
- __typename?: "Video" | undefined;
2519
- iso_639_1: string;
2520
- iso_3166_1: string;
2521
- key: string;
2522
- name: string;
2523
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2524
- size: number;
2525
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2526
- } | null)[] | null | undefined;
2527
- vote_average: number;
2528
- vote_count: number;
2529
- } | null)[] | null | undefined;
2530
- external_ids?: {
2531
- __typename?: "ExternalIds" | undefined;
2532
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2533
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2534
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2535
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2536
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2537
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2538
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2539
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2540
- } | null | undefined;
2541
- name: string;
2542
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2543
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2544
- posters?: ({
2545
- __typename?: "Image" | undefined;
2546
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2547
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2548
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2549
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2550
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2551
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2552
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2553
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2554
- } | null)[] | null | undefined;
2555
- season_lookup_id: string;
2556
- season_number: number;
2557
- translations?: ({
2558
- __typename?: "Translation" | undefined;
2559
- data: {
2560
- __typename?: "TranslationData" | undefined;
2561
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2562
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2563
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2564
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2565
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2566
- };
2567
- english_name: string;
2568
- iso_639_1: string;
2569
- iso_3166_1: string;
2570
- name: string;
2571
- } | null)[] | null | undefined;
2572
- tv_show_id: number;
2573
- videos?: ({
2574
- id: number;
2575
- __typename?: "Video" | undefined;
2576
- iso_639_1: string;
2577
- iso_3166_1: string;
2578
- key: string;
2579
- name: string;
2580
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2581
- size: number;
2582
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2583
- } | null)[] | null | undefined;
2584
- } | null)[];
2585
- similar_tv_shows?: {
2586
- page_info: {
2587
- __typename?: "PageInfo" | undefined;
2588
- end_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2589
- has_next_page: boolean;
2590
- has_previous_page: boolean;
2591
- start_cursor?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2592
- };
2593
- __typename?: "TvConnection" | undefined;
2594
- edges?: ({
2595
- __typename?: "TvEdge" | undefined;
2596
- cursor: string;
2597
- node: any;
2598
- } | null)[] | null | undefined;
2599
- nodes?: (any | null)[] | null | undefined;
2600
- total_count: number;
2601
- } | null | undefined;
2602
- status: import("@tmdb-graphql-api/schema/types").TvStatus;
2603
- tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2604
- translations?: ({
2605
- __typename?: "Translation" | undefined;
2606
- data: {
2607
- __typename?: "TranslationData" | undefined;
2608
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2609
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2610
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2611
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2612
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2613
- };
2614
- english_name: string;
2615
- iso_639_1: string;
2616
- iso_3166_1: string;
2617
- name: string;
2618
- } | null)[] | null | undefined;
2619
- type: import("@tmdb-graphql-api/schema/types").TvType;
2620
- videos?: ({
2621
- id: number;
2622
- __typename?: "Video" | undefined;
2623
- iso_639_1: string;
2624
- iso_3166_1: string;
2625
- key: string;
2626
- name: string;
2627
- site: import("@tmdb-graphql-api/schema/types").VideoSite;
2628
- size: number;
2629
- type: import("@tmdb-graphql-api/schema/types").VideoType;
2630
- } | null)[] | null | undefined;
2631
- vote_average: number;
2632
- vote_count: number;
2633
- watch_providers?: {
2634
- __typename?: "WatchProviders" | undefined;
2635
- ar?: {
2636
- __typename?: "WatchProviderCategories" | undefined;
2637
- ads?: ({
2638
- __typename?: "WatchProvider" | undefined;
2639
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2640
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2641
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2642
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2643
- } | null)[] | null | undefined;
2644
- buy?: ({
2645
- __typename?: "WatchProvider" | undefined;
2646
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2647
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2648
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2649
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2650
- } | null)[] | null | undefined;
2651
- flatrate?: ({
2652
- __typename?: "WatchProvider" | undefined;
2653
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2654
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2655
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2656
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2657
- } | null)[] | null | undefined;
2658
- free?: ({
2659
- __typename?: "WatchProvider" | undefined;
2660
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2661
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2662
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2663
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2664
- } | null)[] | null | undefined;
2665
- rent?: ({
2666
- __typename?: "WatchProvider" | undefined;
2667
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2668
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2669
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2670
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2671
- } | null)[] | null | undefined;
2672
- } | null | undefined;
2673
- at?: {
2674
- __typename?: "WatchProviderCategories" | undefined;
2675
- ads?: ({
2676
- __typename?: "WatchProvider" | undefined;
2677
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2678
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2679
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2680
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2681
- } | null)[] | null | undefined;
2682
- buy?: ({
2683
- __typename?: "WatchProvider" | undefined;
2684
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2685
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2686
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2687
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2688
- } | null)[] | null | undefined;
2689
- flatrate?: ({
2690
- __typename?: "WatchProvider" | undefined;
2691
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2692
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2693
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2694
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2695
- } | null)[] | null | undefined;
2696
- free?: ({
2697
- __typename?: "WatchProvider" | undefined;
2698
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2699
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2700
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2701
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2702
- } | null)[] | null | undefined;
2703
- rent?: ({
2704
- __typename?: "WatchProvider" | undefined;
2705
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2706
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2707
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2708
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2709
- } | null)[] | null | undefined;
2710
- } | null | undefined;
2711
- au?: {
2712
- __typename?: "WatchProviderCategories" | undefined;
2713
- ads?: ({
2714
- __typename?: "WatchProvider" | undefined;
2715
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2716
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2717
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2718
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2719
- } | null)[] | null | undefined;
2720
- buy?: ({
2721
- __typename?: "WatchProvider" | undefined;
2722
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2723
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2724
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2725
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2726
- } | null)[] | null | undefined;
2727
- flatrate?: ({
2728
- __typename?: "WatchProvider" | undefined;
2729
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2730
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2731
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2732
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2733
- } | null)[] | null | undefined;
2734
- free?: ({
2735
- __typename?: "WatchProvider" | undefined;
2736
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2737
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2738
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2739
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2740
- } | null)[] | null | undefined;
2741
- rent?: ({
2742
- __typename?: "WatchProvider" | undefined;
2743
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2744
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2745
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2746
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2747
- } | null)[] | null | undefined;
2748
- } | null | undefined;
2749
- be?: {
2750
- __typename?: "WatchProviderCategories" | undefined;
2751
- ads?: ({
2752
- __typename?: "WatchProvider" | undefined;
2753
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2754
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2755
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2756
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2757
- } | null)[] | null | undefined;
2758
- buy?: ({
2759
- __typename?: "WatchProvider" | undefined;
2760
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2761
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2762
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2763
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2764
- } | null)[] | null | undefined;
2765
- flatrate?: ({
2766
- __typename?: "WatchProvider" | undefined;
2767
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2768
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2769
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2770
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2771
- } | null)[] | null | undefined;
2772
- free?: ({
2773
- __typename?: "WatchProvider" | undefined;
2774
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2775
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2776
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2777
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2778
- } | null)[] | null | undefined;
2779
- rent?: ({
2780
- __typename?: "WatchProvider" | undefined;
2781
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2782
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2783
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2784
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2785
- } | null)[] | null | undefined;
2786
- } | null | undefined;
2787
- br?: {
2788
- __typename?: "WatchProviderCategories" | undefined;
2789
- ads?: ({
2790
- __typename?: "WatchProvider" | undefined;
2791
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2792
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2793
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2794
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2795
- } | null)[] | null | undefined;
2796
- buy?: ({
2797
- __typename?: "WatchProvider" | undefined;
2798
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2799
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2800
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2801
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2802
- } | null)[] | null | undefined;
2803
- flatrate?: ({
2804
- __typename?: "WatchProvider" | undefined;
2805
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2806
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2807
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2808
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2809
- } | null)[] | null | undefined;
2810
- free?: ({
2811
- __typename?: "WatchProvider" | undefined;
2812
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2813
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2814
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2815
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2816
- } | null)[] | null | undefined;
2817
- rent?: ({
2818
- __typename?: "WatchProvider" | undefined;
2819
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2820
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2821
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2822
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2823
- } | null)[] | null | undefined;
2824
- } | null | undefined;
2825
- ca?: {
2826
- __typename?: "WatchProviderCategories" | undefined;
2827
- ads?: ({
2828
- __typename?: "WatchProvider" | undefined;
2829
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2830
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2831
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2832
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2833
- } | null)[] | null | undefined;
2834
- buy?: ({
2835
- __typename?: "WatchProvider" | undefined;
2836
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2837
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2838
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2839
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2840
- } | null)[] | null | undefined;
2841
- flatrate?: ({
2842
- __typename?: "WatchProvider" | undefined;
2843
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2844
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2845
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2846
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2847
- } | null)[] | null | undefined;
2848
- free?: ({
2849
- __typename?: "WatchProvider" | undefined;
2850
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2851
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2852
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2853
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2854
- } | null)[] | null | undefined;
2855
- rent?: ({
2856
- __typename?: "WatchProvider" | undefined;
2857
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2858
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2859
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2860
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2861
- } | null)[] | null | undefined;
2862
- } | null | undefined;
2863
- ch?: {
2864
- __typename?: "WatchProviderCategories" | undefined;
2865
- ads?: ({
2866
- __typename?: "WatchProvider" | undefined;
2867
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2868
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2869
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2870
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2871
- } | null)[] | null | undefined;
2872
- buy?: ({
2873
- __typename?: "WatchProvider" | undefined;
2874
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2875
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2876
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2877
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2878
- } | null)[] | null | undefined;
2879
- flatrate?: ({
2880
- __typename?: "WatchProvider" | undefined;
2881
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2882
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2883
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2884
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2885
- } | null)[] | null | undefined;
2886
- free?: ({
2887
- __typename?: "WatchProvider" | undefined;
2888
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2889
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2890
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2891
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2892
- } | null)[] | null | undefined;
2893
- rent?: ({
2894
- __typename?: "WatchProvider" | undefined;
2895
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2896
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2897
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2898
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2899
- } | null)[] | null | undefined;
2900
- } | null | undefined;
2901
- cl?: {
2902
- __typename?: "WatchProviderCategories" | undefined;
2903
- ads?: ({
2904
- __typename?: "WatchProvider" | undefined;
2905
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2906
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2907
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2908
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2909
- } | null)[] | null | undefined;
2910
- buy?: ({
2911
- __typename?: "WatchProvider" | undefined;
2912
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2913
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2914
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2915
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2916
- } | null)[] | null | undefined;
2917
- flatrate?: ({
2918
- __typename?: "WatchProvider" | undefined;
2919
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2920
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2921
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2922
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2923
- } | null)[] | null | undefined;
2924
- free?: ({
2925
- __typename?: "WatchProvider" | undefined;
2926
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2927
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2928
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2929
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2930
- } | null)[] | null | undefined;
2931
- rent?: ({
2932
- __typename?: "WatchProvider" | undefined;
2933
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2934
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2935
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2936
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2937
- } | null)[] | null | undefined;
2938
- } | null | undefined;
2939
- co?: {
2940
- __typename?: "WatchProviderCategories" | undefined;
2941
- ads?: ({
2942
- __typename?: "WatchProvider" | undefined;
2943
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2944
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2945
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2946
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2947
- } | null)[] | null | undefined;
2948
- buy?: ({
2949
- __typename?: "WatchProvider" | undefined;
2950
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2951
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2952
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2953
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2954
- } | null)[] | null | undefined;
2955
- flatrate?: ({
2956
- __typename?: "WatchProvider" | undefined;
2957
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2958
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2959
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2960
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2961
- } | null)[] | null | undefined;
2962
- free?: ({
2963
- __typename?: "WatchProvider" | undefined;
2964
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2965
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2966
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2967
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2968
- } | null)[] | null | undefined;
2969
- rent?: ({
2970
- __typename?: "WatchProvider" | undefined;
2971
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2972
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2973
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2974
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2975
- } | null)[] | null | undefined;
2976
- } | null | undefined;
2977
- cz?: {
2978
- __typename?: "WatchProviderCategories" | undefined;
2979
- ads?: ({
2980
- __typename?: "WatchProvider" | undefined;
2981
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2982
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2983
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2984
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2985
- } | null)[] | null | undefined;
2986
- buy?: ({
2987
- __typename?: "WatchProvider" | undefined;
2988
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2989
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2990
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2991
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2992
- } | null)[] | null | undefined;
2993
- flatrate?: ({
2994
- __typename?: "WatchProvider" | undefined;
2995
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2996
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2997
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2998
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2999
- } | null)[] | null | undefined;
3000
- free?: ({
3001
- __typename?: "WatchProvider" | undefined;
3002
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3003
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3004
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3005
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3006
- } | null)[] | null | undefined;
3007
- rent?: ({
3008
- __typename?: "WatchProvider" | undefined;
3009
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3010
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3011
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3012
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3013
- } | null)[] | null | undefined;
3014
- } | null | undefined;
3015
- de?: {
3016
- __typename?: "WatchProviderCategories" | undefined;
3017
- ads?: ({
3018
- __typename?: "WatchProvider" | undefined;
3019
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3020
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3021
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3022
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3023
- } | null)[] | null | undefined;
3024
- buy?: ({
3025
- __typename?: "WatchProvider" | undefined;
3026
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3027
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3028
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3029
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3030
- } | null)[] | null | undefined;
3031
- flatrate?: ({
3032
- __typename?: "WatchProvider" | undefined;
3033
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3034
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3035
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3036
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3037
- } | null)[] | null | undefined;
3038
- free?: ({
3039
- __typename?: "WatchProvider" | undefined;
3040
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3041
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3042
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3043
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3044
- } | null)[] | null | undefined;
3045
- rent?: ({
3046
- __typename?: "WatchProvider" | undefined;
3047
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3048
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3049
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3050
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3051
- } | null)[] | null | undefined;
3052
- } | null | undefined;
3053
- dk?: {
3054
- __typename?: "WatchProviderCategories" | undefined;
3055
- ads?: ({
3056
- __typename?: "WatchProvider" | undefined;
3057
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3058
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3059
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3060
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3061
- } | null)[] | null | undefined;
3062
- buy?: ({
3063
- __typename?: "WatchProvider" | undefined;
3064
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3065
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3066
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3067
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3068
- } | null)[] | null | undefined;
3069
- flatrate?: ({
3070
- __typename?: "WatchProvider" | undefined;
3071
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3072
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3073
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3074
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3075
- } | null)[] | null | undefined;
3076
- free?: ({
3077
- __typename?: "WatchProvider" | undefined;
3078
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3079
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3080
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3081
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3082
- } | null)[] | null | undefined;
3083
- rent?: ({
3084
- __typename?: "WatchProvider" | undefined;
3085
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3086
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3087
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3088
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3089
- } | null)[] | null | undefined;
3090
- } | null | undefined;
3091
- ec?: {
3092
- __typename?: "WatchProviderCategories" | undefined;
3093
- ads?: ({
3094
- __typename?: "WatchProvider" | undefined;
3095
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3096
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3097
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3098
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3099
- } | null)[] | null | undefined;
3100
- buy?: ({
3101
- __typename?: "WatchProvider" | undefined;
3102
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3103
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3104
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3105
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3106
- } | null)[] | null | undefined;
3107
- flatrate?: ({
3108
- __typename?: "WatchProvider" | undefined;
3109
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3110
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3111
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3112
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3113
- } | null)[] | null | undefined;
3114
- free?: ({
3115
- __typename?: "WatchProvider" | undefined;
3116
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3117
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3118
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3119
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3120
- } | null)[] | null | undefined;
3121
- rent?: ({
3122
- __typename?: "WatchProvider" | undefined;
3123
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3124
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3125
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3126
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3127
- } | null)[] | null | undefined;
3128
- } | null | undefined;
3129
- es?: {
3130
- __typename?: "WatchProviderCategories" | undefined;
3131
- ads?: ({
3132
- __typename?: "WatchProvider" | undefined;
3133
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3134
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3135
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3136
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3137
- } | null)[] | null | undefined;
3138
- buy?: ({
3139
- __typename?: "WatchProvider" | undefined;
3140
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3141
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3142
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3143
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3144
- } | null)[] | null | undefined;
3145
- flatrate?: ({
3146
- __typename?: "WatchProvider" | undefined;
3147
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3148
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3149
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3150
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3151
- } | null)[] | null | undefined;
3152
- free?: ({
3153
- __typename?: "WatchProvider" | undefined;
3154
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3155
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3156
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3157
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3158
- } | null)[] | null | undefined;
3159
- rent?: ({
3160
- __typename?: "WatchProvider" | undefined;
3161
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3162
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3163
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3164
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3165
- } | null)[] | null | undefined;
3166
- } | null | undefined;
3167
- fi?: {
3168
- __typename?: "WatchProviderCategories" | undefined;
3169
- ads?: ({
3170
- __typename?: "WatchProvider" | undefined;
3171
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3172
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3173
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3174
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3175
- } | null)[] | null | undefined;
3176
- buy?: ({
3177
- __typename?: "WatchProvider" | undefined;
3178
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3179
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3180
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3181
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3182
- } | null)[] | null | undefined;
3183
- flatrate?: ({
3184
- __typename?: "WatchProvider" | undefined;
3185
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3186
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3187
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3188
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3189
- } | null)[] | null | undefined;
3190
- free?: ({
3191
- __typename?: "WatchProvider" | undefined;
3192
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3193
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3194
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3195
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3196
- } | null)[] | null | undefined;
3197
- rent?: ({
3198
- __typename?: "WatchProvider" | undefined;
3199
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3200
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3201
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3202
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3203
- } | null)[] | null | undefined;
3204
- } | null | undefined;
3205
- fr?: {
3206
- __typename?: "WatchProviderCategories" | undefined;
3207
- ads?: ({
3208
- __typename?: "WatchProvider" | undefined;
3209
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3210
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3211
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3212
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3213
- } | null)[] | null | undefined;
3214
- buy?: ({
3215
- __typename?: "WatchProvider" | undefined;
3216
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3217
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3218
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3219
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3220
- } | null)[] | null | undefined;
3221
- flatrate?: ({
3222
- __typename?: "WatchProvider" | undefined;
3223
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3224
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3225
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3226
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3227
- } | null)[] | null | undefined;
3228
- free?: ({
3229
- __typename?: "WatchProvider" | undefined;
3230
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3231
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3232
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3233
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3234
- } | null)[] | null | undefined;
3235
- rent?: ({
3236
- __typename?: "WatchProvider" | undefined;
3237
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3238
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3239
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3240
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3241
- } | null)[] | null | undefined;
3242
- } | null | undefined;
3243
- gb?: {
3244
- __typename?: "WatchProviderCategories" | undefined;
3245
- ads?: ({
3246
- __typename?: "WatchProvider" | undefined;
3247
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3248
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3249
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3250
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3251
- } | null)[] | null | undefined;
3252
- buy?: ({
3253
- __typename?: "WatchProvider" | undefined;
3254
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3255
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3256
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3257
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3258
- } | null)[] | null | undefined;
3259
- flatrate?: ({
3260
- __typename?: "WatchProvider" | undefined;
3261
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3262
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3263
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3264
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3265
- } | null)[] | null | undefined;
3266
- free?: ({
3267
- __typename?: "WatchProvider" | undefined;
3268
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3269
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3270
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3271
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3272
- } | null)[] | null | undefined;
3273
- rent?: ({
3274
- __typename?: "WatchProvider" | undefined;
3275
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3276
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3277
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3278
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3279
- } | null)[] | null | undefined;
3280
- } | null | undefined;
3281
- hu?: {
3282
- __typename?: "WatchProviderCategories" | undefined;
3283
- ads?: ({
3284
- __typename?: "WatchProvider" | undefined;
3285
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3286
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3287
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3288
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3289
- } | null)[] | null | undefined;
3290
- buy?: ({
3291
- __typename?: "WatchProvider" | undefined;
3292
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3293
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3294
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3295
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3296
- } | null)[] | null | undefined;
3297
- flatrate?: ({
3298
- __typename?: "WatchProvider" | undefined;
3299
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3300
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3301
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3302
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3303
- } | null)[] | null | undefined;
3304
- free?: ({
3305
- __typename?: "WatchProvider" | undefined;
3306
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3307
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3308
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3309
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3310
- } | null)[] | null | undefined;
3311
- rent?: ({
3312
- __typename?: "WatchProvider" | undefined;
3313
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3314
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3315
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3316
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3317
- } | null)[] | null | undefined;
3318
- } | null | undefined;
3319
- ie?: {
3320
- __typename?: "WatchProviderCategories" | undefined;
3321
- ads?: ({
3322
- __typename?: "WatchProvider" | undefined;
3323
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3324
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3325
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3326
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3327
- } | null)[] | null | undefined;
3328
- buy?: ({
3329
- __typename?: "WatchProvider" | undefined;
3330
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3331
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3332
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3333
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3334
- } | null)[] | null | undefined;
3335
- flatrate?: ({
3336
- __typename?: "WatchProvider" | undefined;
3337
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3338
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3339
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3340
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3341
- } | null)[] | null | undefined;
3342
- free?: ({
3343
- __typename?: "WatchProvider" | undefined;
3344
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3345
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3346
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3347
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3348
- } | null)[] | null | undefined;
3349
- rent?: ({
3350
- __typename?: "WatchProvider" | undefined;
3351
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3352
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3353
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3354
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3355
- } | null)[] | null | undefined;
3356
- } | null | undefined;
3357
- in?: {
3358
- __typename?: "WatchProviderCategories" | undefined;
3359
- ads?: ({
3360
- __typename?: "WatchProvider" | undefined;
3361
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3362
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3363
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3364
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3365
- } | null)[] | null | undefined;
3366
- buy?: ({
3367
- __typename?: "WatchProvider" | undefined;
3368
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3369
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3370
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3371
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3372
- } | null)[] | null | undefined;
3373
- flatrate?: ({
3374
- __typename?: "WatchProvider" | undefined;
3375
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3376
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3377
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3378
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3379
- } | null)[] | null | undefined;
3380
- free?: ({
3381
- __typename?: "WatchProvider" | undefined;
3382
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3383
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3384
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3385
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3386
- } | null)[] | null | undefined;
3387
- rent?: ({
3388
- __typename?: "WatchProvider" | undefined;
3389
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3390
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3391
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3392
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3393
- } | null)[] | null | undefined;
3394
- } | null | undefined;
3395
- it?: {
3396
- __typename?: "WatchProviderCategories" | undefined;
3397
- ads?: ({
3398
- __typename?: "WatchProvider" | undefined;
3399
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3400
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3401
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3402
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3403
- } | null)[] | null | undefined;
3404
- buy?: ({
3405
- __typename?: "WatchProvider" | undefined;
3406
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3407
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3408
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3409
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3410
- } | null)[] | null | undefined;
3411
- flatrate?: ({
3412
- __typename?: "WatchProvider" | undefined;
3413
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3414
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3415
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3416
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3417
- } | null)[] | null | undefined;
3418
- free?: ({
3419
- __typename?: "WatchProvider" | undefined;
3420
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3421
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3422
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3423
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3424
- } | null)[] | null | undefined;
3425
- rent?: ({
3426
- __typename?: "WatchProvider" | undefined;
3427
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3428
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3429
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3430
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3431
- } | null)[] | null | undefined;
3432
- } | null | undefined;
3433
- jp?: {
3434
- __typename?: "WatchProviderCategories" | undefined;
3435
- ads?: ({
3436
- __typename?: "WatchProvider" | undefined;
3437
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3438
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3439
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3440
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3441
- } | null)[] | null | undefined;
3442
- buy?: ({
3443
- __typename?: "WatchProvider" | undefined;
3444
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3445
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3446
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3447
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3448
- } | null)[] | null | undefined;
3449
- flatrate?: ({
3450
- __typename?: "WatchProvider" | undefined;
3451
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3452
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3453
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3454
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3455
- } | null)[] | null | undefined;
3456
- free?: ({
3457
- __typename?: "WatchProvider" | undefined;
3458
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3459
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3460
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3461
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3462
- } | null)[] | null | undefined;
3463
- rent?: ({
3464
- __typename?: "WatchProvider" | undefined;
3465
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3466
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3467
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3468
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3469
- } | null)[] | null | undefined;
3470
- } | null | undefined;
3471
- mx?: {
3472
- __typename?: "WatchProviderCategories" | undefined;
3473
- ads?: ({
3474
- __typename?: "WatchProvider" | undefined;
3475
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3476
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3477
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3478
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3479
- } | null)[] | null | undefined;
3480
- buy?: ({
3481
- __typename?: "WatchProvider" | undefined;
3482
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3483
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3484
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3485
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3486
- } | null)[] | null | undefined;
3487
- flatrate?: ({
3488
- __typename?: "WatchProvider" | undefined;
3489
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3490
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3491
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3492
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3493
- } | null)[] | null | undefined;
3494
- free?: ({
3495
- __typename?: "WatchProvider" | undefined;
3496
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3497
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3498
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3499
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3500
- } | null)[] | null | undefined;
3501
- rent?: ({
3502
- __typename?: "WatchProvider" | undefined;
3503
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3504
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3505
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3506
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3507
- } | null)[] | null | undefined;
3508
- } | null | undefined;
3509
- nl?: {
3510
- __typename?: "WatchProviderCategories" | undefined;
3511
- ads?: ({
3512
- __typename?: "WatchProvider" | undefined;
3513
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3514
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3515
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3516
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3517
- } | null)[] | null | undefined;
3518
- buy?: ({
3519
- __typename?: "WatchProvider" | undefined;
3520
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3521
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3522
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3523
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3524
- } | null)[] | null | undefined;
3525
- flatrate?: ({
3526
- __typename?: "WatchProvider" | undefined;
3527
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3528
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3529
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3530
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3531
- } | null)[] | null | undefined;
3532
- free?: ({
3533
- __typename?: "WatchProvider" | undefined;
3534
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3535
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3536
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3537
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3538
- } | null)[] | null | undefined;
3539
- rent?: ({
3540
- __typename?: "WatchProvider" | undefined;
3541
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3542
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3543
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3544
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3545
- } | null)[] | null | undefined;
3546
- } | null | undefined;
3547
- no?: {
3548
- __typename?: "WatchProviderCategories" | undefined;
3549
- ads?: ({
3550
- __typename?: "WatchProvider" | undefined;
3551
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3552
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3553
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3554
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3555
- } | null)[] | null | undefined;
3556
- buy?: ({
3557
- __typename?: "WatchProvider" | undefined;
3558
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3559
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3560
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3561
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3562
- } | null)[] | null | undefined;
3563
- flatrate?: ({
3564
- __typename?: "WatchProvider" | undefined;
3565
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3566
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3567
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3568
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3569
- } | null)[] | null | undefined;
3570
- free?: ({
3571
- __typename?: "WatchProvider" | undefined;
3572
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3573
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3574
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3575
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3576
- } | null)[] | null | undefined;
3577
- rent?: ({
3578
- __typename?: "WatchProvider" | undefined;
3579
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3580
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3581
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3582
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3583
- } | null)[] | null | undefined;
3584
- } | null | undefined;
3585
- nz?: {
3586
- __typename?: "WatchProviderCategories" | undefined;
3587
- ads?: ({
3588
- __typename?: "WatchProvider" | undefined;
3589
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3590
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3591
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3592
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3593
- } | null)[] | null | undefined;
3594
- buy?: ({
3595
- __typename?: "WatchProvider" | undefined;
3596
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3597
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3598
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3599
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3600
- } | null)[] | null | undefined;
3601
- flatrate?: ({
3602
- __typename?: "WatchProvider" | undefined;
3603
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3604
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3605
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3606
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3607
- } | null)[] | null | undefined;
3608
- free?: ({
3609
- __typename?: "WatchProvider" | undefined;
3610
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3611
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3612
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3613
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3614
- } | null)[] | null | undefined;
3615
- rent?: ({
3616
- __typename?: "WatchProvider" | undefined;
3617
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3618
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3619
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3620
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3621
- } | null)[] | null | undefined;
3622
- } | null | undefined;
3623
- pe?: {
3624
- __typename?: "WatchProviderCategories" | undefined;
3625
- ads?: ({
3626
- __typename?: "WatchProvider" | undefined;
3627
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3628
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3629
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3630
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3631
- } | null)[] | null | undefined;
3632
- buy?: ({
3633
- __typename?: "WatchProvider" | undefined;
3634
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3635
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3636
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3637
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3638
- } | null)[] | null | undefined;
3639
- flatrate?: ({
3640
- __typename?: "WatchProvider" | undefined;
3641
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3642
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3643
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3644
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3645
- } | null)[] | null | undefined;
3646
- free?: ({
3647
- __typename?: "WatchProvider" | undefined;
3648
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3649
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3650
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3651
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3652
- } | null)[] | null | undefined;
3653
- rent?: ({
3654
- __typename?: "WatchProvider" | undefined;
3655
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3656
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3657
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3658
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3659
- } | null)[] | null | undefined;
3660
- } | null | undefined;
3661
- pl?: {
3662
- __typename?: "WatchProviderCategories" | undefined;
3663
- ads?: ({
3664
- __typename?: "WatchProvider" | undefined;
3665
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3666
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3667
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3668
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3669
- } | null)[] | null | undefined;
3670
- buy?: ({
3671
- __typename?: "WatchProvider" | undefined;
3672
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3673
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3674
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3675
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3676
- } | null)[] | null | undefined;
3677
- flatrate?: ({
3678
- __typename?: "WatchProvider" | undefined;
3679
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3680
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3681
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3682
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3683
- } | null)[] | null | undefined;
3684
- free?: ({
3685
- __typename?: "WatchProvider" | undefined;
3686
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3687
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3688
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3689
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3690
- } | null)[] | null | undefined;
3691
- rent?: ({
3692
- __typename?: "WatchProvider" | undefined;
3693
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3694
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3695
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3696
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3697
- } | null)[] | null | undefined;
3698
- } | null | undefined;
3699
- pt?: {
3700
- __typename?: "WatchProviderCategories" | undefined;
3701
- ads?: ({
3702
- __typename?: "WatchProvider" | undefined;
3703
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3704
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3705
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3706
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3707
- } | null)[] | null | undefined;
3708
- buy?: ({
3709
- __typename?: "WatchProvider" | undefined;
3710
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3711
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3712
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3713
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3714
- } | null)[] | null | undefined;
3715
- flatrate?: ({
3716
- __typename?: "WatchProvider" | undefined;
3717
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3718
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3719
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3720
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3721
- } | null)[] | null | undefined;
3722
- free?: ({
3723
- __typename?: "WatchProvider" | undefined;
3724
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3725
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3726
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3727
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3728
- } | null)[] | null | undefined;
3729
- rent?: ({
3730
- __typename?: "WatchProvider" | undefined;
3731
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3732
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3733
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3734
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3735
- } | null)[] | null | undefined;
3736
- } | null | undefined;
3737
- ro?: {
3738
- __typename?: "WatchProviderCategories" | undefined;
3739
- ads?: ({
3740
- __typename?: "WatchProvider" | undefined;
3741
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3742
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3743
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3744
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3745
- } | null)[] | null | undefined;
3746
- buy?: ({
3747
- __typename?: "WatchProvider" | undefined;
3748
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3749
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3750
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3751
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3752
- } | null)[] | null | undefined;
3753
- flatrate?: ({
3754
- __typename?: "WatchProvider" | undefined;
3755
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3756
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3757
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3758
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3759
- } | null)[] | null | undefined;
3760
- free?: ({
3761
- __typename?: "WatchProvider" | undefined;
3762
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3763
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3764
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3765
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3766
- } | null)[] | null | undefined;
3767
- rent?: ({
3768
- __typename?: "WatchProvider" | undefined;
3769
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3770
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3771
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3772
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3773
- } | null)[] | null | undefined;
3774
- } | null | undefined;
3775
- ru?: {
3776
- __typename?: "WatchProviderCategories" | undefined;
3777
- ads?: ({
3778
- __typename?: "WatchProvider" | undefined;
3779
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3780
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3781
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3782
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3783
- } | null)[] | null | undefined;
3784
- buy?: ({
3785
- __typename?: "WatchProvider" | undefined;
3786
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3787
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3788
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3789
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3790
- } | null)[] | null | undefined;
3791
- flatrate?: ({
3792
- __typename?: "WatchProvider" | undefined;
3793
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3794
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3795
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3796
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3797
- } | null)[] | null | undefined;
3798
- free?: ({
3799
- __typename?: "WatchProvider" | undefined;
3800
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3801
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3802
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3803
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3804
- } | null)[] | null | undefined;
3805
- rent?: ({
3806
- __typename?: "WatchProvider" | undefined;
3807
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3808
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3809
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3810
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3811
- } | null)[] | null | undefined;
3812
- } | null | undefined;
3813
- se?: {
3814
- __typename?: "WatchProviderCategories" | undefined;
3815
- ads?: ({
3816
- __typename?: "WatchProvider" | undefined;
3817
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3818
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3819
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3820
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3821
- } | null)[] | null | undefined;
3822
- buy?: ({
3823
- __typename?: "WatchProvider" | undefined;
3824
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3825
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3826
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3827
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3828
- } | null)[] | null | undefined;
3829
- flatrate?: ({
3830
- __typename?: "WatchProvider" | undefined;
3831
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3832
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3833
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3834
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3835
- } | null)[] | null | undefined;
3836
- free?: ({
3837
- __typename?: "WatchProvider" | undefined;
3838
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3839
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3840
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3841
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3842
- } | null)[] | null | undefined;
3843
- rent?: ({
3844
- __typename?: "WatchProvider" | undefined;
3845
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3846
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3847
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3848
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3849
- } | null)[] | null | undefined;
3850
- } | null | undefined;
3851
- tr?: {
3852
- __typename?: "WatchProviderCategories" | undefined;
3853
- ads?: ({
3854
- __typename?: "WatchProvider" | undefined;
3855
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3856
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3857
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3858
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3859
- } | null)[] | null | undefined;
3860
- buy?: ({
3861
- __typename?: "WatchProvider" | undefined;
3862
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3863
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3864
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3865
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3866
- } | null)[] | null | undefined;
3867
- flatrate?: ({
3868
- __typename?: "WatchProvider" | undefined;
3869
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3870
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3871
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3872
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3873
- } | null)[] | null | undefined;
3874
- free?: ({
3875
- __typename?: "WatchProvider" | undefined;
3876
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3877
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3878
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3879
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3880
- } | null)[] | null | undefined;
3881
- rent?: ({
3882
- __typename?: "WatchProvider" | undefined;
3883
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3884
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3885
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3886
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3887
- } | null)[] | null | undefined;
3888
- } | null | undefined;
3889
- us?: {
3890
- __typename?: "WatchProviderCategories" | undefined;
3891
- ads?: ({
3892
- __typename?: "WatchProvider" | undefined;
3893
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3894
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3895
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3896
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3897
- } | null)[] | null | undefined;
3898
- buy?: ({
3899
- __typename?: "WatchProvider" | undefined;
3900
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3901
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3902
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3903
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3904
- } | null)[] | null | undefined;
3905
- flatrate?: ({
3906
- __typename?: "WatchProvider" | undefined;
3907
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3908
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3909
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3910
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3911
- } | null)[] | null | undefined;
3912
- free?: ({
3913
- __typename?: "WatchProvider" | undefined;
3914
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3915
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3916
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3917
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3918
- } | null)[] | null | undefined;
3919
- rent?: ({
3920
- __typename?: "WatchProvider" | undefined;
3921
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3922
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3923
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3924
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3925
- } | null)[] | null | undefined;
3926
- } | null | undefined;
3927
- ve?: {
3928
- __typename?: "WatchProviderCategories" | undefined;
3929
- ads?: ({
3930
- __typename?: "WatchProvider" | undefined;
3931
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3932
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3933
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3934
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3935
- } | null)[] | null | undefined;
3936
- buy?: ({
3937
- __typename?: "WatchProvider" | undefined;
3938
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3939
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3940
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3941
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3942
- } | null)[] | null | undefined;
3943
- flatrate?: ({
3944
- __typename?: "WatchProvider" | undefined;
3945
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3946
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3947
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3948
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3949
- } | null)[] | null | undefined;
3950
- free?: ({
3951
- __typename?: "WatchProvider" | undefined;
3952
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3953
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3954
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3955
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3956
- } | null)[] | null | undefined;
3957
- rent?: ({
3958
- __typename?: "WatchProvider" | undefined;
3959
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3960
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3961
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3962
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3963
- } | null)[] | null | undefined;
3964
- } | null | undefined;
3965
- za?: {
3966
- __typename?: "WatchProviderCategories" | undefined;
3967
- ads?: ({
3968
- __typename?: "WatchProvider" | undefined;
3969
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3970
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3971
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3972
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3973
- } | null)[] | null | undefined;
3974
- buy?: ({
3975
- __typename?: "WatchProvider" | undefined;
3976
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3977
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3978
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3979
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3980
- } | null)[] | null | undefined;
3981
- flatrate?: ({
3982
- __typename?: "WatchProvider" | undefined;
3983
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3984
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3985
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3986
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3987
- } | null)[] | null | undefined;
3988
- free?: ({
3989
- __typename?: "WatchProvider" | undefined;
3990
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3991
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3992
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3993
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3994
- } | null)[] | null | undefined;
3995
- rent?: ({
3996
- __typename?: "WatchProvider" | undefined;
3997
- display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3998
- id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3999
- logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4000
- provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4001
- } | null)[] | null | undefined;
4002
- } | null | undefined;
4003
- } | null | undefined;
4004
- };
4005
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4006
- person: {
4007
- id: number;
4008
- __typename?: "Person" | undefined;
4009
- adult: boolean;
4010
- also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4011
- biography: string;
4012
- birthday?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4013
- combined_credits?: {
4014
- __typename?: "CreditsCombined" | undefined;
4015
- cast?: ({
4016
- id: number;
4017
- __typename?: "CreditCombinedCast" | undefined;
4018
- adult: boolean;
4019
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4020
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4021
- credit_id: string;
4022
- episode_count: number;
4023
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4024
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4025
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4026
- name: string;
4027
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4028
- original_language: string;
4029
- original_name: string;
4030
- original_title: string;
4031
- overview: string;
4032
- popularity: number;
4033
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4034
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4035
- title: string;
4036
- video: boolean;
4037
- vote_average: number;
4038
- vote_count: number;
4039
- } | null)[] | null | undefined;
4040
- crew?: ({
4041
- id: number;
4042
- __typename?: "CreditCombinedCrew" | undefined;
4043
- adult: boolean;
4044
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4045
- credit_id: string;
4046
- department: string;
4047
- episode_count: number;
4048
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4049
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4050
- job: string;
4051
- media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
4052
- name: string;
4053
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4054
- original_language: string;
4055
- original_name: string;
4056
- original_title: string;
4057
- overview: string;
4058
- popularity: number;
4059
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4060
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4061
- title: string;
4062
- video: boolean;
4063
- vote_average: number;
4064
- vote_count: number;
4065
- } | null)[] | null | undefined;
4066
- } | null | undefined;
4067
- deathday?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4068
- external_ids?: {
4069
- __typename?: "ExternalIds" | undefined;
4070
- facebook_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4071
- freebase_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4072
- freebase_mid?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4073
- imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4074
- instagram_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4075
- tvdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4076
- tvrage_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4077
- twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4078
- } | null | undefined;
4079
- gender: number;
4080
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4081
- imdb_id: string;
4082
- known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4083
- media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
4084
- movie_credits?: {
4085
- __typename?: "CreditsMovie" | undefined;
4086
- cast?: ({
4087
- id: number;
4088
- __typename?: "CreditMovieCast" | undefined;
4089
- adult: boolean;
4090
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4091
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4092
- credit_id: string;
4093
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4094
- original_language: string;
4095
- original_title: string;
4096
- overview: string;
4097
- popularity: number;
4098
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4099
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4100
- title: string;
4101
- video: boolean;
4102
- vote_average: number;
4103
- vote_count: number;
4104
- } | null)[] | null | undefined;
4105
- crew?: ({
4106
- id: number;
4107
- __typename?: "CreditMovieCrew" | undefined;
4108
- adult: boolean;
4109
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4110
- credit_id: string;
4111
- department: string;
4112
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4113
- job: string;
4114
- original_language: string;
4115
- original_title: string;
4116
- overview: string;
4117
- popularity: number;
4118
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4119
- release_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4120
- title: string;
4121
- video: boolean;
4122
- vote_average: number;
4123
- vote_count: number;
4124
- } | null)[] | null | undefined;
4125
- } | null | undefined;
4126
- name: string;
4127
- place_of_birth?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4128
- popularity: number;
4129
- profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4130
- profiles?: ({
4131
- __typename?: "Image" | undefined;
4132
- aspect_radio?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4133
- file_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4134
- file_type?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4135
- height?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4136
- iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4137
- vote_average?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4138
- vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4139
- width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
4140
- } | null)[] | null | undefined;
4141
- translations?: ({
4142
- __typename?: "Translation" | undefined;
4143
- data: {
4144
- __typename?: "TranslationData" | undefined;
4145
- biography?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4146
- homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4147
- name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4148
- overview?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4149
- title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4150
- };
4151
- english_name: string;
4152
- iso_639_1: string;
4153
- iso_3166_1: string;
4154
- name: string;
4155
- } | null)[] | null | undefined;
4156
- tv_credits?: {
4157
- __typename?: "CreditsTv" | undefined;
4158
- cast?: ({
4159
- id: number;
4160
- __typename?: "CreditTvCast" | undefined;
4161
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4162
- character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4163
- credit_id: string;
4164
- episode_count: number;
4165
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4166
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4167
- name: string;
4168
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4169
- original_language: string;
4170
- original_name: string;
4171
- overview: string;
4172
- popularity: number;
4173
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4174
- vote_average: number;
4175
- vote_count: number;
4176
- } | null)[] | null | undefined;
4177
- crew?: ({
4178
- id: number;
4179
- __typename?: "CreditTvCrew" | undefined;
4180
- backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4181
- credit_id: string;
4182
- department: string;
4183
- episode_count: number;
4184
- first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4185
- genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
4186
- job: string;
4187
- name: string;
4188
- origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
4189
- original_language: string;
4190
- original_name: string;
4191
- overview: string;
4192
- popularity: number;
4193
- poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
4194
- vote_average: number;
4195
- vote_count: number;
4196
- } | null)[] | null | undefined;
4197
- } | null | undefined;
4198
- };
2
+ export declare const resolveCredit: (_obj: undefined, args: QueryCreditArgs, ctx: import("../types.ts").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;
4199
48
  } | undefined>;
4200
49
  //# sourceMappingURL=credit.d.ts.map