@tmdb-graphql-api/resolvers 0.0.32 → 0.0.34
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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/production.analysis.txt +297 -297
- package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +2 -3
- package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -1
- package/dist/types/cjs/queries/collection.d.cts +387 -387
- package/dist/types/cjs/queries/company.d.cts +1 -1
- package/dist/types/cjs/queries/credit.d.cts +472 -468
- package/dist/types/cjs/queries/credit.d.cts.map +1 -1
- package/dist/types/cjs/queries/episode.d.cts +13 -12
- package/dist/types/cjs/queries/episode.d.cts.map +1 -1
- package/dist/types/cjs/queries/episodeCredits.d.cts +5 -5
- package/dist/types/cjs/queries/episodeVideos.d.cts +1 -1
- package/dist/types/cjs/queries/find.d.cts +197 -197
- package/dist/types/cjs/queries/genres.d.cts +1 -1
- package/dist/types/cjs/queries/keyword.d.cts +1 -1
- package/dist/types/cjs/queries/movie.d.cts +398 -398
- package/dist/types/cjs/queries/movieCredits.d.cts +5 -5
- package/dist/types/cjs/queries/movieRecommendations.d.cts +203 -203
- package/dist/types/cjs/queries/movieReviews.d.cts +203 -203
- package/dist/types/cjs/queries/movieSimilarMovies.d.cts +203 -203
- package/dist/types/cjs/queries/movieVideos.d.cts +1 -1
- package/dist/types/cjs/queries/movieWatchProviders.d.cts +180 -180
- package/dist/types/cjs/queries/network.d.cts +1 -1
- package/dist/types/cjs/queries/person.d.cts +2 -2
- package/dist/types/cjs/queries/review.d.cts +2 -2
- package/dist/types/cjs/queries/season.d.cts +34 -31
- package/dist/types/cjs/queries/season.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonCredits.d.cts +5 -5
- package/dist/types/cjs/queries/seasonVideos.d.cts +1 -1
- package/dist/types/cjs/queries/tv.d.cts +1167 -1144
- package/dist/types/cjs/queries/tv.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvCredits.d.cts +5 -5
- package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +2 -2
- package/dist/types/cjs/queries/tvKeywords.d.cts +1 -1
- package/dist/types/cjs/queries/tvRecommendations.d.cts +594 -582
- package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvReviews.d.cts +594 -582
- package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +594 -582
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvVideos.d.cts +1 -1
- package/dist/types/cjs/queries/tvWatchProviders.d.cts +180 -180
- package/dist/types/cjs/types.d.cts +2 -0
- package/dist/types/cjs/types.d.cts.map +1 -1
- package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +2 -3
- package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -1
- package/dist/types/esm/queries/collection.d.ts +387 -387
- package/dist/types/esm/queries/company.d.ts +1 -1
- package/dist/types/esm/queries/credit.d.ts +472 -468
- package/dist/types/esm/queries/credit.d.ts.map +1 -1
- package/dist/types/esm/queries/episode.d.ts +13 -12
- package/dist/types/esm/queries/episode.d.ts.map +1 -1
- package/dist/types/esm/queries/episodeCredits.d.ts +5 -5
- package/dist/types/esm/queries/episodeVideos.d.ts +1 -1
- package/dist/types/esm/queries/find.d.ts +197 -197
- package/dist/types/esm/queries/genres.d.ts +1 -1
- package/dist/types/esm/queries/keyword.d.ts +1 -1
- package/dist/types/esm/queries/movie.d.ts +398 -398
- package/dist/types/esm/queries/movieCredits.d.ts +5 -5
- package/dist/types/esm/queries/movieRecommendations.d.ts +203 -203
- package/dist/types/esm/queries/movieReviews.d.ts +203 -203
- package/dist/types/esm/queries/movieSimilarMovies.d.ts +203 -203
- package/dist/types/esm/queries/movieVideos.d.ts +1 -1
- package/dist/types/esm/queries/movieWatchProviders.d.ts +180 -180
- package/dist/types/esm/queries/network.d.ts +1 -1
- package/dist/types/esm/queries/person.d.ts +2 -2
- package/dist/types/esm/queries/review.d.ts +2 -2
- package/dist/types/esm/queries/season.d.ts +34 -31
- package/dist/types/esm/queries/season.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonCredits.d.ts +5 -5
- package/dist/types/esm/queries/seasonVideos.d.ts +1 -1
- package/dist/types/esm/queries/tv.d.ts +1167 -1144
- package/dist/types/esm/queries/tv.d.ts.map +1 -1
- package/dist/types/esm/queries/tvCredits.d.ts +5 -5
- package/dist/types/esm/queries/tvEpisodeGroups.d.ts +2 -2
- package/dist/types/esm/queries/tvKeywords.d.ts +1 -1
- package/dist/types/esm/queries/tvRecommendations.d.ts +594 -582
- package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
- package/dist/types/esm/queries/tvReviews.d.ts +594 -582
- package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts +594 -582
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -1
- package/dist/types/esm/queries/tvVideos.d.ts +1 -1
- package/dist/types/esm/queries/tvWatchProviders.d.ts +180 -180
- package/dist/types/esm/types.d.ts +2 -0
- package/dist/types/esm/types.d.ts.map +1 -1
- package/dist/types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/helpers/__snapshots__/typePropNames.test.ts.snap +2 -0
- package/src/helpers/getTvIdSeasonAndEpisode.ts +6 -10
- package/src/queries/__snapshots__/episode.test.ts.snap +2 -1
- package/src/queries/__snapshots__/season.test.ts.snap +2 -1
- package/src/queries/episode.test.ts +2 -2
- package/src/queries/episode.ts +7 -7
- package/src/queries/episodeCredits.test.ts +15 -5
- package/src/queries/episodeExternalIds.test.ts +13 -3
- package/src/queries/episodeStills.test.ts +13 -3
- package/src/queries/episodeTranslations.test.ts +13 -3
- package/src/queries/episodeVideos.test.ts +13 -3
- package/src/queries/movieReviews.ts +1 -1
- package/src/queries/movieSimilarMovies.ts +1 -1
- package/src/queries/season.test.ts +2 -2
- package/src/queries/season.ts +6 -6
- package/src/queries/tvRecommendations.ts +1 -1
- package/src/queries/tvReviews.ts +1 -1
- package/src/queries/tvSimilarTvShows.ts +1 -1
- package/src/types.ts +9 -2
|
@@ -16,7 +16,7 @@ export declare const cursorCache: Core;
|
|
|
16
16
|
export declare const getters: Getters<RawMovieRecommendations, RawMovie>;
|
|
17
17
|
export declare const resolveMovieRecommendations: (source: {
|
|
18
18
|
genres: ({
|
|
19
|
-
id:
|
|
19
|
+
id: number;
|
|
20
20
|
__typename?: "Genre" | undefined;
|
|
21
21
|
name: string;
|
|
22
22
|
} | null)[];
|
|
@@ -33,7 +33,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
33
33
|
} | null)[] | null | undefined;
|
|
34
34
|
__typename?: "Movie" | undefined;
|
|
35
35
|
title: string;
|
|
36
|
-
id:
|
|
36
|
+
id: number;
|
|
37
37
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
38
38
|
overview: string;
|
|
39
39
|
poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
48
48
|
vote_average: number;
|
|
49
49
|
vote_count: number;
|
|
50
50
|
belongs_to_collection?: {
|
|
51
|
-
id:
|
|
51
|
+
id: number;
|
|
52
52
|
__typename?: "Collection" | undefined;
|
|
53
53
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
54
54
|
backdrops?: ({
|
|
@@ -65,7 +65,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
65
65
|
name: string;
|
|
66
66
|
overview: string;
|
|
67
67
|
parts: ({
|
|
68
|
-
id:
|
|
68
|
+
id: number;
|
|
69
69
|
__typename?: "Movie" | undefined;
|
|
70
70
|
adult: boolean;
|
|
71
71
|
alternative_titles?: ({
|
|
@@ -90,12 +90,12 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
90
90
|
belongs_to_collection?: any | null | undefined;
|
|
91
91
|
budget: number;
|
|
92
92
|
cast?: ({
|
|
93
|
-
id:
|
|
93
|
+
id: number;
|
|
94
94
|
__typename?: "Cast" | undefined;
|
|
95
95
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
96
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
96
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
97
97
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
98
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
98
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
99
99
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
100
100
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
101
101
|
name: string;
|
|
@@ -105,10 +105,10 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
105
105
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
106
106
|
} | null)[] | null | undefined;
|
|
107
107
|
crew?: ({
|
|
108
|
-
id:
|
|
108
|
+
id: number;
|
|
109
109
|
__typename?: "Crew" | undefined;
|
|
110
110
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
111
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
111
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
112
112
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
113
113
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
114
114
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -130,7 +130,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
130
130
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
131
131
|
} | null | undefined;
|
|
132
132
|
genres: ({
|
|
133
|
-
id:
|
|
133
|
+
id: number;
|
|
134
134
|
__typename?: "Genre" | undefined;
|
|
135
135
|
name: string;
|
|
136
136
|
} | null)[];
|
|
@@ -138,7 +138,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
138
138
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
139
139
|
keywords?: ({
|
|
140
140
|
__typename?: "Keyword" | undefined;
|
|
141
|
-
id:
|
|
141
|
+
id: number;
|
|
142
142
|
name: string;
|
|
143
143
|
} | null)[] | null | undefined;
|
|
144
144
|
logos?: ({
|
|
@@ -170,7 +170,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
170
170
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
171
171
|
} | null)[] | null | undefined;
|
|
172
172
|
production_companies: ({
|
|
173
|
-
id:
|
|
173
|
+
id: number;
|
|
174
174
|
__typename?: "Company" | undefined;
|
|
175
175
|
alternative_names?: ({
|
|
176
176
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -248,7 +248,6 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
248
248
|
__typename?: "ReviewEdge" | undefined;
|
|
249
249
|
cursor: string;
|
|
250
250
|
node: {
|
|
251
|
-
id: string | number;
|
|
252
251
|
__typename?: "Review" | undefined;
|
|
253
252
|
author: string;
|
|
254
253
|
author_details?: {
|
|
@@ -260,6 +259,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
260
259
|
} | null | undefined;
|
|
261
260
|
content: string;
|
|
262
261
|
created_at: string;
|
|
262
|
+
id: string;
|
|
263
263
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
264
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
265
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -267,7 +267,6 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
267
267
|
};
|
|
268
268
|
} | null)[] | null | undefined;
|
|
269
269
|
nodes?: ({
|
|
270
|
-
id: string | number;
|
|
271
270
|
__typename?: "Review" | undefined;
|
|
272
271
|
author: string;
|
|
273
272
|
author_details?: {
|
|
@@ -279,6 +278,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
279
278
|
} | null | undefined;
|
|
280
279
|
content: string;
|
|
281
280
|
created_at: string;
|
|
281
|
+
id: string;
|
|
282
282
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
283
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
284
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -330,7 +330,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
330
330
|
} | null)[] | null | undefined;
|
|
331
331
|
video: boolean;
|
|
332
332
|
videos?: ({
|
|
333
|
-
id:
|
|
333
|
+
id: number;
|
|
334
334
|
__typename?: "Video" | undefined;
|
|
335
335
|
iso_639_1: string;
|
|
336
336
|
iso_3166_1: string;
|
|
@@ -349,35 +349,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
349
349
|
ads?: ({
|
|
350
350
|
__typename?: "WatchProvider" | undefined;
|
|
351
351
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
352
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
352
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
353
353
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
354
354
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
355
355
|
} | null)[] | null | undefined;
|
|
356
356
|
buy?: ({
|
|
357
357
|
__typename?: "WatchProvider" | undefined;
|
|
358
358
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
359
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
359
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
360
360
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
361
361
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
362
362
|
} | null)[] | null | undefined;
|
|
363
363
|
flatrate?: ({
|
|
364
364
|
__typename?: "WatchProvider" | undefined;
|
|
365
365
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
366
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
366
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
367
367
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
368
368
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
369
369
|
} | null)[] | null | undefined;
|
|
370
370
|
free?: ({
|
|
371
371
|
__typename?: "WatchProvider" | undefined;
|
|
372
372
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
373
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
373
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
374
374
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
375
375
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
376
376
|
} | null)[] | null | undefined;
|
|
377
377
|
rent?: ({
|
|
378
378
|
__typename?: "WatchProvider" | undefined;
|
|
379
379
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
380
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
380
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
381
381
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
382
382
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
383
383
|
} | null)[] | null | undefined;
|
|
@@ -387,35 +387,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
387
387
|
ads?: ({
|
|
388
388
|
__typename?: "WatchProvider" | undefined;
|
|
389
389
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
390
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
390
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
391
391
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
392
392
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
393
393
|
} | null)[] | null | undefined;
|
|
394
394
|
buy?: ({
|
|
395
395
|
__typename?: "WatchProvider" | undefined;
|
|
396
396
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
397
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
397
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
398
398
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
399
399
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
400
400
|
} | null)[] | null | undefined;
|
|
401
401
|
flatrate?: ({
|
|
402
402
|
__typename?: "WatchProvider" | undefined;
|
|
403
403
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
404
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
404
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
405
405
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
406
406
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
407
407
|
} | null)[] | null | undefined;
|
|
408
408
|
free?: ({
|
|
409
409
|
__typename?: "WatchProvider" | undefined;
|
|
410
410
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
411
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
411
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
412
412
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
413
413
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
414
414
|
} | null)[] | null | undefined;
|
|
415
415
|
rent?: ({
|
|
416
416
|
__typename?: "WatchProvider" | undefined;
|
|
417
417
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
418
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
418
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
419
419
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
420
420
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
421
421
|
} | null)[] | null | undefined;
|
|
@@ -425,35 +425,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
425
425
|
ads?: ({
|
|
426
426
|
__typename?: "WatchProvider" | undefined;
|
|
427
427
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
428
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
428
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
429
429
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
430
430
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
431
431
|
} | null)[] | null | undefined;
|
|
432
432
|
buy?: ({
|
|
433
433
|
__typename?: "WatchProvider" | undefined;
|
|
434
434
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
435
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
435
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
436
436
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
437
437
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
438
438
|
} | null)[] | null | undefined;
|
|
439
439
|
flatrate?: ({
|
|
440
440
|
__typename?: "WatchProvider" | undefined;
|
|
441
441
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
442
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
442
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
443
443
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
444
444
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
445
445
|
} | null)[] | null | undefined;
|
|
446
446
|
free?: ({
|
|
447
447
|
__typename?: "WatchProvider" | undefined;
|
|
448
448
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
449
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
449
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
450
450
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
451
451
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
452
452
|
} | null)[] | null | undefined;
|
|
453
453
|
rent?: ({
|
|
454
454
|
__typename?: "WatchProvider" | undefined;
|
|
455
455
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
456
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
456
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
457
457
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
458
458
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
459
459
|
} | null)[] | null | undefined;
|
|
@@ -463,35 +463,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
463
463
|
ads?: ({
|
|
464
464
|
__typename?: "WatchProvider" | undefined;
|
|
465
465
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
466
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
466
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
467
467
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
468
468
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
469
469
|
} | null)[] | null | undefined;
|
|
470
470
|
buy?: ({
|
|
471
471
|
__typename?: "WatchProvider" | undefined;
|
|
472
472
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
473
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
473
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
474
474
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
475
475
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
476
476
|
} | null)[] | null | undefined;
|
|
477
477
|
flatrate?: ({
|
|
478
478
|
__typename?: "WatchProvider" | undefined;
|
|
479
479
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
480
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
480
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
481
481
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
482
482
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
483
483
|
} | null)[] | null | undefined;
|
|
484
484
|
free?: ({
|
|
485
485
|
__typename?: "WatchProvider" | undefined;
|
|
486
486
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
487
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
487
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
488
488
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
489
489
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
490
490
|
} | null)[] | null | undefined;
|
|
491
491
|
rent?: ({
|
|
492
492
|
__typename?: "WatchProvider" | undefined;
|
|
493
493
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
494
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
494
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
495
495
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
496
496
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
497
497
|
} | null)[] | null | undefined;
|
|
@@ -501,35 +501,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
501
501
|
ads?: ({
|
|
502
502
|
__typename?: "WatchProvider" | undefined;
|
|
503
503
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
504
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
504
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
505
505
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
506
506
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
507
507
|
} | null)[] | null | undefined;
|
|
508
508
|
buy?: ({
|
|
509
509
|
__typename?: "WatchProvider" | undefined;
|
|
510
510
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
511
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
511
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
512
512
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
513
513
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
514
514
|
} | null)[] | null | undefined;
|
|
515
515
|
flatrate?: ({
|
|
516
516
|
__typename?: "WatchProvider" | undefined;
|
|
517
517
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
518
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
518
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
519
519
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
520
520
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
521
521
|
} | null)[] | null | undefined;
|
|
522
522
|
free?: ({
|
|
523
523
|
__typename?: "WatchProvider" | undefined;
|
|
524
524
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
525
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
525
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
526
526
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
527
527
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
528
528
|
} | null)[] | null | undefined;
|
|
529
529
|
rent?: ({
|
|
530
530
|
__typename?: "WatchProvider" | undefined;
|
|
531
531
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
532
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
532
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
533
533
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
534
534
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
535
535
|
} | null)[] | null | undefined;
|
|
@@ -539,35 +539,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
539
539
|
ads?: ({
|
|
540
540
|
__typename?: "WatchProvider" | undefined;
|
|
541
541
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
542
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
542
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
543
543
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
544
544
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
545
545
|
} | null)[] | null | undefined;
|
|
546
546
|
buy?: ({
|
|
547
547
|
__typename?: "WatchProvider" | undefined;
|
|
548
548
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
549
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
549
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
550
550
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
551
551
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
552
552
|
} | null)[] | null | undefined;
|
|
553
553
|
flatrate?: ({
|
|
554
554
|
__typename?: "WatchProvider" | undefined;
|
|
555
555
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
556
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
556
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
557
557
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
558
558
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
559
559
|
} | null)[] | null | undefined;
|
|
560
560
|
free?: ({
|
|
561
561
|
__typename?: "WatchProvider" | undefined;
|
|
562
562
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
563
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
563
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
564
564
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
565
565
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
566
566
|
} | null)[] | null | undefined;
|
|
567
567
|
rent?: ({
|
|
568
568
|
__typename?: "WatchProvider" | undefined;
|
|
569
569
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
570
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
570
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
571
571
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
572
572
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
573
573
|
} | null)[] | null | undefined;
|
|
@@ -577,35 +577,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
577
577
|
ads?: ({
|
|
578
578
|
__typename?: "WatchProvider" | undefined;
|
|
579
579
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
580
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
580
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
581
581
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
582
582
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
583
583
|
} | null)[] | null | undefined;
|
|
584
584
|
buy?: ({
|
|
585
585
|
__typename?: "WatchProvider" | undefined;
|
|
586
586
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
587
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
587
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
588
588
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
589
589
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
590
590
|
} | null)[] | null | undefined;
|
|
591
591
|
flatrate?: ({
|
|
592
592
|
__typename?: "WatchProvider" | undefined;
|
|
593
593
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
594
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
594
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
595
595
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
596
596
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
597
597
|
} | null)[] | null | undefined;
|
|
598
598
|
free?: ({
|
|
599
599
|
__typename?: "WatchProvider" | undefined;
|
|
600
600
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
601
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
601
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
602
602
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
603
603
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
604
604
|
} | null)[] | null | undefined;
|
|
605
605
|
rent?: ({
|
|
606
606
|
__typename?: "WatchProvider" | undefined;
|
|
607
607
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
608
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
608
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
609
609
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
610
610
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
611
611
|
} | null)[] | null | undefined;
|
|
@@ -615,35 +615,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
615
615
|
ads?: ({
|
|
616
616
|
__typename?: "WatchProvider" | undefined;
|
|
617
617
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
618
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
618
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
619
619
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
620
620
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
621
621
|
} | null)[] | null | undefined;
|
|
622
622
|
buy?: ({
|
|
623
623
|
__typename?: "WatchProvider" | undefined;
|
|
624
624
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
625
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
625
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
626
626
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
627
627
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
628
628
|
} | null)[] | null | undefined;
|
|
629
629
|
flatrate?: ({
|
|
630
630
|
__typename?: "WatchProvider" | undefined;
|
|
631
631
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
632
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
632
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
633
633
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
634
634
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
635
635
|
} | null)[] | null | undefined;
|
|
636
636
|
free?: ({
|
|
637
637
|
__typename?: "WatchProvider" | undefined;
|
|
638
638
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
639
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
639
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
640
640
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
641
641
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
642
642
|
} | null)[] | null | undefined;
|
|
643
643
|
rent?: ({
|
|
644
644
|
__typename?: "WatchProvider" | undefined;
|
|
645
645
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
646
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
646
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
647
647
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
648
648
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
649
649
|
} | null)[] | null | undefined;
|
|
@@ -653,35 +653,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
653
653
|
ads?: ({
|
|
654
654
|
__typename?: "WatchProvider" | undefined;
|
|
655
655
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
656
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
656
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
657
657
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
658
658
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
659
659
|
} | null)[] | null | undefined;
|
|
660
660
|
buy?: ({
|
|
661
661
|
__typename?: "WatchProvider" | undefined;
|
|
662
662
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
663
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
663
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
664
664
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
665
665
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
666
666
|
} | null)[] | null | undefined;
|
|
667
667
|
flatrate?: ({
|
|
668
668
|
__typename?: "WatchProvider" | undefined;
|
|
669
669
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
670
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
670
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
671
671
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
672
672
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
673
673
|
} | null)[] | null | undefined;
|
|
674
674
|
free?: ({
|
|
675
675
|
__typename?: "WatchProvider" | undefined;
|
|
676
676
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
677
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
677
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
678
678
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
679
679
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
680
680
|
} | null)[] | null | undefined;
|
|
681
681
|
rent?: ({
|
|
682
682
|
__typename?: "WatchProvider" | undefined;
|
|
683
683
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
684
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
684
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
685
685
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
686
686
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
687
687
|
} | null)[] | null | undefined;
|
|
@@ -691,35 +691,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
691
691
|
ads?: ({
|
|
692
692
|
__typename?: "WatchProvider" | undefined;
|
|
693
693
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
694
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
694
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
695
695
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
696
696
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
697
697
|
} | null)[] | null | undefined;
|
|
698
698
|
buy?: ({
|
|
699
699
|
__typename?: "WatchProvider" | undefined;
|
|
700
700
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
701
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
701
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
702
702
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
703
703
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
704
704
|
} | null)[] | null | undefined;
|
|
705
705
|
flatrate?: ({
|
|
706
706
|
__typename?: "WatchProvider" | undefined;
|
|
707
707
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
708
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
708
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
709
709
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
710
710
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
711
711
|
} | null)[] | null | undefined;
|
|
712
712
|
free?: ({
|
|
713
713
|
__typename?: "WatchProvider" | undefined;
|
|
714
714
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
715
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
715
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
716
716
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
717
717
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
718
718
|
} | null)[] | null | undefined;
|
|
719
719
|
rent?: ({
|
|
720
720
|
__typename?: "WatchProvider" | undefined;
|
|
721
721
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
722
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
722
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
723
723
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
724
724
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
725
725
|
} | null)[] | null | undefined;
|
|
@@ -729,35 +729,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
729
729
|
ads?: ({
|
|
730
730
|
__typename?: "WatchProvider" | undefined;
|
|
731
731
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
732
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
732
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
733
733
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
734
734
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
735
735
|
} | null)[] | null | undefined;
|
|
736
736
|
buy?: ({
|
|
737
737
|
__typename?: "WatchProvider" | undefined;
|
|
738
738
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
739
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
739
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
740
740
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
741
741
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
742
742
|
} | null)[] | null | undefined;
|
|
743
743
|
flatrate?: ({
|
|
744
744
|
__typename?: "WatchProvider" | undefined;
|
|
745
745
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
746
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
746
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
747
747
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
748
748
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
749
749
|
} | null)[] | null | undefined;
|
|
750
750
|
free?: ({
|
|
751
751
|
__typename?: "WatchProvider" | undefined;
|
|
752
752
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
753
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
753
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
754
754
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
755
755
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
756
756
|
} | null)[] | null | undefined;
|
|
757
757
|
rent?: ({
|
|
758
758
|
__typename?: "WatchProvider" | undefined;
|
|
759
759
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
760
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
760
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
761
761
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
762
762
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
763
763
|
} | null)[] | null | undefined;
|
|
@@ -767,35 +767,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
767
767
|
ads?: ({
|
|
768
768
|
__typename?: "WatchProvider" | undefined;
|
|
769
769
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
770
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
770
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
771
771
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
772
772
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
773
773
|
} | null)[] | null | undefined;
|
|
774
774
|
buy?: ({
|
|
775
775
|
__typename?: "WatchProvider" | undefined;
|
|
776
776
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
777
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
777
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
778
778
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
779
779
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
780
780
|
} | null)[] | null | undefined;
|
|
781
781
|
flatrate?: ({
|
|
782
782
|
__typename?: "WatchProvider" | undefined;
|
|
783
783
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
784
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
784
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
785
785
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
786
786
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
787
787
|
} | null)[] | null | undefined;
|
|
788
788
|
free?: ({
|
|
789
789
|
__typename?: "WatchProvider" | undefined;
|
|
790
790
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
791
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
791
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
792
792
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
793
793
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
794
794
|
} | null)[] | null | undefined;
|
|
795
795
|
rent?: ({
|
|
796
796
|
__typename?: "WatchProvider" | undefined;
|
|
797
797
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
798
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
798
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
799
799
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
800
800
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
801
801
|
} | null)[] | null | undefined;
|
|
@@ -805,35 +805,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
805
805
|
ads?: ({
|
|
806
806
|
__typename?: "WatchProvider" | undefined;
|
|
807
807
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
808
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
808
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
809
809
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
810
810
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
811
811
|
} | null)[] | null | undefined;
|
|
812
812
|
buy?: ({
|
|
813
813
|
__typename?: "WatchProvider" | undefined;
|
|
814
814
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
815
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
815
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
816
816
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
817
817
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
818
818
|
} | null)[] | null | undefined;
|
|
819
819
|
flatrate?: ({
|
|
820
820
|
__typename?: "WatchProvider" | undefined;
|
|
821
821
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
822
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
822
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
823
823
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
824
824
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
825
825
|
} | null)[] | null | undefined;
|
|
826
826
|
free?: ({
|
|
827
827
|
__typename?: "WatchProvider" | undefined;
|
|
828
828
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
829
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
829
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
830
830
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
831
831
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
832
832
|
} | null)[] | null | undefined;
|
|
833
833
|
rent?: ({
|
|
834
834
|
__typename?: "WatchProvider" | undefined;
|
|
835
835
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
836
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
836
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
837
837
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
838
838
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
839
839
|
} | null)[] | null | undefined;
|
|
@@ -843,35 +843,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
843
843
|
ads?: ({
|
|
844
844
|
__typename?: "WatchProvider" | undefined;
|
|
845
845
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
846
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
846
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
847
847
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
848
848
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
849
849
|
} | null)[] | null | undefined;
|
|
850
850
|
buy?: ({
|
|
851
851
|
__typename?: "WatchProvider" | undefined;
|
|
852
852
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
853
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
853
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
854
854
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
855
855
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
856
856
|
} | null)[] | null | undefined;
|
|
857
857
|
flatrate?: ({
|
|
858
858
|
__typename?: "WatchProvider" | undefined;
|
|
859
859
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
860
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
860
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
861
861
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
862
862
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
863
863
|
} | null)[] | null | undefined;
|
|
864
864
|
free?: ({
|
|
865
865
|
__typename?: "WatchProvider" | undefined;
|
|
866
866
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
867
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
867
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
868
868
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
869
869
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
870
870
|
} | null)[] | null | undefined;
|
|
871
871
|
rent?: ({
|
|
872
872
|
__typename?: "WatchProvider" | undefined;
|
|
873
873
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
874
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
874
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
875
875
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
876
876
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
877
877
|
} | null)[] | null | undefined;
|
|
@@ -881,35 +881,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
881
881
|
ads?: ({
|
|
882
882
|
__typename?: "WatchProvider" | undefined;
|
|
883
883
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
884
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
884
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
885
885
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
886
886
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
887
887
|
} | null)[] | null | undefined;
|
|
888
888
|
buy?: ({
|
|
889
889
|
__typename?: "WatchProvider" | undefined;
|
|
890
890
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
891
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
891
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
892
892
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
893
893
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
894
894
|
} | null)[] | null | undefined;
|
|
895
895
|
flatrate?: ({
|
|
896
896
|
__typename?: "WatchProvider" | undefined;
|
|
897
897
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
898
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
898
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
899
899
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
900
900
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
901
901
|
} | null)[] | null | undefined;
|
|
902
902
|
free?: ({
|
|
903
903
|
__typename?: "WatchProvider" | undefined;
|
|
904
904
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
905
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
905
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
906
906
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
907
907
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
908
908
|
} | null)[] | null | undefined;
|
|
909
909
|
rent?: ({
|
|
910
910
|
__typename?: "WatchProvider" | undefined;
|
|
911
911
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
912
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
912
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
913
913
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
914
914
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
915
915
|
} | null)[] | null | undefined;
|
|
@@ -919,35 +919,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
919
919
|
ads?: ({
|
|
920
920
|
__typename?: "WatchProvider" | undefined;
|
|
921
921
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
922
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
922
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
923
923
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
924
924
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
925
925
|
} | null)[] | null | undefined;
|
|
926
926
|
buy?: ({
|
|
927
927
|
__typename?: "WatchProvider" | undefined;
|
|
928
928
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
929
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
929
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
930
930
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
931
931
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
932
932
|
} | null)[] | null | undefined;
|
|
933
933
|
flatrate?: ({
|
|
934
934
|
__typename?: "WatchProvider" | undefined;
|
|
935
935
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
936
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
936
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
937
937
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
938
938
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
939
939
|
} | null)[] | null | undefined;
|
|
940
940
|
free?: ({
|
|
941
941
|
__typename?: "WatchProvider" | undefined;
|
|
942
942
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
943
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
943
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
944
944
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
945
945
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
946
946
|
} | null)[] | null | undefined;
|
|
947
947
|
rent?: ({
|
|
948
948
|
__typename?: "WatchProvider" | undefined;
|
|
949
949
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
950
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
950
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
951
951
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
952
952
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
953
953
|
} | null)[] | null | undefined;
|
|
@@ -957,35 +957,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
957
957
|
ads?: ({
|
|
958
958
|
__typename?: "WatchProvider" | undefined;
|
|
959
959
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
960
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
960
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
961
961
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
962
962
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
963
963
|
} | null)[] | null | undefined;
|
|
964
964
|
buy?: ({
|
|
965
965
|
__typename?: "WatchProvider" | undefined;
|
|
966
966
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
967
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
967
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
968
968
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
969
969
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
970
970
|
} | null)[] | null | undefined;
|
|
971
971
|
flatrate?: ({
|
|
972
972
|
__typename?: "WatchProvider" | undefined;
|
|
973
973
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
974
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
974
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
975
975
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
976
976
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
977
977
|
} | null)[] | null | undefined;
|
|
978
978
|
free?: ({
|
|
979
979
|
__typename?: "WatchProvider" | undefined;
|
|
980
980
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
981
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
981
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
982
982
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
983
983
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
984
984
|
} | null)[] | null | undefined;
|
|
985
985
|
rent?: ({
|
|
986
986
|
__typename?: "WatchProvider" | undefined;
|
|
987
987
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
988
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
988
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
989
989
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
990
990
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
991
991
|
} | null)[] | null | undefined;
|
|
@@ -995,35 +995,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
995
995
|
ads?: ({
|
|
996
996
|
__typename?: "WatchProvider" | undefined;
|
|
997
997
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
998
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
998
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
999
999
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1000
1000
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1001
1001
|
} | null)[] | null | undefined;
|
|
1002
1002
|
buy?: ({
|
|
1003
1003
|
__typename?: "WatchProvider" | undefined;
|
|
1004
1004
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1005
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1005
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1006
1006
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1007
1007
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1008
1008
|
} | null)[] | null | undefined;
|
|
1009
1009
|
flatrate?: ({
|
|
1010
1010
|
__typename?: "WatchProvider" | undefined;
|
|
1011
1011
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1012
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1012
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1013
1013
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1014
1014
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1015
1015
|
} | null)[] | null | undefined;
|
|
1016
1016
|
free?: ({
|
|
1017
1017
|
__typename?: "WatchProvider" | undefined;
|
|
1018
1018
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1019
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1019
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1020
1020
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1021
1021
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1022
1022
|
} | null)[] | null | undefined;
|
|
1023
1023
|
rent?: ({
|
|
1024
1024
|
__typename?: "WatchProvider" | undefined;
|
|
1025
1025
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1026
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1026
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1027
1027
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1028
1028
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1029
1029
|
} | null)[] | null | undefined;
|
|
@@ -1033,35 +1033,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1033
1033
|
ads?: ({
|
|
1034
1034
|
__typename?: "WatchProvider" | undefined;
|
|
1035
1035
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1036
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1036
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1037
1037
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1038
1038
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1039
1039
|
} | null)[] | null | undefined;
|
|
1040
1040
|
buy?: ({
|
|
1041
1041
|
__typename?: "WatchProvider" | undefined;
|
|
1042
1042
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1043
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1043
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1044
1044
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1045
1045
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1046
1046
|
} | null)[] | null | undefined;
|
|
1047
1047
|
flatrate?: ({
|
|
1048
1048
|
__typename?: "WatchProvider" | undefined;
|
|
1049
1049
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1050
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1050
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1051
1051
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1052
1052
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1053
1053
|
} | null)[] | null | undefined;
|
|
1054
1054
|
free?: ({
|
|
1055
1055
|
__typename?: "WatchProvider" | undefined;
|
|
1056
1056
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1057
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1057
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1058
1058
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1059
1059
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1060
1060
|
} | null)[] | null | undefined;
|
|
1061
1061
|
rent?: ({
|
|
1062
1062
|
__typename?: "WatchProvider" | undefined;
|
|
1063
1063
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1064
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1064
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1065
1065
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1066
1066
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1067
1067
|
} | null)[] | null | undefined;
|
|
@@ -1071,35 +1071,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1071
1071
|
ads?: ({
|
|
1072
1072
|
__typename?: "WatchProvider" | undefined;
|
|
1073
1073
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1074
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1074
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1075
1075
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1076
1076
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1077
1077
|
} | null)[] | null | undefined;
|
|
1078
1078
|
buy?: ({
|
|
1079
1079
|
__typename?: "WatchProvider" | undefined;
|
|
1080
1080
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1081
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1081
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1082
1082
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1083
1083
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1084
1084
|
} | null)[] | null | undefined;
|
|
1085
1085
|
flatrate?: ({
|
|
1086
1086
|
__typename?: "WatchProvider" | undefined;
|
|
1087
1087
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1088
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1088
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1089
1089
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1090
1090
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1091
1091
|
} | null)[] | null | undefined;
|
|
1092
1092
|
free?: ({
|
|
1093
1093
|
__typename?: "WatchProvider" | undefined;
|
|
1094
1094
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1095
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1095
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1096
1096
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1097
1097
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1098
1098
|
} | null)[] | null | undefined;
|
|
1099
1099
|
rent?: ({
|
|
1100
1100
|
__typename?: "WatchProvider" | undefined;
|
|
1101
1101
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1102
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1102
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1103
1103
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1104
1104
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1105
1105
|
} | null)[] | null | undefined;
|
|
@@ -1109,35 +1109,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1109
1109
|
ads?: ({
|
|
1110
1110
|
__typename?: "WatchProvider" | undefined;
|
|
1111
1111
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1112
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1112
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1113
1113
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1114
1114
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1115
1115
|
} | null)[] | null | undefined;
|
|
1116
1116
|
buy?: ({
|
|
1117
1117
|
__typename?: "WatchProvider" | undefined;
|
|
1118
1118
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1119
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1119
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1120
1120
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1121
1121
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1122
1122
|
} | null)[] | null | undefined;
|
|
1123
1123
|
flatrate?: ({
|
|
1124
1124
|
__typename?: "WatchProvider" | undefined;
|
|
1125
1125
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1126
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1126
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1127
1127
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1128
1128
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1129
1129
|
} | null)[] | null | undefined;
|
|
1130
1130
|
free?: ({
|
|
1131
1131
|
__typename?: "WatchProvider" | undefined;
|
|
1132
1132
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1133
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1133
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1134
1134
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1135
1135
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1136
1136
|
} | null)[] | null | undefined;
|
|
1137
1137
|
rent?: ({
|
|
1138
1138
|
__typename?: "WatchProvider" | undefined;
|
|
1139
1139
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1140
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1140
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1141
1141
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1142
1142
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1143
1143
|
} | null)[] | null | undefined;
|
|
@@ -1147,35 +1147,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1147
1147
|
ads?: ({
|
|
1148
1148
|
__typename?: "WatchProvider" | undefined;
|
|
1149
1149
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1150
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1150
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1151
1151
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1152
1152
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1153
1153
|
} | null)[] | null | undefined;
|
|
1154
1154
|
buy?: ({
|
|
1155
1155
|
__typename?: "WatchProvider" | undefined;
|
|
1156
1156
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1157
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1157
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1158
1158
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1159
1159
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1160
1160
|
} | null)[] | null | undefined;
|
|
1161
1161
|
flatrate?: ({
|
|
1162
1162
|
__typename?: "WatchProvider" | undefined;
|
|
1163
1163
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1164
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1164
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1165
1165
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1166
1166
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1167
1167
|
} | null)[] | null | undefined;
|
|
1168
1168
|
free?: ({
|
|
1169
1169
|
__typename?: "WatchProvider" | undefined;
|
|
1170
1170
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1171
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1171
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1172
1172
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1173
1173
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1174
1174
|
} | null)[] | null | undefined;
|
|
1175
1175
|
rent?: ({
|
|
1176
1176
|
__typename?: "WatchProvider" | undefined;
|
|
1177
1177
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1178
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1178
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1179
1179
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1180
1180
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1181
1181
|
} | null)[] | null | undefined;
|
|
@@ -1185,35 +1185,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1185
1185
|
ads?: ({
|
|
1186
1186
|
__typename?: "WatchProvider" | undefined;
|
|
1187
1187
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1188
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1188
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1189
1189
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1190
1190
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1191
1191
|
} | null)[] | null | undefined;
|
|
1192
1192
|
buy?: ({
|
|
1193
1193
|
__typename?: "WatchProvider" | undefined;
|
|
1194
1194
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1195
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1195
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1196
1196
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1197
1197
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1198
1198
|
} | null)[] | null | undefined;
|
|
1199
1199
|
flatrate?: ({
|
|
1200
1200
|
__typename?: "WatchProvider" | undefined;
|
|
1201
1201
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1202
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1202
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1203
1203
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1204
1204
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1205
1205
|
} | null)[] | null | undefined;
|
|
1206
1206
|
free?: ({
|
|
1207
1207
|
__typename?: "WatchProvider" | undefined;
|
|
1208
1208
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1209
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1209
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1210
1210
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1211
1211
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1212
1212
|
} | null)[] | null | undefined;
|
|
1213
1213
|
rent?: ({
|
|
1214
1214
|
__typename?: "WatchProvider" | undefined;
|
|
1215
1215
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1216
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1216
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1217
1217
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1218
1218
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1219
1219
|
} | null)[] | null | undefined;
|
|
@@ -1223,35 +1223,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1223
1223
|
ads?: ({
|
|
1224
1224
|
__typename?: "WatchProvider" | undefined;
|
|
1225
1225
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1226
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1226
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1227
1227
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1228
1228
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1229
1229
|
} | null)[] | null | undefined;
|
|
1230
1230
|
buy?: ({
|
|
1231
1231
|
__typename?: "WatchProvider" | undefined;
|
|
1232
1232
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1233
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1233
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1234
1234
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1235
1235
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1236
1236
|
} | null)[] | null | undefined;
|
|
1237
1237
|
flatrate?: ({
|
|
1238
1238
|
__typename?: "WatchProvider" | undefined;
|
|
1239
1239
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1240
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1240
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1241
1241
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1242
1242
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1243
1243
|
} | null)[] | null | undefined;
|
|
1244
1244
|
free?: ({
|
|
1245
1245
|
__typename?: "WatchProvider" | undefined;
|
|
1246
1246
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1247
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1247
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1248
1248
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1249
1249
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1250
1250
|
} | null)[] | null | undefined;
|
|
1251
1251
|
rent?: ({
|
|
1252
1252
|
__typename?: "WatchProvider" | undefined;
|
|
1253
1253
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1254
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1254
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1255
1255
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1256
1256
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1257
1257
|
} | null)[] | null | undefined;
|
|
@@ -1261,35 +1261,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1261
1261
|
ads?: ({
|
|
1262
1262
|
__typename?: "WatchProvider" | undefined;
|
|
1263
1263
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1264
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1264
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1265
1265
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1266
1266
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1267
1267
|
} | null)[] | null | undefined;
|
|
1268
1268
|
buy?: ({
|
|
1269
1269
|
__typename?: "WatchProvider" | undefined;
|
|
1270
1270
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1271
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1271
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1272
1272
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1273
1273
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1274
1274
|
} | null)[] | null | undefined;
|
|
1275
1275
|
flatrate?: ({
|
|
1276
1276
|
__typename?: "WatchProvider" | undefined;
|
|
1277
1277
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1278
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1278
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1279
1279
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1280
1280
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1281
1281
|
} | null)[] | null | undefined;
|
|
1282
1282
|
free?: ({
|
|
1283
1283
|
__typename?: "WatchProvider" | undefined;
|
|
1284
1284
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1285
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1285
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1286
1286
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1287
1287
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1288
1288
|
} | null)[] | null | undefined;
|
|
1289
1289
|
rent?: ({
|
|
1290
1290
|
__typename?: "WatchProvider" | undefined;
|
|
1291
1291
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1292
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1292
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1293
1293
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1294
1294
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1295
1295
|
} | null)[] | null | undefined;
|
|
@@ -1299,35 +1299,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1299
1299
|
ads?: ({
|
|
1300
1300
|
__typename?: "WatchProvider" | undefined;
|
|
1301
1301
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1302
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1302
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1303
1303
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1304
1304
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1305
1305
|
} | null)[] | null | undefined;
|
|
1306
1306
|
buy?: ({
|
|
1307
1307
|
__typename?: "WatchProvider" | undefined;
|
|
1308
1308
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1309
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1309
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1310
1310
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1311
1311
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1312
1312
|
} | null)[] | null | undefined;
|
|
1313
1313
|
flatrate?: ({
|
|
1314
1314
|
__typename?: "WatchProvider" | undefined;
|
|
1315
1315
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1316
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1316
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1317
1317
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1318
1318
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1319
1319
|
} | null)[] | null | undefined;
|
|
1320
1320
|
free?: ({
|
|
1321
1321
|
__typename?: "WatchProvider" | undefined;
|
|
1322
1322
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1323
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1323
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1324
1324
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1325
1325
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1326
1326
|
} | null)[] | null | undefined;
|
|
1327
1327
|
rent?: ({
|
|
1328
1328
|
__typename?: "WatchProvider" | undefined;
|
|
1329
1329
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1330
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1330
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1331
1331
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1332
1332
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1333
1333
|
} | null)[] | null | undefined;
|
|
@@ -1337,35 +1337,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1337
1337
|
ads?: ({
|
|
1338
1338
|
__typename?: "WatchProvider" | undefined;
|
|
1339
1339
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1340
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1340
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1341
1341
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1342
1342
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1343
1343
|
} | null)[] | null | undefined;
|
|
1344
1344
|
buy?: ({
|
|
1345
1345
|
__typename?: "WatchProvider" | undefined;
|
|
1346
1346
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1347
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1347
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1348
1348
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1349
1349
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1350
1350
|
} | null)[] | null | undefined;
|
|
1351
1351
|
flatrate?: ({
|
|
1352
1352
|
__typename?: "WatchProvider" | undefined;
|
|
1353
1353
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1354
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1354
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1355
1355
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1356
1356
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1357
1357
|
} | null)[] | null | undefined;
|
|
1358
1358
|
free?: ({
|
|
1359
1359
|
__typename?: "WatchProvider" | undefined;
|
|
1360
1360
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1361
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1361
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1362
1362
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1363
1363
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1364
1364
|
} | null)[] | null | undefined;
|
|
1365
1365
|
rent?: ({
|
|
1366
1366
|
__typename?: "WatchProvider" | undefined;
|
|
1367
1367
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1368
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1368
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1369
1369
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1370
1370
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1371
1371
|
} | null)[] | null | undefined;
|
|
@@ -1375,35 +1375,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1375
1375
|
ads?: ({
|
|
1376
1376
|
__typename?: "WatchProvider" | undefined;
|
|
1377
1377
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1378
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1378
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1379
1379
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1380
1380
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1381
1381
|
} | null)[] | null | undefined;
|
|
1382
1382
|
buy?: ({
|
|
1383
1383
|
__typename?: "WatchProvider" | undefined;
|
|
1384
1384
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1385
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1385
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1386
1386
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1387
1387
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1388
1388
|
} | null)[] | null | undefined;
|
|
1389
1389
|
flatrate?: ({
|
|
1390
1390
|
__typename?: "WatchProvider" | undefined;
|
|
1391
1391
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1392
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1392
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1393
1393
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1394
1394
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1395
1395
|
} | null)[] | null | undefined;
|
|
1396
1396
|
free?: ({
|
|
1397
1397
|
__typename?: "WatchProvider" | undefined;
|
|
1398
1398
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1399
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1399
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1400
1400
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1401
1401
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1402
1402
|
} | null)[] | null | undefined;
|
|
1403
1403
|
rent?: ({
|
|
1404
1404
|
__typename?: "WatchProvider" | undefined;
|
|
1405
1405
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1406
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1406
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1407
1407
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1408
1408
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1409
1409
|
} | null)[] | null | undefined;
|
|
@@ -1413,35 +1413,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1413
1413
|
ads?: ({
|
|
1414
1414
|
__typename?: "WatchProvider" | undefined;
|
|
1415
1415
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1416
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1416
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1417
1417
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1418
1418
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1419
1419
|
} | null)[] | null | undefined;
|
|
1420
1420
|
buy?: ({
|
|
1421
1421
|
__typename?: "WatchProvider" | undefined;
|
|
1422
1422
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1423
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1423
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1424
1424
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1425
1425
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1426
1426
|
} | null)[] | null | undefined;
|
|
1427
1427
|
flatrate?: ({
|
|
1428
1428
|
__typename?: "WatchProvider" | undefined;
|
|
1429
1429
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1430
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1430
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1431
1431
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1432
1432
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1433
1433
|
} | null)[] | null | undefined;
|
|
1434
1434
|
free?: ({
|
|
1435
1435
|
__typename?: "WatchProvider" | undefined;
|
|
1436
1436
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1437
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1437
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1438
1438
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1439
1439
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1440
1440
|
} | null)[] | null | undefined;
|
|
1441
1441
|
rent?: ({
|
|
1442
1442
|
__typename?: "WatchProvider" | undefined;
|
|
1443
1443
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1444
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1444
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1445
1445
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1446
1446
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1447
1447
|
} | null)[] | null | undefined;
|
|
@@ -1451,35 +1451,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1451
1451
|
ads?: ({
|
|
1452
1452
|
__typename?: "WatchProvider" | undefined;
|
|
1453
1453
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1454
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1454
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1455
1455
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1456
1456
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1457
1457
|
} | null)[] | null | undefined;
|
|
1458
1458
|
buy?: ({
|
|
1459
1459
|
__typename?: "WatchProvider" | undefined;
|
|
1460
1460
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1461
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1461
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1462
1462
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1463
1463
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1464
1464
|
} | null)[] | null | undefined;
|
|
1465
1465
|
flatrate?: ({
|
|
1466
1466
|
__typename?: "WatchProvider" | undefined;
|
|
1467
1467
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1468
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1468
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1469
1469
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1470
1470
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1471
1471
|
} | null)[] | null | undefined;
|
|
1472
1472
|
free?: ({
|
|
1473
1473
|
__typename?: "WatchProvider" | undefined;
|
|
1474
1474
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1475
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1475
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1476
1476
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1477
1477
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1478
1478
|
} | null)[] | null | undefined;
|
|
1479
1479
|
rent?: ({
|
|
1480
1480
|
__typename?: "WatchProvider" | undefined;
|
|
1481
1481
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1482
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1482
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1483
1483
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1484
1484
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1485
1485
|
} | null)[] | null | undefined;
|
|
@@ -1489,35 +1489,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1489
1489
|
ads?: ({
|
|
1490
1490
|
__typename?: "WatchProvider" | undefined;
|
|
1491
1491
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1492
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1492
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1493
1493
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1494
1494
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1495
1495
|
} | null)[] | null | undefined;
|
|
1496
1496
|
buy?: ({
|
|
1497
1497
|
__typename?: "WatchProvider" | undefined;
|
|
1498
1498
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1499
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1499
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1500
1500
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1501
1501
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1502
1502
|
} | null)[] | null | undefined;
|
|
1503
1503
|
flatrate?: ({
|
|
1504
1504
|
__typename?: "WatchProvider" | undefined;
|
|
1505
1505
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1506
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1506
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1507
1507
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1508
1508
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1509
1509
|
} | null)[] | null | undefined;
|
|
1510
1510
|
free?: ({
|
|
1511
1511
|
__typename?: "WatchProvider" | undefined;
|
|
1512
1512
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1513
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1513
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1514
1514
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1515
1515
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1516
1516
|
} | null)[] | null | undefined;
|
|
1517
1517
|
rent?: ({
|
|
1518
1518
|
__typename?: "WatchProvider" | undefined;
|
|
1519
1519
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1520
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1520
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1521
1521
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1522
1522
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1523
1523
|
} | null)[] | null | undefined;
|
|
@@ -1527,35 +1527,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1527
1527
|
ads?: ({
|
|
1528
1528
|
__typename?: "WatchProvider" | undefined;
|
|
1529
1529
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1530
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1530
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1531
1531
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1532
1532
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1533
1533
|
} | null)[] | null | undefined;
|
|
1534
1534
|
buy?: ({
|
|
1535
1535
|
__typename?: "WatchProvider" | undefined;
|
|
1536
1536
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1537
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1537
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1538
1538
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1539
1539
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1540
1540
|
} | null)[] | null | undefined;
|
|
1541
1541
|
flatrate?: ({
|
|
1542
1542
|
__typename?: "WatchProvider" | undefined;
|
|
1543
1543
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1544
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1544
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1545
1545
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1546
1546
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1547
1547
|
} | null)[] | null | undefined;
|
|
1548
1548
|
free?: ({
|
|
1549
1549
|
__typename?: "WatchProvider" | undefined;
|
|
1550
1550
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1551
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1551
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1552
1552
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1553
1553
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1554
1554
|
} | null)[] | null | undefined;
|
|
1555
1555
|
rent?: ({
|
|
1556
1556
|
__typename?: "WatchProvider" | undefined;
|
|
1557
1557
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1558
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1558
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1559
1559
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1560
1560
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1561
1561
|
} | null)[] | null | undefined;
|
|
@@ -1565,35 +1565,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1565
1565
|
ads?: ({
|
|
1566
1566
|
__typename?: "WatchProvider" | undefined;
|
|
1567
1567
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1568
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1568
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1569
1569
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1570
1570
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1571
1571
|
} | null)[] | null | undefined;
|
|
1572
1572
|
buy?: ({
|
|
1573
1573
|
__typename?: "WatchProvider" | undefined;
|
|
1574
1574
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1575
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1575
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1576
1576
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1577
1577
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1578
1578
|
} | null)[] | null | undefined;
|
|
1579
1579
|
flatrate?: ({
|
|
1580
1580
|
__typename?: "WatchProvider" | undefined;
|
|
1581
1581
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1582
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1582
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1583
1583
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1584
1584
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1585
1585
|
} | null)[] | null | undefined;
|
|
1586
1586
|
free?: ({
|
|
1587
1587
|
__typename?: "WatchProvider" | undefined;
|
|
1588
1588
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1589
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1589
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1590
1590
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1591
1591
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1592
1592
|
} | null)[] | null | undefined;
|
|
1593
1593
|
rent?: ({
|
|
1594
1594
|
__typename?: "WatchProvider" | undefined;
|
|
1595
1595
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1596
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1596
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1597
1597
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1598
1598
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1599
1599
|
} | null)[] | null | undefined;
|
|
@@ -1603,35 +1603,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1603
1603
|
ads?: ({
|
|
1604
1604
|
__typename?: "WatchProvider" | undefined;
|
|
1605
1605
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1606
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1606
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1607
1607
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1608
1608
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1609
1609
|
} | null)[] | null | undefined;
|
|
1610
1610
|
buy?: ({
|
|
1611
1611
|
__typename?: "WatchProvider" | undefined;
|
|
1612
1612
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1613
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1613
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1614
1614
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1615
1615
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1616
1616
|
} | null)[] | null | undefined;
|
|
1617
1617
|
flatrate?: ({
|
|
1618
1618
|
__typename?: "WatchProvider" | undefined;
|
|
1619
1619
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1620
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1620
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1621
1621
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1622
1622
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1623
1623
|
} | null)[] | null | undefined;
|
|
1624
1624
|
free?: ({
|
|
1625
1625
|
__typename?: "WatchProvider" | undefined;
|
|
1626
1626
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1627
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1627
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1628
1628
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1629
1629
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1630
1630
|
} | null)[] | null | undefined;
|
|
1631
1631
|
rent?: ({
|
|
1632
1632
|
__typename?: "WatchProvider" | undefined;
|
|
1633
1633
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1634
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1634
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1635
1635
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1636
1636
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1637
1637
|
} | null)[] | null | undefined;
|
|
@@ -1641,35 +1641,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1641
1641
|
ads?: ({
|
|
1642
1642
|
__typename?: "WatchProvider" | undefined;
|
|
1643
1643
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1644
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1644
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1645
1645
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1646
1646
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1647
1647
|
} | null)[] | null | undefined;
|
|
1648
1648
|
buy?: ({
|
|
1649
1649
|
__typename?: "WatchProvider" | undefined;
|
|
1650
1650
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1651
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1651
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1652
1652
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1653
1653
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1654
1654
|
} | null)[] | null | undefined;
|
|
1655
1655
|
flatrate?: ({
|
|
1656
1656
|
__typename?: "WatchProvider" | undefined;
|
|
1657
1657
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1658
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1658
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1659
1659
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1660
1660
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1661
1661
|
} | null)[] | null | undefined;
|
|
1662
1662
|
free?: ({
|
|
1663
1663
|
__typename?: "WatchProvider" | undefined;
|
|
1664
1664
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1665
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1665
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1666
1666
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1667
1667
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1668
1668
|
} | null)[] | null | undefined;
|
|
1669
1669
|
rent?: ({
|
|
1670
1670
|
__typename?: "WatchProvider" | undefined;
|
|
1671
1671
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1672
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1672
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1673
1673
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1674
1674
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1675
1675
|
} | null)[] | null | undefined;
|
|
@@ -1679,35 +1679,35 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1679
1679
|
ads?: ({
|
|
1680
1680
|
__typename?: "WatchProvider" | undefined;
|
|
1681
1681
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1682
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1682
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1683
1683
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1684
1684
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1685
1685
|
} | null)[] | null | undefined;
|
|
1686
1686
|
buy?: ({
|
|
1687
1687
|
__typename?: "WatchProvider" | undefined;
|
|
1688
1688
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1689
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1689
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1690
1690
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1691
1691
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1692
1692
|
} | null)[] | null | undefined;
|
|
1693
1693
|
flatrate?: ({
|
|
1694
1694
|
__typename?: "WatchProvider" | undefined;
|
|
1695
1695
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1696
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1696
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1697
1697
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1698
1698
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1699
1699
|
} | null)[] | null | undefined;
|
|
1700
1700
|
free?: ({
|
|
1701
1701
|
__typename?: "WatchProvider" | undefined;
|
|
1702
1702
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1703
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1703
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1704
1704
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1705
1705
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1706
1706
|
} | null)[] | null | undefined;
|
|
1707
1707
|
rent?: ({
|
|
1708
1708
|
__typename?: "WatchProvider" | undefined;
|
|
1709
1709
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1710
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1710
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1711
1711
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1712
1712
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1713
1713
|
} | null)[] | null | undefined;
|
|
@@ -1745,7 +1745,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1745
1745
|
budget: number;
|
|
1746
1746
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1747
1747
|
production_companies: ({
|
|
1748
|
-
id:
|
|
1748
|
+
id: number;
|
|
1749
1749
|
__typename?: "Company" | undefined;
|
|
1750
1750
|
alternative_names?: ({
|
|
1751
1751
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -1793,12 +1793,12 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1793
1793
|
alternative_titles: Omit<import("../types.ts").RawMovieAlternativeTitles, "id">;
|
|
1794
1794
|
credits?: Omit<{
|
|
1795
1795
|
cast?: ({
|
|
1796
|
-
id:
|
|
1796
|
+
id: number;
|
|
1797
1797
|
__typename?: "Cast" | undefined;
|
|
1798
1798
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1799
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1799
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1800
1800
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1801
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
1801
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1802
1802
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1803
1803
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1804
1804
|
name: string;
|
|
@@ -1808,10 +1808,10 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1808
1808
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1809
1809
|
} | null)[] | null | undefined;
|
|
1810
1810
|
crew?: ({
|
|
1811
|
-
id:
|
|
1811
|
+
id: number;
|
|
1812
1812
|
__typename?: "Crew" | undefined;
|
|
1813
1813
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1814
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
1814
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1815
1815
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1816
1816
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1817
1817
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -1821,7 +1821,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1821
1821
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1822
1822
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1823
1823
|
} | null)[] | null | undefined;
|
|
1824
|
-
id:
|
|
1824
|
+
id: number;
|
|
1825
1825
|
}, "id"> | undefined;
|
|
1826
1826
|
external_ids?: {
|
|
1827
1827
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -1856,7 +1856,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
1856
1856
|
iso_3166_1: string;
|
|
1857
1857
|
name: string;
|
|
1858
1858
|
} | null)[] | null | undefined;
|
|
1859
|
-
id:
|
|
1859
|
+
id: number;
|
|
1860
1860
|
}, "id"> | undefined;
|
|
1861
1861
|
videos?: Omit<import("../types.ts").RawMovieVideos, "id"> | undefined;
|
|
1862
1862
|
'watch/providers'?: import("../types.ts").RawWatchProviders | undefined;
|