@tmdb-graphql-api/resolvers 0.0.6

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 (604) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/dist/cjs/index.cjs +3435 -0
  4. package/dist/cjs/index.cjs.map +1 -0
  5. package/dist/esm/index.mjs +3432 -0
  6. package/dist/esm/index.mjs.map +1 -0
  7. package/dist/types/cjs/constants.d.cts +54 -0
  8. package/dist/types/cjs/constants.d.cts.map +1 -0
  9. package/dist/types/cjs/helpers/decodeId.d.cts +3 -0
  10. package/dist/types/cjs/helpers/decodeId.d.cts.map +1 -0
  11. package/dist/types/cjs/helpers/defaultFieldResolver.d.cts +4 -0
  12. package/dist/types/cjs/helpers/defaultFieldResolver.d.cts.map +1 -0
  13. package/dist/types/cjs/helpers/encodeId.d.cts +3 -0
  14. package/dist/types/cjs/helpers/encodeId.d.cts.map +1 -0
  15. package/dist/types/cjs/helpers/formatDirectionalSuffixes.d.cts +3 -0
  16. package/dist/types/cjs/helpers/formatDirectionalSuffixes.d.cts.map +1 -0
  17. package/dist/types/cjs/helpers/formatQueryParams.d.cts +6 -0
  18. package/dist/types/cjs/helpers/formatQueryParams.d.cts.map +1 -0
  19. package/dist/types/cjs/helpers/getAppendToResponseKeys.d.cts +4 -0
  20. package/dist/types/cjs/helpers/getAppendToResponseKeys.d.cts.map +1 -0
  21. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +8 -0
  22. package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -0
  23. package/dist/types/cjs/helpers/makeFallbackFieldResolvers.d.cts +3 -0
  24. package/dist/types/cjs/helpers/makeFallbackFieldResolvers.d.cts.map +1 -0
  25. package/dist/types/cjs/helpers/removeNullValues.d.cts +3 -0
  26. package/dist/types/cjs/helpers/removeNullValues.d.cts.map +1 -0
  27. package/dist/types/cjs/helpers/snakeCasePropNames.d.cts +4 -0
  28. package/dist/types/cjs/helpers/snakeCasePropNames.d.cts.map +1 -0
  29. package/dist/types/cjs/helpers/typePropNames.d.cts +2 -0
  30. package/dist/types/cjs/helpers/typePropNames.d.cts.map +1 -0
  31. package/dist/types/cjs/index.d.cts +3 -0
  32. package/dist/types/cjs/index.d.cts.map +1 -0
  33. package/dist/types/cjs/main.d.cts +3 -0
  34. package/dist/types/cjs/main.d.cts.map +1 -0
  35. package/dist/types/cjs/queries/certifications.d.cts +5 -0
  36. package/dist/types/cjs/queries/certifications.d.cts.map +1 -0
  37. package/dist/types/cjs/queries/collection.d.cts +3401 -0
  38. package/dist/types/cjs/queries/collection.d.cts.map +1 -0
  39. package/dist/types/cjs/queries/collectionImages.d.cts +14 -0
  40. package/dist/types/cjs/queries/collectionImages.d.cts.map +1 -0
  41. package/dist/types/cjs/queries/collectionTranslations.d.cts +18 -0
  42. package/dist/types/cjs/queries/collectionTranslations.d.cts.map +1 -0
  43. package/dist/types/cjs/queries/company.d.cts +15 -0
  44. package/dist/types/cjs/queries/company.d.cts.map +1 -0
  45. package/dist/types/cjs/queries/companyAlternativeNames.d.cts +10 -0
  46. package/dist/types/cjs/queries/companyAlternativeNames.d.cts.map +1 -0
  47. package/dist/types/cjs/queries/companyLogos.d.cts +14 -0
  48. package/dist/types/cjs/queries/companyLogos.d.cts.map +1 -0
  49. package/dist/types/cjs/queries/configuration.d.cts +16 -0
  50. package/dist/types/cjs/queries/configuration.d.cts.map +1 -0
  51. package/dist/types/cjs/queries/configurationCountries.d.cts +4 -0
  52. package/dist/types/cjs/queries/configurationCountries.d.cts.map +1 -0
  53. package/dist/types/cjs/queries/configurationJobs.d.cts +4 -0
  54. package/dist/types/cjs/queries/configurationJobs.d.cts.map +1 -0
  55. package/dist/types/cjs/queries/configurationLanguages.d.cts +4 -0
  56. package/dist/types/cjs/queries/configurationLanguages.d.cts.map +1 -0
  57. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts +4 -0
  58. package/dist/types/cjs/queries/configurationPrimaryTranslations.d.cts.map +1 -0
  59. package/dist/types/cjs/queries/configurationTimezones.d.cts +4 -0
  60. package/dist/types/cjs/queries/configurationTimezones.d.cts.map +1 -0
  61. package/dist/types/cjs/queries/credit.d.cts +4196 -0
  62. package/dist/types/cjs/queries/credit.d.cts.map +1 -0
  63. package/dist/types/cjs/queries/discoverMovies.d.cts +15 -0
  64. package/dist/types/cjs/queries/discoverMovies.d.cts.map +1 -0
  65. package/dist/types/cjs/queries/discoverTv.d.cts +15 -0
  66. package/dist/types/cjs/queries/discoverTv.d.cts.map +1 -0
  67. package/dist/types/cjs/queries/episode.d.cts +98 -0
  68. package/dist/types/cjs/queries/episode.d.cts.map +1 -0
  69. package/dist/types/cjs/queries/episodeCredits.d.cts +33 -0
  70. package/dist/types/cjs/queries/episodeCredits.d.cts.map +1 -0
  71. package/dist/types/cjs/queries/episodeExternalIds.d.cts +16 -0
  72. package/dist/types/cjs/queries/episodeExternalIds.d.cts.map +1 -0
  73. package/dist/types/cjs/queries/episodeStills.d.cts +6 -0
  74. package/dist/types/cjs/queries/episodeStills.d.cts.map +1 -0
  75. package/dist/types/cjs/queries/episodeTranslations.d.cts +20 -0
  76. package/dist/types/cjs/queries/episodeTranslations.d.cts.map +1 -0
  77. package/dist/types/cjs/queries/episodeVideos.d.cts +16 -0
  78. package/dist/types/cjs/queries/episodeVideos.d.cts.map +1 -0
  79. package/dist/types/cjs/queries/find.d.cts +1803 -0
  80. package/dist/types/cjs/queries/find.d.cts.map +1 -0
  81. package/dist/types/cjs/queries/genres.d.cts +9 -0
  82. package/dist/types/cjs/queries/genres.d.cts.map +1 -0
  83. package/dist/types/cjs/queries/keyword.d.cts +9 -0
  84. package/dist/types/cjs/queries/keyword.d.cts.map +1 -0
  85. package/dist/types/cjs/queries/movie.d.cts +3597 -0
  86. package/dist/types/cjs/queries/movie.d.cts.map +1 -0
  87. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts +7 -0
  88. package/dist/types/cjs/queries/movieAlternativeTitles.d.cts.map +1 -0
  89. package/dist/types/cjs/queries/movieCredits.d.cts +33 -0
  90. package/dist/types/cjs/queries/movieCredits.d.cts.map +1 -0
  91. package/dist/types/cjs/queries/movieExternalIds.d.cts +16 -0
  92. package/dist/types/cjs/queries/movieExternalIds.d.cts.map +1 -0
  93. package/dist/types/cjs/queries/movieImages.d.cts +6 -0
  94. package/dist/types/cjs/queries/movieImages.d.cts.map +1 -0
  95. package/dist/types/cjs/queries/movieKeywords.d.cts +6 -0
  96. package/dist/types/cjs/queries/movieKeywords.d.cts.map +1 -0
  97. package/dist/types/cjs/queries/movieRecommendations.d.cts +1866 -0
  98. package/dist/types/cjs/queries/movieRecommendations.d.cts.map +1 -0
  99. package/dist/types/cjs/queries/movieReleaseDates.d.cts +13 -0
  100. package/dist/types/cjs/queries/movieReleaseDates.d.cts.map +1 -0
  101. package/dist/types/cjs/queries/movieReviews.d.cts +1866 -0
  102. package/dist/types/cjs/queries/movieReviews.d.cts.map +1 -0
  103. package/dist/types/cjs/queries/movieSimilarMovies.d.cts +1866 -0
  104. package/dist/types/cjs/queries/movieSimilarMovies.d.cts.map +1 -0
  105. package/dist/types/cjs/queries/movieTranslations.d.cts +20 -0
  106. package/dist/types/cjs/queries/movieTranslations.d.cts.map +1 -0
  107. package/dist/types/cjs/queries/movieVideos.d.cts +16 -0
  108. package/dist/types/cjs/queries/movieVideos.d.cts.map +1 -0
  109. package/dist/types/cjs/queries/movieWatchProviders.d.cts +1375 -0
  110. package/dist/types/cjs/queries/movieWatchProviders.d.cts.map +1 -0
  111. package/dist/types/cjs/queries/network.d.cts +26 -0
  112. package/dist/types/cjs/queries/network.d.cts.map +1 -0
  113. package/dist/types/cjs/queries/networkAlternativeNames.d.cts +10 -0
  114. package/dist/types/cjs/queries/networkAlternativeNames.d.cts.map +1 -0
  115. package/dist/types/cjs/queries/networkLogos.d.cts +14 -0
  116. package/dist/types/cjs/queries/networkLogos.d.cts.map +1 -0
  117. package/dist/types/cjs/queries/person.d.cts +46 -0
  118. package/dist/types/cjs/queries/person.d.cts.map +1 -0
  119. package/dist/types/cjs/queries/personCombinedCredits.d.cts +6 -0
  120. package/dist/types/cjs/queries/personCombinedCredits.d.cts.map +1 -0
  121. package/dist/types/cjs/queries/personExternalIds.d.cts +6 -0
  122. package/dist/types/cjs/queries/personExternalIds.d.cts.map +1 -0
  123. package/dist/types/cjs/queries/personMovieCredits.d.cts +6 -0
  124. package/dist/types/cjs/queries/personMovieCredits.d.cts.map +1 -0
  125. package/dist/types/cjs/queries/personProfiles.d.cts +6 -0
  126. package/dist/types/cjs/queries/personProfiles.d.cts.map +1 -0
  127. package/dist/types/cjs/queries/personTranslations.d.cts +20 -0
  128. package/dist/types/cjs/queries/personTranslations.d.cts.map +1 -0
  129. package/dist/types/cjs/queries/personTvCredits.d.cts +6 -0
  130. package/dist/types/cjs/queries/personTvCredits.d.cts.map +1 -0
  131. package/dist/types/cjs/queries/rated.d.cts +17 -0
  132. package/dist/types/cjs/queries/rated.d.cts.map +1 -0
  133. package/dist/types/cjs/queries/review.d.cts +28 -0
  134. package/dist/types/cjs/queries/review.d.cts.map +1 -0
  135. package/dist/types/cjs/queries/search.d.cts +17 -0
  136. package/dist/types/cjs/queries/search.d.cts.map +1 -0
  137. package/dist/types/cjs/queries/season.d.cts +282 -0
  138. package/dist/types/cjs/queries/season.d.cts.map +1 -0
  139. package/dist/types/cjs/queries/seasonCredits.d.cts +33 -0
  140. package/dist/types/cjs/queries/seasonCredits.d.cts.map +1 -0
  141. package/dist/types/cjs/queries/seasonEpisodeCount.d.cts +3 -0
  142. package/dist/types/cjs/queries/seasonEpisodeCount.d.cts.map +1 -0
  143. package/dist/types/cjs/queries/seasonExternalIds.d.cts +6 -0
  144. package/dist/types/cjs/queries/seasonExternalIds.d.cts.map +1 -0
  145. package/dist/types/cjs/queries/seasonPosters.d.cts +6 -0
  146. package/dist/types/cjs/queries/seasonPosters.d.cts.map +1 -0
  147. package/dist/types/cjs/queries/seasonTranslations.d.cts +20 -0
  148. package/dist/types/cjs/queries/seasonTranslations.d.cts.map +1 -0
  149. package/dist/types/cjs/queries/seasonVideos.d.cts +16 -0
  150. package/dist/types/cjs/queries/seasonVideos.d.cts.map +1 -0
  151. package/dist/types/cjs/queries/trending.d.cts +17 -0
  152. package/dist/types/cjs/queries/trending.d.cts.map +1 -0
  153. package/dist/types/cjs/queries/tv.d.cts +10460 -0
  154. package/dist/types/cjs/queries/tv.d.cts.map +1 -0
  155. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts +12 -0
  156. package/dist/types/cjs/queries/tvAlternativeTitles.d.cts.map +1 -0
  157. package/dist/types/cjs/queries/tvContentRatings.d.cts +10 -0
  158. package/dist/types/cjs/queries/tvContentRatings.d.cts.map +1 -0
  159. package/dist/types/cjs/queries/tvCredits.d.cts +33 -0
  160. package/dist/types/cjs/queries/tvCredits.d.cts.map +1 -0
  161. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +41 -0
  162. package/dist/types/cjs/queries/tvEpisodeGroups.d.cts.map +1 -0
  163. package/dist/types/cjs/queries/tvExternalIds.d.cts +16 -0
  164. package/dist/types/cjs/queries/tvExternalIds.d.cts.map +1 -0
  165. package/dist/types/cjs/queries/tvImages.d.cts +16 -0
  166. package/dist/types/cjs/queries/tvImages.d.cts.map +1 -0
  167. package/dist/types/cjs/queries/tvKeywords.d.cts +10 -0
  168. package/dist/types/cjs/queries/tvKeywords.d.cts.map +1 -0
  169. package/dist/types/cjs/queries/tvRecommendations.d.cts +5373 -0
  170. package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -0
  171. package/dist/types/cjs/queries/tvReviews.d.cts +5373 -0
  172. package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -0
  173. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +5373 -0
  174. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -0
  175. package/dist/types/cjs/queries/tvTranslations.d.cts +20 -0
  176. package/dist/types/cjs/queries/tvTranslations.d.cts.map +1 -0
  177. package/dist/types/cjs/queries/tvVideos.d.cts +16 -0
  178. package/dist/types/cjs/queries/tvVideos.d.cts.map +1 -0
  179. package/dist/types/cjs/queries/tvWatchProviders.d.cts +1375 -0
  180. package/dist/types/cjs/queries/tvWatchProviders.d.cts.map +1 -0
  181. package/dist/types/cjs/queries/videoType.d.cts +3 -0
  182. package/dist/types/cjs/queries/videoType.d.cts.map +1 -0
  183. package/dist/types/cjs/types.d.cts +326 -0
  184. package/dist/types/cjs/types.d.cts.map +1 -0
  185. package/dist/types/esm/constants.d.ts +54 -0
  186. package/dist/types/esm/constants.d.ts.map +1 -0
  187. package/dist/types/esm/helpers/decodeId.d.ts +3 -0
  188. package/dist/types/esm/helpers/decodeId.d.ts.map +1 -0
  189. package/dist/types/esm/helpers/defaultFieldResolver.d.ts +4 -0
  190. package/dist/types/esm/helpers/defaultFieldResolver.d.ts.map +1 -0
  191. package/dist/types/esm/helpers/encodeId.d.ts +3 -0
  192. package/dist/types/esm/helpers/encodeId.d.ts.map +1 -0
  193. package/dist/types/esm/helpers/formatDirectionalSuffixes.d.ts +3 -0
  194. package/dist/types/esm/helpers/formatDirectionalSuffixes.d.ts.map +1 -0
  195. package/dist/types/esm/helpers/formatQueryParams.d.ts +6 -0
  196. package/dist/types/esm/helpers/formatQueryParams.d.ts.map +1 -0
  197. package/dist/types/esm/helpers/getAppendToResponseKeys.d.ts +4 -0
  198. package/dist/types/esm/helpers/getAppendToResponseKeys.d.ts.map +1 -0
  199. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +8 -0
  200. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -0
  201. package/dist/types/esm/helpers/makeFallbackFieldResolvers.d.ts +3 -0
  202. package/dist/types/esm/helpers/makeFallbackFieldResolvers.d.ts.map +1 -0
  203. package/dist/types/esm/helpers/removeNullValues.d.ts +3 -0
  204. package/dist/types/esm/helpers/removeNullValues.d.ts.map +1 -0
  205. package/dist/types/esm/helpers/snakeCasePropNames.d.ts +4 -0
  206. package/dist/types/esm/helpers/snakeCasePropNames.d.ts.map +1 -0
  207. package/dist/types/esm/helpers/typePropNames.d.ts +2 -0
  208. package/dist/types/esm/helpers/typePropNames.d.ts.map +1 -0
  209. package/dist/types/esm/index.d.ts +3 -0
  210. package/dist/types/esm/index.d.ts.map +1 -0
  211. package/dist/types/esm/main.d.ts +3 -0
  212. package/dist/types/esm/main.d.ts.map +1 -0
  213. package/dist/types/esm/queries/certifications.d.ts +5 -0
  214. package/dist/types/esm/queries/certifications.d.ts.map +1 -0
  215. package/dist/types/esm/queries/collection.d.ts +3401 -0
  216. package/dist/types/esm/queries/collection.d.ts.map +1 -0
  217. package/dist/types/esm/queries/collectionImages.d.ts +14 -0
  218. package/dist/types/esm/queries/collectionImages.d.ts.map +1 -0
  219. package/dist/types/esm/queries/collectionTranslations.d.ts +18 -0
  220. package/dist/types/esm/queries/collectionTranslations.d.ts.map +1 -0
  221. package/dist/types/esm/queries/company.d.ts +15 -0
  222. package/dist/types/esm/queries/company.d.ts.map +1 -0
  223. package/dist/types/esm/queries/companyAlternativeNames.d.ts +10 -0
  224. package/dist/types/esm/queries/companyAlternativeNames.d.ts.map +1 -0
  225. package/dist/types/esm/queries/companyLogos.d.ts +14 -0
  226. package/dist/types/esm/queries/companyLogos.d.ts.map +1 -0
  227. package/dist/types/esm/queries/configuration.d.ts +16 -0
  228. package/dist/types/esm/queries/configuration.d.ts.map +1 -0
  229. package/dist/types/esm/queries/configurationCountries.d.ts +4 -0
  230. package/dist/types/esm/queries/configurationCountries.d.ts.map +1 -0
  231. package/dist/types/esm/queries/configurationJobs.d.ts +4 -0
  232. package/dist/types/esm/queries/configurationJobs.d.ts.map +1 -0
  233. package/dist/types/esm/queries/configurationLanguages.d.ts +4 -0
  234. package/dist/types/esm/queries/configurationLanguages.d.ts.map +1 -0
  235. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts +4 -0
  236. package/dist/types/esm/queries/configurationPrimaryTranslations.d.ts.map +1 -0
  237. package/dist/types/esm/queries/configurationTimezones.d.ts +4 -0
  238. package/dist/types/esm/queries/configurationTimezones.d.ts.map +1 -0
  239. package/dist/types/esm/queries/credit.d.ts +4196 -0
  240. package/dist/types/esm/queries/credit.d.ts.map +1 -0
  241. package/dist/types/esm/queries/discoverMovies.d.ts +15 -0
  242. package/dist/types/esm/queries/discoverMovies.d.ts.map +1 -0
  243. package/dist/types/esm/queries/discoverTv.d.ts +15 -0
  244. package/dist/types/esm/queries/discoverTv.d.ts.map +1 -0
  245. package/dist/types/esm/queries/episode.d.ts +98 -0
  246. package/dist/types/esm/queries/episode.d.ts.map +1 -0
  247. package/dist/types/esm/queries/episodeCredits.d.ts +33 -0
  248. package/dist/types/esm/queries/episodeCredits.d.ts.map +1 -0
  249. package/dist/types/esm/queries/episodeExternalIds.d.ts +16 -0
  250. package/dist/types/esm/queries/episodeExternalIds.d.ts.map +1 -0
  251. package/dist/types/esm/queries/episodeStills.d.ts +6 -0
  252. package/dist/types/esm/queries/episodeStills.d.ts.map +1 -0
  253. package/dist/types/esm/queries/episodeTranslations.d.ts +20 -0
  254. package/dist/types/esm/queries/episodeTranslations.d.ts.map +1 -0
  255. package/dist/types/esm/queries/episodeVideos.d.ts +16 -0
  256. package/dist/types/esm/queries/episodeVideos.d.ts.map +1 -0
  257. package/dist/types/esm/queries/find.d.ts +1803 -0
  258. package/dist/types/esm/queries/find.d.ts.map +1 -0
  259. package/dist/types/esm/queries/genres.d.ts +9 -0
  260. package/dist/types/esm/queries/genres.d.ts.map +1 -0
  261. package/dist/types/esm/queries/keyword.d.ts +9 -0
  262. package/dist/types/esm/queries/keyword.d.ts.map +1 -0
  263. package/dist/types/esm/queries/movie.d.ts +3597 -0
  264. package/dist/types/esm/queries/movie.d.ts.map +1 -0
  265. package/dist/types/esm/queries/movieAlternativeTitles.d.ts +7 -0
  266. package/dist/types/esm/queries/movieAlternativeTitles.d.ts.map +1 -0
  267. package/dist/types/esm/queries/movieCredits.d.ts +33 -0
  268. package/dist/types/esm/queries/movieCredits.d.ts.map +1 -0
  269. package/dist/types/esm/queries/movieExternalIds.d.ts +16 -0
  270. package/dist/types/esm/queries/movieExternalIds.d.ts.map +1 -0
  271. package/dist/types/esm/queries/movieImages.d.ts +6 -0
  272. package/dist/types/esm/queries/movieImages.d.ts.map +1 -0
  273. package/dist/types/esm/queries/movieKeywords.d.ts +6 -0
  274. package/dist/types/esm/queries/movieKeywords.d.ts.map +1 -0
  275. package/dist/types/esm/queries/movieRecommendations.d.ts +1866 -0
  276. package/dist/types/esm/queries/movieRecommendations.d.ts.map +1 -0
  277. package/dist/types/esm/queries/movieReleaseDates.d.ts +13 -0
  278. package/dist/types/esm/queries/movieReleaseDates.d.ts.map +1 -0
  279. package/dist/types/esm/queries/movieReviews.d.ts +1866 -0
  280. package/dist/types/esm/queries/movieReviews.d.ts.map +1 -0
  281. package/dist/types/esm/queries/movieSimilarMovies.d.ts +1866 -0
  282. package/dist/types/esm/queries/movieSimilarMovies.d.ts.map +1 -0
  283. package/dist/types/esm/queries/movieTranslations.d.ts +20 -0
  284. package/dist/types/esm/queries/movieTranslations.d.ts.map +1 -0
  285. package/dist/types/esm/queries/movieVideos.d.ts +16 -0
  286. package/dist/types/esm/queries/movieVideos.d.ts.map +1 -0
  287. package/dist/types/esm/queries/movieWatchProviders.d.ts +1375 -0
  288. package/dist/types/esm/queries/movieWatchProviders.d.ts.map +1 -0
  289. package/dist/types/esm/queries/network.d.ts +26 -0
  290. package/dist/types/esm/queries/network.d.ts.map +1 -0
  291. package/dist/types/esm/queries/networkAlternativeNames.d.ts +10 -0
  292. package/dist/types/esm/queries/networkAlternativeNames.d.ts.map +1 -0
  293. package/dist/types/esm/queries/networkLogos.d.ts +14 -0
  294. package/dist/types/esm/queries/networkLogos.d.ts.map +1 -0
  295. package/dist/types/esm/queries/person.d.ts +46 -0
  296. package/dist/types/esm/queries/person.d.ts.map +1 -0
  297. package/dist/types/esm/queries/personCombinedCredits.d.ts +6 -0
  298. package/dist/types/esm/queries/personCombinedCredits.d.ts.map +1 -0
  299. package/dist/types/esm/queries/personExternalIds.d.ts +6 -0
  300. package/dist/types/esm/queries/personExternalIds.d.ts.map +1 -0
  301. package/dist/types/esm/queries/personMovieCredits.d.ts +6 -0
  302. package/dist/types/esm/queries/personMovieCredits.d.ts.map +1 -0
  303. package/dist/types/esm/queries/personProfiles.d.ts +6 -0
  304. package/dist/types/esm/queries/personProfiles.d.ts.map +1 -0
  305. package/dist/types/esm/queries/personTranslations.d.ts +20 -0
  306. package/dist/types/esm/queries/personTranslations.d.ts.map +1 -0
  307. package/dist/types/esm/queries/personTvCredits.d.ts +6 -0
  308. package/dist/types/esm/queries/personTvCredits.d.ts.map +1 -0
  309. package/dist/types/esm/queries/rated.d.ts +17 -0
  310. package/dist/types/esm/queries/rated.d.ts.map +1 -0
  311. package/dist/types/esm/queries/review.d.ts +28 -0
  312. package/dist/types/esm/queries/review.d.ts.map +1 -0
  313. package/dist/types/esm/queries/search.d.ts +17 -0
  314. package/dist/types/esm/queries/search.d.ts.map +1 -0
  315. package/dist/types/esm/queries/season.d.ts +282 -0
  316. package/dist/types/esm/queries/season.d.ts.map +1 -0
  317. package/dist/types/esm/queries/seasonCredits.d.ts +33 -0
  318. package/dist/types/esm/queries/seasonCredits.d.ts.map +1 -0
  319. package/dist/types/esm/queries/seasonEpisodeCount.d.ts +3 -0
  320. package/dist/types/esm/queries/seasonEpisodeCount.d.ts.map +1 -0
  321. package/dist/types/esm/queries/seasonExternalIds.d.ts +6 -0
  322. package/dist/types/esm/queries/seasonExternalIds.d.ts.map +1 -0
  323. package/dist/types/esm/queries/seasonPosters.d.ts +6 -0
  324. package/dist/types/esm/queries/seasonPosters.d.ts.map +1 -0
  325. package/dist/types/esm/queries/seasonTranslations.d.ts +20 -0
  326. package/dist/types/esm/queries/seasonTranslations.d.ts.map +1 -0
  327. package/dist/types/esm/queries/seasonVideos.d.ts +16 -0
  328. package/dist/types/esm/queries/seasonVideos.d.ts.map +1 -0
  329. package/dist/types/esm/queries/trending.d.ts +17 -0
  330. package/dist/types/esm/queries/trending.d.ts.map +1 -0
  331. package/dist/types/esm/queries/tv.d.ts +10460 -0
  332. package/dist/types/esm/queries/tv.d.ts.map +1 -0
  333. package/dist/types/esm/queries/tvAlternativeTitles.d.ts +12 -0
  334. package/dist/types/esm/queries/tvAlternativeTitles.d.ts.map +1 -0
  335. package/dist/types/esm/queries/tvContentRatings.d.ts +10 -0
  336. package/dist/types/esm/queries/tvContentRatings.d.ts.map +1 -0
  337. package/dist/types/esm/queries/tvCredits.d.ts +33 -0
  338. package/dist/types/esm/queries/tvCredits.d.ts.map +1 -0
  339. package/dist/types/esm/queries/tvEpisodeGroups.d.ts +41 -0
  340. package/dist/types/esm/queries/tvEpisodeGroups.d.ts.map +1 -0
  341. package/dist/types/esm/queries/tvExternalIds.d.ts +16 -0
  342. package/dist/types/esm/queries/tvExternalIds.d.ts.map +1 -0
  343. package/dist/types/esm/queries/tvImages.d.ts +16 -0
  344. package/dist/types/esm/queries/tvImages.d.ts.map +1 -0
  345. package/dist/types/esm/queries/tvKeywords.d.ts +10 -0
  346. package/dist/types/esm/queries/tvKeywords.d.ts.map +1 -0
  347. package/dist/types/esm/queries/tvRecommendations.d.ts +5373 -0
  348. package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -0
  349. package/dist/types/esm/queries/tvReviews.d.ts +5373 -0
  350. package/dist/types/esm/queries/tvReviews.d.ts.map +1 -0
  351. package/dist/types/esm/queries/tvSimilarTvShows.d.ts +5373 -0
  352. package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -0
  353. package/dist/types/esm/queries/tvTranslations.d.ts +20 -0
  354. package/dist/types/esm/queries/tvTranslations.d.ts.map +1 -0
  355. package/dist/types/esm/queries/tvVideos.d.ts +16 -0
  356. package/dist/types/esm/queries/tvVideos.d.ts.map +1 -0
  357. package/dist/types/esm/queries/tvWatchProviders.d.ts +1375 -0
  358. package/dist/types/esm/queries/tvWatchProviders.d.ts.map +1 -0
  359. package/dist/types/esm/queries/videoType.d.ts +3 -0
  360. package/dist/types/esm/queries/videoType.d.ts.map +1 -0
  361. package/dist/types/esm/types.d.ts +326 -0
  362. package/dist/types/esm/types.d.ts.map +1 -0
  363. package/dist/types/tsconfig.build.tsbuildinfo +1 -0
  364. package/package.json +71 -0
  365. package/src/__testUtils__/helpers/buildEndpoint.ts +21 -0
  366. package/src/__testUtils__/helpers/buildResolveInfoArg.ts +34 -0
  367. package/src/__testUtils__/helpers/createRestClient.ts +9 -0
  368. package/src/constants.ts +71 -0
  369. package/src/helpers/__snapshots__/typePropNames.test.ts.snap +708 -0
  370. package/src/helpers/decodeId.ts +4 -0
  371. package/src/helpers/defaultFieldResolver.ts +19 -0
  372. package/src/helpers/encodeId.ts +4 -0
  373. package/src/helpers/formatDirectionalSuffixes.ts +15 -0
  374. package/src/helpers/formatQueryParams.ts +8 -0
  375. package/src/helpers/getAppendToResponseKeys.ts +28 -0
  376. package/src/helpers/getTvIdSeasonAndEpisode.ts +25 -0
  377. package/src/helpers/makeFallbackFieldResolvers.ts +11 -0
  378. package/src/helpers/removeNullValues.ts +11 -0
  379. package/src/helpers/snakeCasePropNames.ts +9 -0
  380. package/src/helpers/typePropNames.test.ts +7 -0
  381. package/src/helpers/typePropNames.ts +14 -0
  382. package/src/index.ts +2 -0
  383. package/src/main.ts +215 -0
  384. package/src/queries/__snapshots__/certifications.test.ts.snap +1365 -0
  385. package/src/queries/__snapshots__/collection.test.ts.snap +195 -0
  386. package/src/queries/__snapshots__/collectionImages.test.ts.snap +29 -0
  387. package/src/queries/__snapshots__/collectionTranslations.test.ts.snap +391 -0
  388. package/src/queries/__snapshots__/company.test.ts.snap +14 -0
  389. package/src/queries/__snapshots__/companyAlternativeNames.test.ts.snap +14 -0
  390. package/src/queries/__snapshots__/companyLogos.test.ts.snap +46 -0
  391. package/src/queries/__snapshots__/configuration.test.ts.snap +101 -0
  392. package/src/queries/__snapshots__/configurationCountries.test.ts.snap +1241 -0
  393. package/src/queries/__snapshots__/configurationJobs.test.ts.snap +1007 -0
  394. package/src/queries/__snapshots__/configurationLanguages.test.ts.snap +941 -0
  395. package/src/queries/__snapshots__/configurationPrimaryTranslations.test.ts.snap +76 -0
  396. package/src/queries/__snapshots__/configurationTimezones.test.ts.snap +1678 -0
  397. package/src/queries/__snapshots__/credit.test.ts.snap +106 -0
  398. package/src/queries/__snapshots__/discoverMovies.test.ts.snap +481 -0
  399. package/src/queries/__snapshots__/discoverTv.test.ts.snap +443 -0
  400. package/src/queries/__snapshots__/episode.test.ts.snap +360 -0
  401. package/src/queries/__snapshots__/episodeCredits.test.ts.snap +866 -0
  402. package/src/queries/__snapshots__/episodeExternalIds.test.ts.snap +21 -0
  403. package/src/queries/__snapshots__/episodeStills.test.ts.snap +281 -0
  404. package/src/queries/__snapshots__/episodeTranslations.test.ts.snap +1059 -0
  405. package/src/queries/__snapshots__/episodeVideos.test.ts.snap +5 -0
  406. package/src/queries/__snapshots__/find.test.ts.snap +86 -0
  407. package/src/queries/__snapshots__/genres.test.ts.snap +151 -0
  408. package/src/queries/__snapshots__/keyword.test.ts.snap +8 -0
  409. package/src/queries/__snapshots__/movie.test.ts.snap +73 -0
  410. package/src/queries/__snapshots__/movieAlternativeTitles.test.ts.snap +611 -0
  411. package/src/queries/__snapshots__/movieCredits.test.ts.snap +2690 -0
  412. package/src/queries/__snapshots__/movieExternalIds.test.ts.snap +19 -0
  413. package/src/queries/__snapshots__/movieImages.test.ts.snap +7 -0
  414. package/src/queries/__snapshots__/movieKeywords.test.ts.snap +147 -0
  415. package/src/queries/__snapshots__/movieRecommendations.test.ts.snap +727 -0
  416. package/src/queries/__snapshots__/movieReleaseDates.test.ts.snap +755 -0
  417. package/src/queries/__snapshots__/movieReviews.test.ts.snap +509 -0
  418. package/src/queries/__snapshots__/movieSimilarMovies.test.ts.snap +693 -0
  419. package/src/queries/__snapshots__/movieTranslations.test.ts.snap +1079 -0
  420. package/src/queries/__snapshots__/movieVideos.test.ts.snap +179 -0
  421. package/src/queries/__snapshots__/movieWatchProviders.test.ts.snap +5321 -0
  422. package/src/queries/__snapshots__/network.test.ts.snap +12 -0
  423. package/src/queries/__snapshots__/networkAlternativeNames.test.ts.snap +18 -0
  424. package/src/queries/__snapshots__/networkLogos.test.ts.snap +16 -0
  425. package/src/queries/__snapshots__/person.test.ts.snap +35 -0
  426. package/src/queries/__snapshots__/personCombinedCredits.test.ts.snap +7249 -0
  427. package/src/queries/__snapshots__/personExternalIds.test.ts.snap +25 -0
  428. package/src/queries/__snapshots__/personMovieCredits.test.ts.snap +5595 -0
  429. package/src/queries/__snapshots__/personProfiles.test.ts.snap +155 -0
  430. package/src/queries/__snapshots__/personTranslations.test.ts.snap +389 -0
  431. package/src/queries/__snapshots__/personTvCredits.test.ts.snap +1361 -0
  432. package/src/queries/__snapshots__/rated.test.ts.snap +547 -0
  433. package/src/queries/__snapshots__/review.test.ts.snap +31 -0
  434. package/src/queries/__snapshots__/search.test.ts.snap +2479 -0
  435. package/src/queries/__snapshots__/season.test.ts.snap +4694 -0
  436. package/src/queries/__snapshots__/seasonCredits.test.ts.snap +692 -0
  437. package/src/queries/__snapshots__/seasonExternalIds.test.ts.snap +19 -0
  438. package/src/queries/__snapshots__/seasonPosters.test.ts.snap +5 -0
  439. package/src/queries/__snapshots__/seasonTranslations.test.ts.snap +1073 -0
  440. package/src/queries/__snapshots__/seasonVideos.test.ts.snap +395 -0
  441. package/src/queries/__snapshots__/trending.test.ts.snap +481 -0
  442. package/src/queries/__snapshots__/tv.test.ts.snap +220 -0
  443. package/src/queries/__snapshots__/tvAlternativeTitles.test.ts.snap +211 -0
  444. package/src/queries/__snapshots__/tvContentRatings.test.ts.snap +115 -0
  445. package/src/queries/__snapshots__/tvCredits.test.ts.snap +809 -0
  446. package/src/queries/__snapshots__/tvEpisodeGroups.test.ts.snap +39 -0
  447. package/src/queries/__snapshots__/tvExternalIds.test.ts.snap +27 -0
  448. package/src/queries/__snapshots__/tvImages.test.ts.snap +7 -0
  449. package/src/queries/__snapshots__/tvKeywords.test.ts.snap +59 -0
  450. package/src/queries/__snapshots__/tvRecommendations.test.ts.snap +757 -0
  451. package/src/queries/__snapshots__/tvReviews.test.ts.snap +562 -0
  452. package/src/queries/__snapshots__/tvSimilarTvShows.test.ts.snap +759 -0
  453. package/src/queries/__snapshots__/tvTranslations.test.ts.snap +1267 -0
  454. package/src/queries/__snapshots__/tvVideos.test.ts.snap +107 -0
  455. package/src/queries/__snapshots__/tvWatchProviders.test.ts.snap +2817 -0
  456. package/src/queries/certifications.test.ts +66 -0
  457. package/src/queries/certifications.ts +29 -0
  458. package/src/queries/collection.test.ts +47 -0
  459. package/src/queries/collection.ts +40 -0
  460. package/src/queries/collectionImages.test.ts +90 -0
  461. package/src/queries/collectionImages.ts +30 -0
  462. package/src/queries/collectionTranslations.test.ts +45 -0
  463. package/src/queries/collectionTranslations.ts +28 -0
  464. package/src/queries/company.test.ts +45 -0
  465. package/src/queries/company.ts +40 -0
  466. package/src/queries/companyAlternativeNames.test.ts +45 -0
  467. package/src/queries/companyAlternativeNames.ts +29 -0
  468. package/src/queries/companyLogos.test.ts +45 -0
  469. package/src/queries/companyLogos.ts +28 -0
  470. package/src/queries/configuration.test.ts +44 -0
  471. package/src/queries/configuration.ts +23 -0
  472. package/src/queries/configurationCountries.test.ts +45 -0
  473. package/src/queries/configurationCountries.ts +28 -0
  474. package/src/queries/configurationJobs.test.ts +45 -0
  475. package/src/queries/configurationJobs.ts +28 -0
  476. package/src/queries/configurationLanguages.test.ts +45 -0
  477. package/src/queries/configurationLanguages.ts +28 -0
  478. package/src/queries/configurationPrimaryTranslations.test.ts +45 -0
  479. package/src/queries/configurationPrimaryTranslations.ts +29 -0
  480. package/src/queries/configurationTimezones.test.ts +45 -0
  481. package/src/queries/configurationTimezones.ts +28 -0
  482. package/src/queries/credit.test.ts +45 -0
  483. package/src/queries/credit.ts +26 -0
  484. package/src/queries/discoverMovies.test.ts +202 -0
  485. package/src/queries/discoverMovies.ts +65 -0
  486. package/src/queries/discoverTv.test.ts +142 -0
  487. package/src/queries/discoverTv.ts +66 -0
  488. package/src/queries/episode.test.ts +82 -0
  489. package/src/queries/episode.ts +73 -0
  490. package/src/queries/episodeCredits.test.ts +134 -0
  491. package/src/queries/episodeCredits.ts +41 -0
  492. package/src/queries/episodeExternalIds.test.ts +104 -0
  493. package/src/queries/episodeExternalIds.ts +40 -0
  494. package/src/queries/episodeStills.test.ts +96 -0
  495. package/src/queries/episodeStills.ts +38 -0
  496. package/src/queries/episodeTranslations.test.ts +96 -0
  497. package/src/queries/episodeTranslations.ts +38 -0
  498. package/src/queries/episodeVideos.test.ts +96 -0
  499. package/src/queries/episodeVideos.ts +38 -0
  500. package/src/queries/find.test.ts +48 -0
  501. package/src/queries/find.ts +35 -0
  502. package/src/queries/genres.test.ts +66 -0
  503. package/src/queries/genres.ts +29 -0
  504. package/src/queries/keyword.test.ts +45 -0
  505. package/src/queries/keyword.ts +28 -0
  506. package/src/queries/movie.test.ts +81 -0
  507. package/src/queries/movie.ts +87 -0
  508. package/src/queries/movieAlternativeTitles.test.ts +95 -0
  509. package/src/queries/movieAlternativeTitles.ts +37 -0
  510. package/src/queries/movieCredits.test.ts +118 -0
  511. package/src/queries/movieCredits.ts +35 -0
  512. package/src/queries/movieExternalIds.test.ts +95 -0
  513. package/src/queries/movieExternalIds.ts +35 -0
  514. package/src/queries/movieImages.test.ts +118 -0
  515. package/src/queries/movieImages.ts +35 -0
  516. package/src/queries/movieKeywords.test.ts +95 -0
  517. package/src/queries/movieKeywords.ts +33 -0
  518. package/src/queries/movieRecommendations.test.ts +173 -0
  519. package/src/queries/movieRecommendations.ts +74 -0
  520. package/src/queries/movieReleaseDates.test.ts +103 -0
  521. package/src/queries/movieReleaseDates.ts +34 -0
  522. package/src/queries/movieReviews.test.ts +152 -0
  523. package/src/queries/movieReviews.ts +74 -0
  524. package/src/queries/movieSimilarMovies.test.ts +173 -0
  525. package/src/queries/movieSimilarMovies.ts +74 -0
  526. package/src/queries/movieTranslations.test.ts +99 -0
  527. package/src/queries/movieTranslations.ts +33 -0
  528. package/src/queries/movieVideos.test.ts +95 -0
  529. package/src/queries/movieVideos.ts +33 -0
  530. package/src/queries/movieWatchProviders.test.ts +103 -0
  531. package/src/queries/movieWatchProviders.ts +33 -0
  532. package/src/queries/network.test.ts +45 -0
  533. package/src/queries/network.ts +40 -0
  534. package/src/queries/networkAlternativeNames.test.ts +45 -0
  535. package/src/queries/networkAlternativeNames.ts +29 -0
  536. package/src/queries/networkLogos.test.ts +45 -0
  537. package/src/queries/networkLogos.ts +28 -0
  538. package/src/queries/person.test.ts +81 -0
  539. package/src/queries/person.ts +67 -0
  540. package/src/queries/personCombinedCredits.test.ts +99 -0
  541. package/src/queries/personCombinedCredits.ts +35 -0
  542. package/src/queries/personExternalIds.test.ts +99 -0
  543. package/src/queries/personExternalIds.ts +35 -0
  544. package/src/queries/personMovieCredits.test.ts +99 -0
  545. package/src/queries/personMovieCredits.ts +35 -0
  546. package/src/queries/personProfiles.test.ts +98 -0
  547. package/src/queries/personProfiles.ts +33 -0
  548. package/src/queries/personTranslations.test.ts +99 -0
  549. package/src/queries/personTranslations.ts +33 -0
  550. package/src/queries/personTvCredits.test.ts +99 -0
  551. package/src/queries/personTvCredits.ts +35 -0
  552. package/src/queries/rated.test.ts +170 -0
  553. package/src/queries/rated.ts +70 -0
  554. package/src/queries/review.test.ts +45 -0
  555. package/src/queries/review.ts +40 -0
  556. package/src/queries/search.test.ts +426 -0
  557. package/src/queries/search.ts +73 -0
  558. package/src/queries/season.test.ts +82 -0
  559. package/src/queries/season.ts +78 -0
  560. package/src/queries/seasonCredits.test.ts +118 -0
  561. package/src/queries/seasonCredits.ts +35 -0
  562. package/src/queries/seasonEpisodeCount.ts +9 -0
  563. package/src/queries/seasonExternalIds.test.ts +103 -0
  564. package/src/queries/seasonExternalIds.ts +35 -0
  565. package/src/queries/seasonPosters.test.ts +94 -0
  566. package/src/queries/seasonPosters.ts +33 -0
  567. package/src/queries/seasonTranslations.test.ts +102 -0
  568. package/src/queries/seasonTranslations.ts +33 -0
  569. package/src/queries/seasonVideos.test.ts +102 -0
  570. package/src/queries/seasonVideos.ts +33 -0
  571. package/src/queries/trending.test.ts +165 -0
  572. package/src/queries/trending.ts +70 -0
  573. package/src/queries/tv.test.ts +81 -0
  574. package/src/queries/tv.ts +98 -0
  575. package/src/queries/tvAlternativeTitles.test.ts +103 -0
  576. package/src/queries/tvAlternativeTitles.ts +35 -0
  577. package/src/queries/tvContentRatings.test.ts +103 -0
  578. package/src/queries/tvContentRatings.ts +35 -0
  579. package/src/queries/tvCredits.test.ts +118 -0
  580. package/src/queries/tvCredits.ts +35 -0
  581. package/src/queries/tvEpisodeGroups.test.ts +103 -0
  582. package/src/queries/tvEpisodeGroups.ts +34 -0
  583. package/src/queries/tvExternalIds.test.ts +103 -0
  584. package/src/queries/tvExternalIds.ts +35 -0
  585. package/src/queries/tvImages.test.ts +118 -0
  586. package/src/queries/tvImages.ts +35 -0
  587. package/src/queries/tvKeywords.test.ts +103 -0
  588. package/src/queries/tvKeywords.ts +33 -0
  589. package/src/queries/tvRecommendations.test.ts +173 -0
  590. package/src/queries/tvRecommendations.ts +74 -0
  591. package/src/queries/tvReviews.test.ts +168 -0
  592. package/src/queries/tvReviews.ts +74 -0
  593. package/src/queries/tvSimilarTvShows.test.ts +168 -0
  594. package/src/queries/tvSimilarTvShows.ts +74 -0
  595. package/src/queries/tvTranslations.test.ts +103 -0
  596. package/src/queries/tvTranslations.ts +33 -0
  597. package/src/queries/tvVideos.test.ts +103 -0
  598. package/src/queries/tvVideos.ts +33 -0
  599. package/src/queries/tvWatchProviders.test.ts +103 -0
  600. package/src/queries/tvWatchProviders.ts +33 -0
  601. package/src/queries/videoType.ts +4 -0
  602. package/src/types.ts +476 -0
  603. package/tsconfig.build.json +11 -0
  604. package/tsconfig.json +18 -0
@@ -0,0 +1,106 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`resolveCredit > should return the correct credit details 1`] = `
4
+ {
5
+ "credit_type": "cast",
6
+ "department": "Acting",
7
+ "id": "52fe4213c3a36847f800226b",
8
+ "job": "Actor",
9
+ "media": {
10
+ "adult": false,
11
+ "backdrop_path": "/nH6hPhJq3EEv9CnBZgXU3IQnpJo.jpg",
12
+ "character": "Ray Ferrier",
13
+ "genre_ids": [
14
+ 12,
15
+ 53,
16
+ 878,
17
+ ],
18
+ "id": 74,
19
+ "original_language": "en",
20
+ "original_title": "War of the Worlds",
21
+ "overview": "Ray Ferrier is a divorced dockworker and less-than-perfect father. Soon after his ex-wife and her new husband drop off his teenage son and young daughter for a rare weekend visit, a strange and powerful lightning storm touches down.",
22
+ "popularity": 31.629,
23
+ "poster_path": "/oZmJ6hD2dc6zLCIPgw8onPMo0QC.jpg",
24
+ "release_date": "2005-06-28",
25
+ "title": "War of the Worlds",
26
+ "video": false,
27
+ "vote_average": 6.5,
28
+ "vote_count": 6508,
29
+ },
30
+ "media_type": "movie",
31
+ "person": {
32
+ "adult": false,
33
+ "gender": 2,
34
+ "id": 500,
35
+ "known_for": [
36
+ {
37
+ "adult": false,
38
+ "backdrop_path": "/auZIuHEUec5tBTns3tCRXfayxZq.jpg",
39
+ "genre_ids": [
40
+ 28,
41
+ 878,
42
+ ],
43
+ "id": 137113,
44
+ "media_type": "movie",
45
+ "original_language": "en",
46
+ "original_title": "Edge of Tomorrow",
47
+ "overview": "Major Bill Cage is an officer who has never seen a day of combat when he is unceremoniously demoted and dropped into combat. Cage is killed within minutes, managing to take an alpha alien down with him. He awakens back at the beginning of the same day and is forced to fight and die again... and again - as physical contact with the alien has thrown him into a time loop.",
48
+ "popularity": 58.47,
49
+ "poster_path": "/uUHvlkLavotfGsNtosDy8ShsIYF.jpg",
50
+ "release_date": "2014-05-27",
51
+ "title": "Edge of Tomorrow",
52
+ "video": false,
53
+ "vote_average": 7.6,
54
+ "vote_count": 11048,
55
+ },
56
+ {
57
+ "adult": false,
58
+ "backdrop_path": "/Pv6vu1lxgct3GWhUXVVOMZwNlZ.jpg",
59
+ "genre_ids": [
60
+ 28,
61
+ 878,
62
+ 12,
63
+ 9648,
64
+ ],
65
+ "id": 75612,
66
+ "media_type": "movie",
67
+ "original_language": "en",
68
+ "original_title": "Oblivion",
69
+ "overview": "Jack Harper is one of the last few drone repairmen stationed on Earth. Part of a massive operation to extract vital resources after decades of war with a terrifying threat known as the Scavs, Jack’s mission is nearly complete. His existence is brought crashing down when he rescues a beautiful stranger from a downed spacecraft. Her arrival triggers a chain of events that forces him to question everything he knows and puts the fate of humanity in his hands.",
70
+ "popularity": 28.855,
71
+ "poster_path": "/eO3r38fwnhb58M1YgcjQBd3VNcp.jpg",
72
+ "release_date": "2013-04-10",
73
+ "title": "Oblivion",
74
+ "video": false,
75
+ "vote_average": 6.6,
76
+ "vote_count": 8877,
77
+ },
78
+ {
79
+ "adult": false,
80
+ "backdrop_path": "/hqyjzDRCs1N5gEsh2gklzPdsEFD.jpg",
81
+ "genre_ids": [
82
+ 28,
83
+ 53,
84
+ 12,
85
+ ],
86
+ "id": 56292,
87
+ "media_type": "movie",
88
+ "original_language": "en",
89
+ "original_title": "Mission: Impossible - Ghost Protocol",
90
+ "overview": "Ethan Hunt and his team are racing against time to track down a dangerous terrorist named Hendricks, who has gained access to Russian nuclear launch codes and is planning a strike on the United States. An attempt to stop him ends in an explosion causing severe destruction to the Kremlin and the IMF to be implicated in the bombing, forcing the President to disavow them. No longer being aided by the government, Ethan and his team chase Hendricks around the globe, although they might still be too late to stop a disaster.",
91
+ "popularity": 63.554,
92
+ "poster_path": "/7GCKNRbzcA4rJXAKoE8KS9IDnZP.jpg",
93
+ "release_date": "2011-12-07",
94
+ "title": "Mission: Impossible - Ghost Protocol",
95
+ "video": false,
96
+ "vote_average": 7,
97
+ "vote_count": 7925,
98
+ },
99
+ ],
100
+ "known_for_department": "Acting",
101
+ "name": "Tom Cruise",
102
+ "popularity": 15.824,
103
+ "profile_path": "/8qBylBsQf4llkGrWR3qAsOtOU8O.jpg",
104
+ },
105
+ }
106
+ `;
@@ -0,0 +1,481 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`resolveDiscoverMovies when the first 5 are requested should return the correct response 1`] = `
4
+ {
5
+ "edges": [
6
+ {
7
+ "cursor": "NzAzNzcxOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
8
+ "node": {
9
+ "adult": false,
10
+ "backdrop_path": "/owraiceOKtSOa3t8sp3wA9K2Ox6.jpg",
11
+ "genre_ids": [
12
+ 16,
13
+ 28,
14
+ 12,
15
+ 878,
16
+ ],
17
+ "id": 703771,
18
+ "original_language": "en",
19
+ "original_title": "Deathstroke: Knights & Dragons - The Movie",
20
+ "overview": "The assassin Deathstroke tries to save his family from the wrath of H.I.V.E. and the murderous Jackal.",
21
+ "popularity": 918.222,
22
+ "poster_path": "/vFIHbiy55smzi50RmF8LQjmpGcx.jpg",
23
+ "release_date": "2020-08-04",
24
+ "title": "Deathstroke: Knights & Dragons - The Movie",
25
+ "video": false,
26
+ "vote_average": 6.9,
27
+ "vote_count": 290,
28
+ },
29
+ },
30
+ {
31
+ "cursor": "NjM1MzAyOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
32
+ "node": {
33
+ "adult": false,
34
+ "backdrop_path": "/xPpXYnCWfjkt3zzE0dpCNME1pXF.jpg",
35
+ "genre_ids": [
36
+ 16,
37
+ 28,
38
+ 12,
39
+ 14,
40
+ ],
41
+ "id": 635302,
42
+ "original_language": "ja",
43
+ "original_title": "劇場版「鬼滅の刃」無限列車編",
44
+ "overview": "Tanjirō Kamado, joined with Inosuke Hashibira, a boy raised by boars who wears a boar's head, and Zenitsu Agatsuma, a scared boy who reveals his true power when he sleeps, boards the Infinity Train on a new mission with the Fire Hashira, Kyōjurō Rengoku, to defeat a demon who has been tormenting the people and killing the demon slayers who oppose it!",
45
+ "popularity": 781.929,
46
+ "poster_path": "/h8Rb9gBr48ODIwYUttZNYeMWeUU.jpg",
47
+ "release_date": "2020-10-16",
48
+ "title": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train",
49
+ "video": false,
50
+ "vote_average": 8.4,
51
+ "vote_count": 1816,
52
+ },
53
+ },
54
+ {
55
+ "cursor": "NjYyNzA4Ojp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
56
+ "node": {
57
+ "adult": false,
58
+ "backdrop_path": "/4KpNHvQIjyg1YFovRAoUXoFrGnR.jpg",
59
+ "genre_ids": [
60
+ 16,
61
+ 12,
62
+ ],
63
+ "id": 662708,
64
+ "original_language": "ja",
65
+ "original_title": "劇場版ポケットモンスター ココ",
66
+ "overview": "In the Forest of Okoya, Koko is a feral child who has been raised as a Pokémon by the Mythical Pokémon Zarude. Koko has grown up never doubting that he is a Pokémon even though he can't really use any sort of moves. Ash Ketchum and Pikachu meet Koko and help him protect the Great Tree from the crooked scientist Dr. Zed.",
67
+ "popularity": 675.975,
68
+ "poster_path": "/vGcHyV9s1N2I7bJLSBODvqHTYLL.jpg",
69
+ "release_date": "2020-12-25",
70
+ "title": "Pokémon the Movie: Secrets of the Jungle",
71
+ "video": false,
72
+ "vote_average": 7.3,
73
+ "vote_count": 59,
74
+ },
75
+ },
76
+ {
77
+ "cursor": "NzI1MjczOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
78
+ "node": {
79
+ "adult": false,
80
+ "backdrop_path": "/iDLtDgxLiYsarfdQ4msUhUqoNPp.jpg",
81
+ "genre_ids": [
82
+ 878,
83
+ ],
84
+ "id": 725273,
85
+ "original_language": "en",
86
+ "original_title": "Solitary",
87
+ "overview": "A man wakes up inside a room to discover he's a prisoner sent into space to form Earth's first colony, and worse - his cell mate Alana is hell bent on destroying everything.",
88
+ "popularity": 467.401,
89
+ "poster_path": "/ApwmbrMlsuOay5rXQA4Kbz7qJAl.jpg",
90
+ "release_date": "2020-08-31",
91
+ "title": "Solitary",
92
+ "video": false,
93
+ "vote_average": 5.8,
94
+ "vote_count": 59,
95
+ },
96
+ },
97
+ {
98
+ "cursor": "NjQxNTAxOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
99
+ "node": {
100
+ "adult": false,
101
+ "backdrop_path": "/kDQdFs5XL6G8TuXvd0NnJfQ59GP.jpg",
102
+ "genre_ids": [
103
+ 878,
104
+ 12,
105
+ 9648,
106
+ 28,
107
+ 53,
108
+ 14,
109
+ 35,
110
+ ],
111
+ "id": 641501,
112
+ "original_language": "fr",
113
+ "original_title": "Comment je suis devenu super-héros",
114
+ "overview": "Paris 2020. While superheroes have assimilated into the Parisian society, they discover a new drug that gives themselves personal superpowers to mere mortals. Lieutenants Moreau and Schaltzmann are investigating the case with the support of two ex-superheroes, Monte Carlo and Callista. They'll do whatever it takes to dismantle the traffic. But Moreau's past resurfaces, and the investigation becomes more complicated.",
115
+ "popularity": 345.239,
116
+ "poster_path": "/d0wn9YtEnmbucx8ZUsT918ctoiK.jpg",
117
+ "release_date": "2020-11-19",
118
+ "title": "How I Became a Superhero",
119
+ "video": false,
120
+ "vote_average": 6.1,
121
+ "vote_count": 290,
122
+ },
123
+ },
124
+ ],
125
+ "errors": [],
126
+ "nodes": [
127
+ {
128
+ "adult": false,
129
+ "backdrop_path": "/owraiceOKtSOa3t8sp3wA9K2Ox6.jpg",
130
+ "genre_ids": [
131
+ 16,
132
+ 28,
133
+ 12,
134
+ 878,
135
+ ],
136
+ "id": 703771,
137
+ "original_language": "en",
138
+ "original_title": "Deathstroke: Knights & Dragons - The Movie",
139
+ "overview": "The assassin Deathstroke tries to save his family from the wrath of H.I.V.E. and the murderous Jackal.",
140
+ "popularity": 918.222,
141
+ "poster_path": "/vFIHbiy55smzi50RmF8LQjmpGcx.jpg",
142
+ "release_date": "2020-08-04",
143
+ "title": "Deathstroke: Knights & Dragons - The Movie",
144
+ "video": false,
145
+ "vote_average": 6.9,
146
+ "vote_count": 290,
147
+ },
148
+ {
149
+ "adult": false,
150
+ "backdrop_path": "/xPpXYnCWfjkt3zzE0dpCNME1pXF.jpg",
151
+ "genre_ids": [
152
+ 16,
153
+ 28,
154
+ 12,
155
+ 14,
156
+ ],
157
+ "id": 635302,
158
+ "original_language": "ja",
159
+ "original_title": "劇場版「鬼滅の刃」無限列車編",
160
+ "overview": "Tanjirō Kamado, joined with Inosuke Hashibira, a boy raised by boars who wears a boar's head, and Zenitsu Agatsuma, a scared boy who reveals his true power when he sleeps, boards the Infinity Train on a new mission with the Fire Hashira, Kyōjurō Rengoku, to defeat a demon who has been tormenting the people and killing the demon slayers who oppose it!",
161
+ "popularity": 781.929,
162
+ "poster_path": "/h8Rb9gBr48ODIwYUttZNYeMWeUU.jpg",
163
+ "release_date": "2020-10-16",
164
+ "title": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train",
165
+ "video": false,
166
+ "vote_average": 8.4,
167
+ "vote_count": 1816,
168
+ },
169
+ {
170
+ "adult": false,
171
+ "backdrop_path": "/4KpNHvQIjyg1YFovRAoUXoFrGnR.jpg",
172
+ "genre_ids": [
173
+ 16,
174
+ 12,
175
+ ],
176
+ "id": 662708,
177
+ "original_language": "ja",
178
+ "original_title": "劇場版ポケットモンスター ココ",
179
+ "overview": "In the Forest of Okoya, Koko is a feral child who has been raised as a Pokémon by the Mythical Pokémon Zarude. Koko has grown up never doubting that he is a Pokémon even though he can't really use any sort of moves. Ash Ketchum and Pikachu meet Koko and help him protect the Great Tree from the crooked scientist Dr. Zed.",
180
+ "popularity": 675.975,
181
+ "poster_path": "/vGcHyV9s1N2I7bJLSBODvqHTYLL.jpg",
182
+ "release_date": "2020-12-25",
183
+ "title": "Pokémon the Movie: Secrets of the Jungle",
184
+ "video": false,
185
+ "vote_average": 7.3,
186
+ "vote_count": 59,
187
+ },
188
+ {
189
+ "adult": false,
190
+ "backdrop_path": "/iDLtDgxLiYsarfdQ4msUhUqoNPp.jpg",
191
+ "genre_ids": [
192
+ 878,
193
+ ],
194
+ "id": 725273,
195
+ "original_language": "en",
196
+ "original_title": "Solitary",
197
+ "overview": "A man wakes up inside a room to discover he's a prisoner sent into space to form Earth's first colony, and worse - his cell mate Alana is hell bent on destroying everything.",
198
+ "popularity": 467.401,
199
+ "poster_path": "/ApwmbrMlsuOay5rXQA4Kbz7qJAl.jpg",
200
+ "release_date": "2020-08-31",
201
+ "title": "Solitary",
202
+ "video": false,
203
+ "vote_average": 5.8,
204
+ "vote_count": 59,
205
+ },
206
+ {
207
+ "adult": false,
208
+ "backdrop_path": "/kDQdFs5XL6G8TuXvd0NnJfQ59GP.jpg",
209
+ "genre_ids": [
210
+ 878,
211
+ 12,
212
+ 9648,
213
+ 28,
214
+ 53,
215
+ 14,
216
+ 35,
217
+ ],
218
+ "id": 641501,
219
+ "original_language": "fr",
220
+ "original_title": "Comment je suis devenu super-héros",
221
+ "overview": "Paris 2020. While superheroes have assimilated into the Parisian society, they discover a new drug that gives themselves personal superpowers to mere mortals. Lieutenants Moreau and Schaltzmann are investigating the case with the support of two ex-superheroes, Monte Carlo and Callista. They'll do whatever it takes to dismantle the traffic. But Moreau's past resurfaces, and the investigation becomes more complicated.",
222
+ "popularity": 345.239,
223
+ "poster_path": "/d0wn9YtEnmbucx8ZUsT918ctoiK.jpg",
224
+ "release_date": "2020-11-19",
225
+ "title": "How I Became a Superhero",
226
+ "video": false,
227
+ "vote_average": 6.1,
228
+ "vote_count": 290,
229
+ },
230
+ ],
231
+ "pageInfo": {
232
+ "endCursor": "NjQxNTAxOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
233
+ "hasNextPage": true,
234
+ "hasPreviousPage": false,
235
+ "startCursor": "NzAzNzcxOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
236
+ },
237
+ "totalCount": 10000,
238
+ }
239
+ `;
240
+
241
+ exports[`resolveDiscoverMovies when the second 5 are requested should return the correct response 1`] = `
242
+ {
243
+ "edges": [
244
+ {
245
+ "cursor": "NjEzNTA0Ojp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
246
+ "node": {
247
+ "adult": false,
248
+ "backdrop_path": "/6hgItrYQEG33y0I7yP2SRl2ei4w.jpg",
249
+ "genre_ids": [
250
+ 10749,
251
+ 18,
252
+ ],
253
+ "id": 613504,
254
+ "original_language": "en",
255
+ "original_title": "After We Collided",
256
+ "overview": "Tessa finds herself struggling with her complicated relationship with Hardin; she faces a dilemma that could change their lives forever.",
257
+ "popularity": 338.268,
258
+ "poster_path": "/kiX7UYfOpYrMFSAGbI6j1pFkLzQ.jpg",
259
+ "release_date": "2020-09-02",
260
+ "title": "After We Collided",
261
+ "video": false,
262
+ "vote_average": 7.3,
263
+ "vote_count": 4245,
264
+ },
265
+ },
266
+ {
267
+ "cursor": "NTIyNDQ0Ojp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
268
+ "node": {
269
+ "adult": false,
270
+ "backdrop_path": "/fRrpOILyXuWaWLmqF7kXeMVwITQ.jpg",
271
+ "genre_ids": [
272
+ 27,
273
+ 53,
274
+ 12,
275
+ 9648,
276
+ ],
277
+ "id": 522444,
278
+ "original_language": "en",
279
+ "original_title": "Black Water: Abyss",
280
+ "overview": "An adventure-loving couple convince their friends to explore a remote, uncharted cave system in the forests of Northern Australia. With a tropical storm approaching, they abseil into the mouth of the cave, but when the caves start to flood, tensions rise as oxygen levels fall and the friends find themselves trapped. Unknown to them, the storm has also brought in a pack of dangerous and hungry crocodiles.",
281
+ "popularity": 310.936,
282
+ "poster_path": "/95S6PinQIvVe4uJAd82a2iGZ0rA.jpg",
283
+ "release_date": "2020-07-09",
284
+ "title": "Black Water: Abyss",
285
+ "video": false,
286
+ "vote_average": 5.1,
287
+ "vote_count": 282,
288
+ },
289
+ },
290
+ {
291
+ "cursor": "NTI5MjAzOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
292
+ "node": {
293
+ "adult": false,
294
+ "backdrop_path": "/fmIp40ev4VGquK2bMo52PQgaV2d.jpg",
295
+ "genre_ids": [
296
+ 16,
297
+ 10751,
298
+ 12,
299
+ 14,
300
+ 35,
301
+ ],
302
+ "id": 529203,
303
+ "original_language": "en",
304
+ "original_title": "The Croods: A New Age",
305
+ "overview": "Searching for a safer habitat, the prehistoric Crood family discovers an idyllic, walled-in paradise that meets all of its needs. Unfortunately, they must also learn to live with the Bettermans -- a family that's a couple of steps above the Croods on the evolutionary ladder. As tensions between the new neighbors start to rise, a new threat soon propels both clans on an epic adventure that forces them to embrace their differences, draw strength from one another, and survive together.",
306
+ "popularity": 309.031,
307
+ "poster_path": "/tbVZ3Sq88dZaCANlUcewQuHQOaE.jpg",
308
+ "release_date": "2020-11-25",
309
+ "title": "The Croods: A New Age",
310
+ "video": false,
311
+ "vote_average": 7.6,
312
+ "vote_count": 2606,
313
+ },
314
+ },
315
+ {
316
+ "cursor": "NTM5ODg1Ojp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
317
+ "node": {
318
+ "adult": false,
319
+ "backdrop_path": "/54yOImQgj8i85u9hxxnaIQBRUuo.jpg",
320
+ "genre_ids": [
321
+ 28,
322
+ 80,
323
+ 18,
324
+ 53,
325
+ ],
326
+ "id": 539885,
327
+ "original_language": "en",
328
+ "original_title": "Ava",
329
+ "overview": "A black ops assassin is forced to fight for her own survival after a job goes dangerously wrong.",
330
+ "popularity": 308.26,
331
+ "poster_path": "/qzA87Wf4jo1h8JMk9GilyIYvwsA.jpg",
332
+ "release_date": "2020-07-02",
333
+ "title": "Ava",
334
+ "video": false,
335
+ "vote_average": 5.7,
336
+ "vote_count": 1777,
337
+ },
338
+ },
339
+ {
340
+ "cursor": "NzU1ODEyOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
341
+ "node": {
342
+ "adult": false,
343
+ "backdrop_path": "/aMFl4wOPhJ7NVua6SgU9zIJvFSx.jpg",
344
+ "genre_ids": [
345
+ 16,
346
+ 10751,
347
+ 35,
348
+ 12,
349
+ 10770,
350
+ ],
351
+ "id": 755812,
352
+ "original_language": "fr",
353
+ "original_title": "Miraculous World : New York, les héros unis",
354
+ "overview": "During a school field trip, Ladybug and Cat Noir meet the American superheroes, whom they have to save from an akumatised super-villain. They discover that Miraculous exist in the United States too.",
355
+ "popularity": 307.933,
356
+ "poster_path": "/19kfvGktytDZInUmpv3WlaHoTxP.jpg",
357
+ "release_date": "2020-09-26",
358
+ "title": "Miraculous World: New York, United HeroeZ",
359
+ "video": false,
360
+ "vote_average": 8.3,
361
+ "vote_count": 812,
362
+ },
363
+ },
364
+ ],
365
+ "errors": [],
366
+ "nodes": [
367
+ {
368
+ "adult": false,
369
+ "backdrop_path": "/6hgItrYQEG33y0I7yP2SRl2ei4w.jpg",
370
+ "genre_ids": [
371
+ 10749,
372
+ 18,
373
+ ],
374
+ "id": 613504,
375
+ "original_language": "en",
376
+ "original_title": "After We Collided",
377
+ "overview": "Tessa finds herself struggling with her complicated relationship with Hardin; she faces a dilemma that could change their lives forever.",
378
+ "popularity": 338.268,
379
+ "poster_path": "/kiX7UYfOpYrMFSAGbI6j1pFkLzQ.jpg",
380
+ "release_date": "2020-09-02",
381
+ "title": "After We Collided",
382
+ "video": false,
383
+ "vote_average": 7.3,
384
+ "vote_count": 4245,
385
+ },
386
+ {
387
+ "adult": false,
388
+ "backdrop_path": "/fRrpOILyXuWaWLmqF7kXeMVwITQ.jpg",
389
+ "genre_ids": [
390
+ 27,
391
+ 53,
392
+ 12,
393
+ 9648,
394
+ ],
395
+ "id": 522444,
396
+ "original_language": "en",
397
+ "original_title": "Black Water: Abyss",
398
+ "overview": "An adventure-loving couple convince their friends to explore a remote, uncharted cave system in the forests of Northern Australia. With a tropical storm approaching, they abseil into the mouth of the cave, but when the caves start to flood, tensions rise as oxygen levels fall and the friends find themselves trapped. Unknown to them, the storm has also brought in a pack of dangerous and hungry crocodiles.",
399
+ "popularity": 310.936,
400
+ "poster_path": "/95S6PinQIvVe4uJAd82a2iGZ0rA.jpg",
401
+ "release_date": "2020-07-09",
402
+ "title": "Black Water: Abyss",
403
+ "video": false,
404
+ "vote_average": 5.1,
405
+ "vote_count": 282,
406
+ },
407
+ {
408
+ "adult": false,
409
+ "backdrop_path": "/fmIp40ev4VGquK2bMo52PQgaV2d.jpg",
410
+ "genre_ids": [
411
+ 16,
412
+ 10751,
413
+ 12,
414
+ 14,
415
+ 35,
416
+ ],
417
+ "id": 529203,
418
+ "original_language": "en",
419
+ "original_title": "The Croods: A New Age",
420
+ "overview": "Searching for a safer habitat, the prehistoric Crood family discovers an idyllic, walled-in paradise that meets all of its needs. Unfortunately, they must also learn to live with the Bettermans -- a family that's a couple of steps above the Croods on the evolutionary ladder. As tensions between the new neighbors start to rise, a new threat soon propels both clans on an epic adventure that forces them to embrace their differences, draw strength from one another, and survive together.",
421
+ "popularity": 309.031,
422
+ "poster_path": "/tbVZ3Sq88dZaCANlUcewQuHQOaE.jpg",
423
+ "release_date": "2020-11-25",
424
+ "title": "The Croods: A New Age",
425
+ "video": false,
426
+ "vote_average": 7.6,
427
+ "vote_count": 2606,
428
+ },
429
+ {
430
+ "adult": false,
431
+ "backdrop_path": "/54yOImQgj8i85u9hxxnaIQBRUuo.jpg",
432
+ "genre_ids": [
433
+ 28,
434
+ 80,
435
+ 18,
436
+ 53,
437
+ ],
438
+ "id": 539885,
439
+ "original_language": "en",
440
+ "original_title": "Ava",
441
+ "overview": "A black ops assassin is forced to fight for her own survival after a job goes dangerously wrong.",
442
+ "popularity": 308.26,
443
+ "poster_path": "/qzA87Wf4jo1h8JMk9GilyIYvwsA.jpg",
444
+ "release_date": "2020-07-02",
445
+ "title": "Ava",
446
+ "video": false,
447
+ "vote_average": 5.7,
448
+ "vote_count": 1777,
449
+ },
450
+ {
451
+ "adult": false,
452
+ "backdrop_path": "/aMFl4wOPhJ7NVua6SgU9zIJvFSx.jpg",
453
+ "genre_ids": [
454
+ 16,
455
+ 10751,
456
+ 35,
457
+ 12,
458
+ 10770,
459
+ ],
460
+ "id": 755812,
461
+ "original_language": "fr",
462
+ "original_title": "Miraculous World : New York, les héros unis",
463
+ "overview": "During a school field trip, Ladybug and Cat Noir meet the American superheroes, whom they have to save from an akumatised super-villain. They discover that Miraculous exist in the United States too.",
464
+ "popularity": 307.933,
465
+ "poster_path": "/19kfvGktytDZInUmpv3WlaHoTxP.jpg",
466
+ "release_date": "2020-09-26",
467
+ "title": "Miraculous World: New York, United HeroeZ",
468
+ "video": false,
469
+ "vote_average": 8.3,
470
+ "vote_count": 812,
471
+ },
472
+ ],
473
+ "pageInfo": {
474
+ "endCursor": "NzU1ODEyOjp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
475
+ "hasNextPage": true,
476
+ "hasPreviousPage": true,
477
+ "startCursor": "NjEzNTA0Ojp7ImluY2x1ZGVBZHVsdCI6ZmFsc2UsImluY2x1ZGVWaWRlbyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4tVVMiLCJwcmltYXJ5UmVsZWFzZVllYXIiOjIwMjAsInNvcnRCeSI6IlBPUFVMQVJJVFlfREVTQyJ9OjpkaXNjb3Zlck1vdmllcw==",
478
+ },
479
+ "totalCount": 10000,
480
+ }
481
+ `;