@tmdb-graphql-api/resolvers 0.0.33 → 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 +37 -37
- 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/season.test.ts +2 -2
- package/src/queries/season.ts +6 -6
- package/src/types.ts +9 -2
|
@@ -22,11 +22,11 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
22
22
|
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
23
23
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
24
24
|
} | null)[] | ({
|
|
25
|
-
id:
|
|
25
|
+
id: number;
|
|
26
26
|
__typename?: "Genre" | undefined;
|
|
27
27
|
name: string;
|
|
28
28
|
} | null)[] | {
|
|
29
|
-
id:
|
|
29
|
+
id: number;
|
|
30
30
|
__typename?: "Collection" | undefined;
|
|
31
31
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
32
32
|
backdrops?: ({
|
|
@@ -43,7 +43,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
43
43
|
name: string;
|
|
44
44
|
overview: string;
|
|
45
45
|
parts: ({
|
|
46
|
-
id:
|
|
46
|
+
id: number;
|
|
47
47
|
__typename?: "Movie" | undefined;
|
|
48
48
|
adult: boolean;
|
|
49
49
|
alternative_titles?: ({
|
|
@@ -68,12 +68,12 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
68
68
|
belongs_to_collection?: any | null | undefined;
|
|
69
69
|
budget: number;
|
|
70
70
|
cast?: ({
|
|
71
|
-
id:
|
|
71
|
+
id: number;
|
|
72
72
|
__typename?: "Cast" | undefined;
|
|
73
73
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
74
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
74
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
75
75
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
76
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
76
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
77
77
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
78
78
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
79
79
|
name: string;
|
|
@@ -83,10 +83,10 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
83
83
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
84
84
|
} | null)[] | null | undefined;
|
|
85
85
|
crew?: ({
|
|
86
|
-
id:
|
|
86
|
+
id: number;
|
|
87
87
|
__typename?: "Crew" | undefined;
|
|
88
88
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
89
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
89
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
90
90
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
91
91
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
92
92
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -108,7 +108,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
108
108
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
109
109
|
} | null | undefined;
|
|
110
110
|
genres: ({
|
|
111
|
-
id:
|
|
111
|
+
id: number;
|
|
112
112
|
__typename?: "Genre" | undefined;
|
|
113
113
|
name: string;
|
|
114
114
|
} | null)[];
|
|
@@ -116,7 +116,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
116
116
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
117
117
|
keywords?: ({
|
|
118
118
|
__typename?: "Keyword" | undefined;
|
|
119
|
-
id:
|
|
119
|
+
id: number;
|
|
120
120
|
name: string;
|
|
121
121
|
} | null)[] | null | undefined;
|
|
122
122
|
logos?: ({
|
|
@@ -148,7 +148,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
148
148
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
149
149
|
} | null)[] | null | undefined;
|
|
150
150
|
production_companies: ({
|
|
151
|
-
id:
|
|
151
|
+
id: number;
|
|
152
152
|
__typename?: "Company" | undefined;
|
|
153
153
|
alternative_names?: ({
|
|
154
154
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -226,7 +226,6 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
226
226
|
__typename?: "ReviewEdge" | undefined;
|
|
227
227
|
cursor: string;
|
|
228
228
|
node: {
|
|
229
|
-
id: string | number;
|
|
230
229
|
__typename?: "Review" | undefined;
|
|
231
230
|
author: string;
|
|
232
231
|
author_details?: {
|
|
@@ -238,6 +237,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
238
237
|
} | null | undefined;
|
|
239
238
|
content: string;
|
|
240
239
|
created_at: string;
|
|
240
|
+
id: string;
|
|
241
241
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
242
242
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
243
243
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -245,7 +245,6 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
245
245
|
};
|
|
246
246
|
} | null)[] | null | undefined;
|
|
247
247
|
nodes?: ({
|
|
248
|
-
id: string | number;
|
|
249
248
|
__typename?: "Review" | undefined;
|
|
250
249
|
author: string;
|
|
251
250
|
author_details?: {
|
|
@@ -257,6 +256,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
257
256
|
} | null | undefined;
|
|
258
257
|
content: string;
|
|
259
258
|
created_at: string;
|
|
259
|
+
id: string;
|
|
260
260
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
261
261
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
262
262
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -308,7 +308,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
308
308
|
} | null)[] | null | undefined;
|
|
309
309
|
video: boolean;
|
|
310
310
|
videos?: ({
|
|
311
|
-
id:
|
|
311
|
+
id: number;
|
|
312
312
|
__typename?: "Video" | undefined;
|
|
313
313
|
iso_639_1: string;
|
|
314
314
|
iso_3166_1: string;
|
|
@@ -327,35 +327,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
327
327
|
ads?: ({
|
|
328
328
|
__typename?: "WatchProvider" | undefined;
|
|
329
329
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
330
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
330
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
331
331
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
332
332
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
333
333
|
} | null)[] | null | undefined;
|
|
334
334
|
buy?: ({
|
|
335
335
|
__typename?: "WatchProvider" | undefined;
|
|
336
336
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
337
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
337
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
338
338
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
339
339
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
340
340
|
} | null)[] | null | undefined;
|
|
341
341
|
flatrate?: ({
|
|
342
342
|
__typename?: "WatchProvider" | undefined;
|
|
343
343
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
344
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
344
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
345
345
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
346
346
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
347
347
|
} | null)[] | null | undefined;
|
|
348
348
|
free?: ({
|
|
349
349
|
__typename?: "WatchProvider" | undefined;
|
|
350
350
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
351
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
351
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
352
352
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
353
353
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
354
354
|
} | null)[] | null | undefined;
|
|
355
355
|
rent?: ({
|
|
356
356
|
__typename?: "WatchProvider" | undefined;
|
|
357
357
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
358
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
358
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
359
359
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
360
360
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
361
361
|
} | null)[] | null | undefined;
|
|
@@ -365,35 +365,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
365
365
|
ads?: ({
|
|
366
366
|
__typename?: "WatchProvider" | undefined;
|
|
367
367
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
368
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
368
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
369
369
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
370
370
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
371
371
|
} | null)[] | null | undefined;
|
|
372
372
|
buy?: ({
|
|
373
373
|
__typename?: "WatchProvider" | undefined;
|
|
374
374
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
375
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
375
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
376
376
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
377
377
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
378
378
|
} | null)[] | null | undefined;
|
|
379
379
|
flatrate?: ({
|
|
380
380
|
__typename?: "WatchProvider" | undefined;
|
|
381
381
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
382
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
382
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
383
383
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
384
384
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
385
385
|
} | null)[] | null | undefined;
|
|
386
386
|
free?: ({
|
|
387
387
|
__typename?: "WatchProvider" | undefined;
|
|
388
388
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
389
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
389
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
390
390
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
391
391
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
392
392
|
} | null)[] | null | undefined;
|
|
393
393
|
rent?: ({
|
|
394
394
|
__typename?: "WatchProvider" | undefined;
|
|
395
395
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
396
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
396
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
397
397
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
398
398
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
399
399
|
} | null)[] | null | undefined;
|
|
@@ -403,35 +403,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
403
403
|
ads?: ({
|
|
404
404
|
__typename?: "WatchProvider" | undefined;
|
|
405
405
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
406
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
406
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
407
407
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
408
408
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
409
409
|
} | null)[] | null | undefined;
|
|
410
410
|
buy?: ({
|
|
411
411
|
__typename?: "WatchProvider" | undefined;
|
|
412
412
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
413
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
413
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
414
414
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
415
415
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
416
416
|
} | null)[] | null | undefined;
|
|
417
417
|
flatrate?: ({
|
|
418
418
|
__typename?: "WatchProvider" | undefined;
|
|
419
419
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
420
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
420
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
421
421
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
422
422
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
423
423
|
} | null)[] | null | undefined;
|
|
424
424
|
free?: ({
|
|
425
425
|
__typename?: "WatchProvider" | undefined;
|
|
426
426
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
427
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
427
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
428
428
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
429
429
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
430
430
|
} | null)[] | null | undefined;
|
|
431
431
|
rent?: ({
|
|
432
432
|
__typename?: "WatchProvider" | undefined;
|
|
433
433
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
434
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
434
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
435
435
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
436
436
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
437
437
|
} | null)[] | null | undefined;
|
|
@@ -441,35 +441,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
441
441
|
ads?: ({
|
|
442
442
|
__typename?: "WatchProvider" | undefined;
|
|
443
443
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
444
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
444
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
445
445
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
446
446
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
447
447
|
} | null)[] | null | undefined;
|
|
448
448
|
buy?: ({
|
|
449
449
|
__typename?: "WatchProvider" | undefined;
|
|
450
450
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
451
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
451
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
452
452
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
453
453
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
454
454
|
} | null)[] | null | undefined;
|
|
455
455
|
flatrate?: ({
|
|
456
456
|
__typename?: "WatchProvider" | undefined;
|
|
457
457
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
458
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
458
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
459
459
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
460
460
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
461
461
|
} | null)[] | null | undefined;
|
|
462
462
|
free?: ({
|
|
463
463
|
__typename?: "WatchProvider" | undefined;
|
|
464
464
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
465
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
465
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
466
466
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
467
467
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
468
468
|
} | null)[] | null | undefined;
|
|
469
469
|
rent?: ({
|
|
470
470
|
__typename?: "WatchProvider" | undefined;
|
|
471
471
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
472
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
472
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
473
473
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
474
474
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
475
475
|
} | null)[] | null | undefined;
|
|
@@ -479,35 +479,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
479
479
|
ads?: ({
|
|
480
480
|
__typename?: "WatchProvider" | undefined;
|
|
481
481
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
482
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
482
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
483
483
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
484
484
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
485
485
|
} | null)[] | null | undefined;
|
|
486
486
|
buy?: ({
|
|
487
487
|
__typename?: "WatchProvider" | undefined;
|
|
488
488
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
489
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
489
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
490
490
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
491
491
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
492
492
|
} | null)[] | null | undefined;
|
|
493
493
|
flatrate?: ({
|
|
494
494
|
__typename?: "WatchProvider" | undefined;
|
|
495
495
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
496
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
496
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
497
497
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
498
498
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
499
499
|
} | null)[] | null | undefined;
|
|
500
500
|
free?: ({
|
|
501
501
|
__typename?: "WatchProvider" | undefined;
|
|
502
502
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
503
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
503
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
504
504
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
505
505
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
506
506
|
} | null)[] | null | undefined;
|
|
507
507
|
rent?: ({
|
|
508
508
|
__typename?: "WatchProvider" | undefined;
|
|
509
509
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
510
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
510
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
511
511
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
512
512
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
513
513
|
} | null)[] | null | undefined;
|
|
@@ -517,35 +517,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
517
517
|
ads?: ({
|
|
518
518
|
__typename?: "WatchProvider" | undefined;
|
|
519
519
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
520
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
520
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
521
521
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
522
522
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
523
523
|
} | null)[] | null | undefined;
|
|
524
524
|
buy?: ({
|
|
525
525
|
__typename?: "WatchProvider" | undefined;
|
|
526
526
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
527
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
527
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
528
528
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
529
529
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
530
530
|
} | null)[] | null | undefined;
|
|
531
531
|
flatrate?: ({
|
|
532
532
|
__typename?: "WatchProvider" | undefined;
|
|
533
533
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
534
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
534
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
535
535
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
536
536
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
537
537
|
} | null)[] | null | undefined;
|
|
538
538
|
free?: ({
|
|
539
539
|
__typename?: "WatchProvider" | undefined;
|
|
540
540
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
541
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
541
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
542
542
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
543
543
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
544
544
|
} | null)[] | null | undefined;
|
|
545
545
|
rent?: ({
|
|
546
546
|
__typename?: "WatchProvider" | undefined;
|
|
547
547
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
548
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
548
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
549
549
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
550
550
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
551
551
|
} | null)[] | null | undefined;
|
|
@@ -555,35 +555,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
555
555
|
ads?: ({
|
|
556
556
|
__typename?: "WatchProvider" | undefined;
|
|
557
557
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
558
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
558
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
559
559
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
560
560
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
561
561
|
} | null)[] | null | undefined;
|
|
562
562
|
buy?: ({
|
|
563
563
|
__typename?: "WatchProvider" | undefined;
|
|
564
564
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
565
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
565
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
566
566
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
567
567
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
568
568
|
} | null)[] | null | undefined;
|
|
569
569
|
flatrate?: ({
|
|
570
570
|
__typename?: "WatchProvider" | undefined;
|
|
571
571
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
572
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
572
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
573
573
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
574
574
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
575
575
|
} | null)[] | null | undefined;
|
|
576
576
|
free?: ({
|
|
577
577
|
__typename?: "WatchProvider" | undefined;
|
|
578
578
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
579
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
579
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
580
580
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
581
581
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
582
582
|
} | null)[] | null | undefined;
|
|
583
583
|
rent?: ({
|
|
584
584
|
__typename?: "WatchProvider" | undefined;
|
|
585
585
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
586
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
586
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
587
587
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
588
588
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
589
589
|
} | null)[] | null | undefined;
|
|
@@ -593,35 +593,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
593
593
|
ads?: ({
|
|
594
594
|
__typename?: "WatchProvider" | undefined;
|
|
595
595
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
596
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
596
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
597
597
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
598
598
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
599
599
|
} | null)[] | null | undefined;
|
|
600
600
|
buy?: ({
|
|
601
601
|
__typename?: "WatchProvider" | undefined;
|
|
602
602
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
603
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
603
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
604
604
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
605
605
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
606
606
|
} | null)[] | null | undefined;
|
|
607
607
|
flatrate?: ({
|
|
608
608
|
__typename?: "WatchProvider" | undefined;
|
|
609
609
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
610
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
610
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
611
611
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
612
612
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
613
613
|
} | null)[] | null | undefined;
|
|
614
614
|
free?: ({
|
|
615
615
|
__typename?: "WatchProvider" | undefined;
|
|
616
616
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
617
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
617
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
618
618
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
619
619
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
620
620
|
} | null)[] | null | undefined;
|
|
621
621
|
rent?: ({
|
|
622
622
|
__typename?: "WatchProvider" | undefined;
|
|
623
623
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
624
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
624
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
625
625
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
626
626
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
627
627
|
} | null)[] | null | undefined;
|
|
@@ -631,35 +631,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
631
631
|
ads?: ({
|
|
632
632
|
__typename?: "WatchProvider" | undefined;
|
|
633
633
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
634
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
634
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
635
635
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
636
636
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
637
637
|
} | null)[] | null | undefined;
|
|
638
638
|
buy?: ({
|
|
639
639
|
__typename?: "WatchProvider" | undefined;
|
|
640
640
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
641
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
641
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
642
642
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
643
643
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
644
644
|
} | null)[] | null | undefined;
|
|
645
645
|
flatrate?: ({
|
|
646
646
|
__typename?: "WatchProvider" | undefined;
|
|
647
647
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
648
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
648
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
649
649
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
650
650
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
651
651
|
} | null)[] | null | undefined;
|
|
652
652
|
free?: ({
|
|
653
653
|
__typename?: "WatchProvider" | undefined;
|
|
654
654
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
655
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
655
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
656
656
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
657
657
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
658
658
|
} | null)[] | null | undefined;
|
|
659
659
|
rent?: ({
|
|
660
660
|
__typename?: "WatchProvider" | undefined;
|
|
661
661
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
662
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
662
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
663
663
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
664
664
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
665
665
|
} | null)[] | null | undefined;
|
|
@@ -669,35 +669,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
669
669
|
ads?: ({
|
|
670
670
|
__typename?: "WatchProvider" | undefined;
|
|
671
671
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
672
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
672
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
673
673
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
674
674
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
675
675
|
} | null)[] | null | undefined;
|
|
676
676
|
buy?: ({
|
|
677
677
|
__typename?: "WatchProvider" | undefined;
|
|
678
678
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
679
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
679
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
680
680
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
681
681
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
682
682
|
} | null)[] | null | undefined;
|
|
683
683
|
flatrate?: ({
|
|
684
684
|
__typename?: "WatchProvider" | undefined;
|
|
685
685
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
686
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
686
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
687
687
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
688
688
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
689
689
|
} | null)[] | null | undefined;
|
|
690
690
|
free?: ({
|
|
691
691
|
__typename?: "WatchProvider" | undefined;
|
|
692
692
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
693
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
693
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
694
694
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
695
695
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
696
696
|
} | null)[] | null | undefined;
|
|
697
697
|
rent?: ({
|
|
698
698
|
__typename?: "WatchProvider" | undefined;
|
|
699
699
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
700
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
700
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
701
701
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
702
702
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
703
703
|
} | null)[] | null | undefined;
|
|
@@ -707,35 +707,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
707
707
|
ads?: ({
|
|
708
708
|
__typename?: "WatchProvider" | undefined;
|
|
709
709
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
710
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
710
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
711
711
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
712
712
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
713
713
|
} | null)[] | null | undefined;
|
|
714
714
|
buy?: ({
|
|
715
715
|
__typename?: "WatchProvider" | undefined;
|
|
716
716
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
717
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
717
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
718
718
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
719
719
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
720
720
|
} | null)[] | null | undefined;
|
|
721
721
|
flatrate?: ({
|
|
722
722
|
__typename?: "WatchProvider" | undefined;
|
|
723
723
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
724
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
724
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
725
725
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
726
726
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
727
727
|
} | null)[] | null | undefined;
|
|
728
728
|
free?: ({
|
|
729
729
|
__typename?: "WatchProvider" | undefined;
|
|
730
730
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
731
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
731
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
732
732
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
733
733
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
734
734
|
} | null)[] | null | undefined;
|
|
735
735
|
rent?: ({
|
|
736
736
|
__typename?: "WatchProvider" | undefined;
|
|
737
737
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
738
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
738
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
739
739
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
740
740
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
741
741
|
} | null)[] | null | undefined;
|
|
@@ -745,35 +745,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
745
745
|
ads?: ({
|
|
746
746
|
__typename?: "WatchProvider" | undefined;
|
|
747
747
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
748
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
748
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
749
749
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
750
750
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
751
751
|
} | null)[] | null | undefined;
|
|
752
752
|
buy?: ({
|
|
753
753
|
__typename?: "WatchProvider" | undefined;
|
|
754
754
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
755
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
755
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
756
756
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
757
757
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
758
758
|
} | null)[] | null | undefined;
|
|
759
759
|
flatrate?: ({
|
|
760
760
|
__typename?: "WatchProvider" | undefined;
|
|
761
761
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
762
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
762
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
763
763
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
764
764
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
765
765
|
} | null)[] | null | undefined;
|
|
766
766
|
free?: ({
|
|
767
767
|
__typename?: "WatchProvider" | undefined;
|
|
768
768
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
769
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
769
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
770
770
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
771
771
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
772
772
|
} | null)[] | null | undefined;
|
|
773
773
|
rent?: ({
|
|
774
774
|
__typename?: "WatchProvider" | undefined;
|
|
775
775
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
776
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
776
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
777
777
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
778
778
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
779
779
|
} | null)[] | null | undefined;
|
|
@@ -783,35 +783,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
783
783
|
ads?: ({
|
|
784
784
|
__typename?: "WatchProvider" | undefined;
|
|
785
785
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
786
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
786
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
787
787
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
788
788
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
789
789
|
} | null)[] | null | undefined;
|
|
790
790
|
buy?: ({
|
|
791
791
|
__typename?: "WatchProvider" | undefined;
|
|
792
792
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
793
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
793
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
794
794
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
795
795
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
796
796
|
} | null)[] | null | undefined;
|
|
797
797
|
flatrate?: ({
|
|
798
798
|
__typename?: "WatchProvider" | undefined;
|
|
799
799
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
800
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
800
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
801
801
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
802
802
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
803
803
|
} | null)[] | null | undefined;
|
|
804
804
|
free?: ({
|
|
805
805
|
__typename?: "WatchProvider" | undefined;
|
|
806
806
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
807
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
807
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
808
808
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
809
809
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
810
810
|
} | null)[] | null | undefined;
|
|
811
811
|
rent?: ({
|
|
812
812
|
__typename?: "WatchProvider" | undefined;
|
|
813
813
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
814
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
814
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
815
815
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
816
816
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
817
817
|
} | null)[] | null | undefined;
|
|
@@ -821,35 +821,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
821
821
|
ads?: ({
|
|
822
822
|
__typename?: "WatchProvider" | undefined;
|
|
823
823
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
824
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
824
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
825
825
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
826
826
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
827
827
|
} | null)[] | null | undefined;
|
|
828
828
|
buy?: ({
|
|
829
829
|
__typename?: "WatchProvider" | undefined;
|
|
830
830
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
831
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
831
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
832
832
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
833
833
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
834
834
|
} | null)[] | null | undefined;
|
|
835
835
|
flatrate?: ({
|
|
836
836
|
__typename?: "WatchProvider" | undefined;
|
|
837
837
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
838
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
838
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
839
839
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
840
840
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
841
841
|
} | null)[] | null | undefined;
|
|
842
842
|
free?: ({
|
|
843
843
|
__typename?: "WatchProvider" | undefined;
|
|
844
844
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
845
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
845
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
846
846
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
847
847
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
848
848
|
} | null)[] | null | undefined;
|
|
849
849
|
rent?: ({
|
|
850
850
|
__typename?: "WatchProvider" | undefined;
|
|
851
851
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
852
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
852
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
853
853
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
854
854
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
855
855
|
} | null)[] | null | undefined;
|
|
@@ -859,35 +859,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
859
859
|
ads?: ({
|
|
860
860
|
__typename?: "WatchProvider" | undefined;
|
|
861
861
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
862
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
862
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
863
863
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
864
864
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
865
865
|
} | null)[] | null | undefined;
|
|
866
866
|
buy?: ({
|
|
867
867
|
__typename?: "WatchProvider" | undefined;
|
|
868
868
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
869
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
869
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
870
870
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
871
871
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
872
872
|
} | null)[] | null | undefined;
|
|
873
873
|
flatrate?: ({
|
|
874
874
|
__typename?: "WatchProvider" | undefined;
|
|
875
875
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
876
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
876
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
877
877
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
878
878
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
879
879
|
} | null)[] | null | undefined;
|
|
880
880
|
free?: ({
|
|
881
881
|
__typename?: "WatchProvider" | undefined;
|
|
882
882
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
883
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
883
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
884
884
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
885
885
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
886
886
|
} | null)[] | null | undefined;
|
|
887
887
|
rent?: ({
|
|
888
888
|
__typename?: "WatchProvider" | undefined;
|
|
889
889
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
890
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
890
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
891
891
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
892
892
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
893
893
|
} | null)[] | null | undefined;
|
|
@@ -897,35 +897,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
897
897
|
ads?: ({
|
|
898
898
|
__typename?: "WatchProvider" | undefined;
|
|
899
899
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
900
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
900
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
901
901
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
902
902
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
903
903
|
} | null)[] | null | undefined;
|
|
904
904
|
buy?: ({
|
|
905
905
|
__typename?: "WatchProvider" | undefined;
|
|
906
906
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
907
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
907
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
908
908
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
909
909
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
910
910
|
} | null)[] | null | undefined;
|
|
911
911
|
flatrate?: ({
|
|
912
912
|
__typename?: "WatchProvider" | undefined;
|
|
913
913
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
914
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
914
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
915
915
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
916
916
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
917
917
|
} | null)[] | null | undefined;
|
|
918
918
|
free?: ({
|
|
919
919
|
__typename?: "WatchProvider" | undefined;
|
|
920
920
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
921
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
921
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
922
922
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
923
923
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
924
924
|
} | null)[] | null | undefined;
|
|
925
925
|
rent?: ({
|
|
926
926
|
__typename?: "WatchProvider" | undefined;
|
|
927
927
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
928
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
928
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
929
929
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
930
930
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
931
931
|
} | null)[] | null | undefined;
|
|
@@ -935,35 +935,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
935
935
|
ads?: ({
|
|
936
936
|
__typename?: "WatchProvider" | undefined;
|
|
937
937
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
938
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
938
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
939
939
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
940
940
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
941
941
|
} | null)[] | null | undefined;
|
|
942
942
|
buy?: ({
|
|
943
943
|
__typename?: "WatchProvider" | undefined;
|
|
944
944
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
945
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
945
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
946
946
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
947
947
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
948
948
|
} | null)[] | null | undefined;
|
|
949
949
|
flatrate?: ({
|
|
950
950
|
__typename?: "WatchProvider" | undefined;
|
|
951
951
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
952
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
952
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
953
953
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
954
954
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
955
955
|
} | null)[] | null | undefined;
|
|
956
956
|
free?: ({
|
|
957
957
|
__typename?: "WatchProvider" | undefined;
|
|
958
958
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
959
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
959
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
960
960
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
961
961
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
962
962
|
} | null)[] | null | undefined;
|
|
963
963
|
rent?: ({
|
|
964
964
|
__typename?: "WatchProvider" | undefined;
|
|
965
965
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
966
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
966
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
967
967
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
968
968
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
969
969
|
} | null)[] | null | undefined;
|
|
@@ -973,35 +973,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
973
973
|
ads?: ({
|
|
974
974
|
__typename?: "WatchProvider" | undefined;
|
|
975
975
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
976
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
976
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
977
977
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
978
978
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
979
979
|
} | null)[] | null | undefined;
|
|
980
980
|
buy?: ({
|
|
981
981
|
__typename?: "WatchProvider" | undefined;
|
|
982
982
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
983
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
983
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
984
984
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
985
985
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
986
986
|
} | null)[] | null | undefined;
|
|
987
987
|
flatrate?: ({
|
|
988
988
|
__typename?: "WatchProvider" | undefined;
|
|
989
989
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
990
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
990
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
991
991
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
992
992
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
993
993
|
} | null)[] | null | undefined;
|
|
994
994
|
free?: ({
|
|
995
995
|
__typename?: "WatchProvider" | undefined;
|
|
996
996
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
997
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
997
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
998
998
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
999
999
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1000
1000
|
} | null)[] | null | undefined;
|
|
1001
1001
|
rent?: ({
|
|
1002
1002
|
__typename?: "WatchProvider" | undefined;
|
|
1003
1003
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1004
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1004
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1005
1005
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1006
1006
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1007
1007
|
} | null)[] | null | undefined;
|
|
@@ -1011,35 +1011,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1011
1011
|
ads?: ({
|
|
1012
1012
|
__typename?: "WatchProvider" | undefined;
|
|
1013
1013
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1014
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1014
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1015
1015
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1016
1016
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1017
1017
|
} | null)[] | null | undefined;
|
|
1018
1018
|
buy?: ({
|
|
1019
1019
|
__typename?: "WatchProvider" | undefined;
|
|
1020
1020
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1021
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1021
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1022
1022
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1023
1023
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1024
1024
|
} | null)[] | null | undefined;
|
|
1025
1025
|
flatrate?: ({
|
|
1026
1026
|
__typename?: "WatchProvider" | undefined;
|
|
1027
1027
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1028
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1028
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1029
1029
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1030
1030
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1031
1031
|
} | null)[] | null | undefined;
|
|
1032
1032
|
free?: ({
|
|
1033
1033
|
__typename?: "WatchProvider" | undefined;
|
|
1034
1034
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1035
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1035
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1036
1036
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1037
1037
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1038
1038
|
} | null)[] | null | undefined;
|
|
1039
1039
|
rent?: ({
|
|
1040
1040
|
__typename?: "WatchProvider" | undefined;
|
|
1041
1041
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1042
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1042
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1043
1043
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1044
1044
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1045
1045
|
} | null)[] | null | undefined;
|
|
@@ -1049,35 +1049,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1049
1049
|
ads?: ({
|
|
1050
1050
|
__typename?: "WatchProvider" | undefined;
|
|
1051
1051
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1052
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1052
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1053
1053
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1054
1054
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1055
1055
|
} | null)[] | null | undefined;
|
|
1056
1056
|
buy?: ({
|
|
1057
1057
|
__typename?: "WatchProvider" | undefined;
|
|
1058
1058
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1059
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1059
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1060
1060
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1061
1061
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1062
1062
|
} | null)[] | null | undefined;
|
|
1063
1063
|
flatrate?: ({
|
|
1064
1064
|
__typename?: "WatchProvider" | undefined;
|
|
1065
1065
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1066
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1066
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1067
1067
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1068
1068
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1069
1069
|
} | null)[] | null | undefined;
|
|
1070
1070
|
free?: ({
|
|
1071
1071
|
__typename?: "WatchProvider" | undefined;
|
|
1072
1072
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1073
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1073
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1074
1074
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1075
1075
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1076
1076
|
} | null)[] | null | undefined;
|
|
1077
1077
|
rent?: ({
|
|
1078
1078
|
__typename?: "WatchProvider" | undefined;
|
|
1079
1079
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1080
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1080
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1081
1081
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1082
1082
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1083
1083
|
} | null)[] | null | undefined;
|
|
@@ -1087,35 +1087,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1087
1087
|
ads?: ({
|
|
1088
1088
|
__typename?: "WatchProvider" | undefined;
|
|
1089
1089
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1090
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1090
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1091
1091
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1092
1092
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1093
1093
|
} | null)[] | null | undefined;
|
|
1094
1094
|
buy?: ({
|
|
1095
1095
|
__typename?: "WatchProvider" | undefined;
|
|
1096
1096
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1097
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1097
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1098
1098
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1099
1099
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1100
1100
|
} | null)[] | null | undefined;
|
|
1101
1101
|
flatrate?: ({
|
|
1102
1102
|
__typename?: "WatchProvider" | undefined;
|
|
1103
1103
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1104
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1104
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1105
1105
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1106
1106
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1107
1107
|
} | null)[] | null | undefined;
|
|
1108
1108
|
free?: ({
|
|
1109
1109
|
__typename?: "WatchProvider" | undefined;
|
|
1110
1110
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1111
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1111
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1112
1112
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1113
1113
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1114
1114
|
} | null)[] | null | undefined;
|
|
1115
1115
|
rent?: ({
|
|
1116
1116
|
__typename?: "WatchProvider" | undefined;
|
|
1117
1117
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1118
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1118
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1119
1119
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1120
1120
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1121
1121
|
} | null)[] | null | undefined;
|
|
@@ -1125,35 +1125,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1125
1125
|
ads?: ({
|
|
1126
1126
|
__typename?: "WatchProvider" | undefined;
|
|
1127
1127
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1128
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1128
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1129
1129
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1130
1130
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1131
1131
|
} | null)[] | null | undefined;
|
|
1132
1132
|
buy?: ({
|
|
1133
1133
|
__typename?: "WatchProvider" | undefined;
|
|
1134
1134
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1135
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1135
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1136
1136
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1137
1137
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1138
1138
|
} | null)[] | null | undefined;
|
|
1139
1139
|
flatrate?: ({
|
|
1140
1140
|
__typename?: "WatchProvider" | undefined;
|
|
1141
1141
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1142
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1142
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1143
1143
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1144
1144
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1145
1145
|
} | null)[] | null | undefined;
|
|
1146
1146
|
free?: ({
|
|
1147
1147
|
__typename?: "WatchProvider" | undefined;
|
|
1148
1148
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1149
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1149
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1150
1150
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1151
1151
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1152
1152
|
} | null)[] | null | undefined;
|
|
1153
1153
|
rent?: ({
|
|
1154
1154
|
__typename?: "WatchProvider" | undefined;
|
|
1155
1155
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1156
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1156
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1157
1157
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1158
1158
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1159
1159
|
} | null)[] | null | undefined;
|
|
@@ -1163,35 +1163,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1163
1163
|
ads?: ({
|
|
1164
1164
|
__typename?: "WatchProvider" | undefined;
|
|
1165
1165
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1166
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1166
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1167
1167
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1168
1168
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1169
1169
|
} | null)[] | null | undefined;
|
|
1170
1170
|
buy?: ({
|
|
1171
1171
|
__typename?: "WatchProvider" | undefined;
|
|
1172
1172
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1173
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1173
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1174
1174
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1175
1175
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1176
1176
|
} | null)[] | null | undefined;
|
|
1177
1177
|
flatrate?: ({
|
|
1178
1178
|
__typename?: "WatchProvider" | undefined;
|
|
1179
1179
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1180
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1180
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1181
1181
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1182
1182
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1183
1183
|
} | null)[] | null | undefined;
|
|
1184
1184
|
free?: ({
|
|
1185
1185
|
__typename?: "WatchProvider" | undefined;
|
|
1186
1186
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1187
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1187
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1188
1188
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1189
1189
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1190
1190
|
} | null)[] | null | undefined;
|
|
1191
1191
|
rent?: ({
|
|
1192
1192
|
__typename?: "WatchProvider" | undefined;
|
|
1193
1193
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1194
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1194
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1195
1195
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1196
1196
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1197
1197
|
} | null)[] | null | undefined;
|
|
@@ -1201,35 +1201,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1201
1201
|
ads?: ({
|
|
1202
1202
|
__typename?: "WatchProvider" | undefined;
|
|
1203
1203
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1204
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1204
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1205
1205
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1206
1206
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1207
1207
|
} | null)[] | null | undefined;
|
|
1208
1208
|
buy?: ({
|
|
1209
1209
|
__typename?: "WatchProvider" | undefined;
|
|
1210
1210
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1211
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1211
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1212
1212
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1213
1213
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1214
1214
|
} | null)[] | null | undefined;
|
|
1215
1215
|
flatrate?: ({
|
|
1216
1216
|
__typename?: "WatchProvider" | undefined;
|
|
1217
1217
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1218
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1218
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1219
1219
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1220
1220
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1221
1221
|
} | null)[] | null | undefined;
|
|
1222
1222
|
free?: ({
|
|
1223
1223
|
__typename?: "WatchProvider" | undefined;
|
|
1224
1224
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1225
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1225
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1226
1226
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1227
1227
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1228
1228
|
} | null)[] | null | undefined;
|
|
1229
1229
|
rent?: ({
|
|
1230
1230
|
__typename?: "WatchProvider" | undefined;
|
|
1231
1231
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1232
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1232
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1233
1233
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1234
1234
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1235
1235
|
} | null)[] | null | undefined;
|
|
@@ -1239,35 +1239,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1239
1239
|
ads?: ({
|
|
1240
1240
|
__typename?: "WatchProvider" | undefined;
|
|
1241
1241
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1242
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1242
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1243
1243
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1244
1244
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1245
1245
|
} | null)[] | null | undefined;
|
|
1246
1246
|
buy?: ({
|
|
1247
1247
|
__typename?: "WatchProvider" | undefined;
|
|
1248
1248
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1249
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1249
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1250
1250
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1251
1251
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1252
1252
|
} | null)[] | null | undefined;
|
|
1253
1253
|
flatrate?: ({
|
|
1254
1254
|
__typename?: "WatchProvider" | undefined;
|
|
1255
1255
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1256
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1256
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1257
1257
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1258
1258
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1259
1259
|
} | null)[] | null | undefined;
|
|
1260
1260
|
free?: ({
|
|
1261
1261
|
__typename?: "WatchProvider" | undefined;
|
|
1262
1262
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1263
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1263
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1264
1264
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1265
1265
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1266
1266
|
} | null)[] | null | undefined;
|
|
1267
1267
|
rent?: ({
|
|
1268
1268
|
__typename?: "WatchProvider" | undefined;
|
|
1269
1269
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1270
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1270
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1271
1271
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1272
1272
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1273
1273
|
} | null)[] | null | undefined;
|
|
@@ -1277,35 +1277,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1277
1277
|
ads?: ({
|
|
1278
1278
|
__typename?: "WatchProvider" | undefined;
|
|
1279
1279
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1280
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1280
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1281
1281
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1282
1282
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1283
1283
|
} | null)[] | null | undefined;
|
|
1284
1284
|
buy?: ({
|
|
1285
1285
|
__typename?: "WatchProvider" | undefined;
|
|
1286
1286
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1287
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1287
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1288
1288
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1289
1289
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1290
1290
|
} | null)[] | null | undefined;
|
|
1291
1291
|
flatrate?: ({
|
|
1292
1292
|
__typename?: "WatchProvider" | undefined;
|
|
1293
1293
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1294
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1294
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1295
1295
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1296
1296
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1297
1297
|
} | null)[] | null | undefined;
|
|
1298
1298
|
free?: ({
|
|
1299
1299
|
__typename?: "WatchProvider" | undefined;
|
|
1300
1300
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1301
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1301
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1302
1302
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1303
1303
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1304
1304
|
} | null)[] | null | undefined;
|
|
1305
1305
|
rent?: ({
|
|
1306
1306
|
__typename?: "WatchProvider" | undefined;
|
|
1307
1307
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1308
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1308
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1309
1309
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1310
1310
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1311
1311
|
} | null)[] | null | undefined;
|
|
@@ -1315,35 +1315,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1315
1315
|
ads?: ({
|
|
1316
1316
|
__typename?: "WatchProvider" | undefined;
|
|
1317
1317
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1318
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1318
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1319
1319
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1320
1320
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1321
1321
|
} | null)[] | null | undefined;
|
|
1322
1322
|
buy?: ({
|
|
1323
1323
|
__typename?: "WatchProvider" | undefined;
|
|
1324
1324
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1325
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1325
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1326
1326
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1327
1327
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1328
1328
|
} | null)[] | null | undefined;
|
|
1329
1329
|
flatrate?: ({
|
|
1330
1330
|
__typename?: "WatchProvider" | undefined;
|
|
1331
1331
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1332
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1332
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1333
1333
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1334
1334
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1335
1335
|
} | null)[] | null | undefined;
|
|
1336
1336
|
free?: ({
|
|
1337
1337
|
__typename?: "WatchProvider" | undefined;
|
|
1338
1338
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1339
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1339
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1340
1340
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1341
1341
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1342
1342
|
} | null)[] | null | undefined;
|
|
1343
1343
|
rent?: ({
|
|
1344
1344
|
__typename?: "WatchProvider" | undefined;
|
|
1345
1345
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1346
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1346
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1347
1347
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1348
1348
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1349
1349
|
} | null)[] | null | undefined;
|
|
@@ -1353,35 +1353,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1353
1353
|
ads?: ({
|
|
1354
1354
|
__typename?: "WatchProvider" | undefined;
|
|
1355
1355
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1356
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1356
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1357
1357
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1358
1358
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1359
1359
|
} | null)[] | null | undefined;
|
|
1360
1360
|
buy?: ({
|
|
1361
1361
|
__typename?: "WatchProvider" | undefined;
|
|
1362
1362
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1363
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1363
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1364
1364
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1365
1365
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1366
1366
|
} | null)[] | null | undefined;
|
|
1367
1367
|
flatrate?: ({
|
|
1368
1368
|
__typename?: "WatchProvider" | undefined;
|
|
1369
1369
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1370
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1370
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1371
1371
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1372
1372
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1373
1373
|
} | null)[] | null | undefined;
|
|
1374
1374
|
free?: ({
|
|
1375
1375
|
__typename?: "WatchProvider" | undefined;
|
|
1376
1376
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1377
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1377
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1378
1378
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1379
1379
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1380
1380
|
} | null)[] | null | undefined;
|
|
1381
1381
|
rent?: ({
|
|
1382
1382
|
__typename?: "WatchProvider" | undefined;
|
|
1383
1383
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1384
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1384
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1385
1385
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1386
1386
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1387
1387
|
} | null)[] | null | undefined;
|
|
@@ -1391,35 +1391,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1391
1391
|
ads?: ({
|
|
1392
1392
|
__typename?: "WatchProvider" | undefined;
|
|
1393
1393
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1394
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1394
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1395
1395
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1396
1396
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1397
1397
|
} | null)[] | null | undefined;
|
|
1398
1398
|
buy?: ({
|
|
1399
1399
|
__typename?: "WatchProvider" | undefined;
|
|
1400
1400
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1401
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1401
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1402
1402
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1403
1403
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1404
1404
|
} | null)[] | null | undefined;
|
|
1405
1405
|
flatrate?: ({
|
|
1406
1406
|
__typename?: "WatchProvider" | undefined;
|
|
1407
1407
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1408
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1408
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1409
1409
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1410
1410
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1411
1411
|
} | null)[] | null | undefined;
|
|
1412
1412
|
free?: ({
|
|
1413
1413
|
__typename?: "WatchProvider" | undefined;
|
|
1414
1414
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1415
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1415
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1416
1416
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1417
1417
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1418
1418
|
} | null)[] | null | undefined;
|
|
1419
1419
|
rent?: ({
|
|
1420
1420
|
__typename?: "WatchProvider" | undefined;
|
|
1421
1421
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1422
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1422
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1423
1423
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1424
1424
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1425
1425
|
} | null)[] | null | undefined;
|
|
@@ -1429,35 +1429,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1429
1429
|
ads?: ({
|
|
1430
1430
|
__typename?: "WatchProvider" | undefined;
|
|
1431
1431
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1432
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1432
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1433
1433
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1434
1434
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1435
1435
|
} | null)[] | null | undefined;
|
|
1436
1436
|
buy?: ({
|
|
1437
1437
|
__typename?: "WatchProvider" | undefined;
|
|
1438
1438
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1439
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1439
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1440
1440
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1441
1441
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1442
1442
|
} | null)[] | null | undefined;
|
|
1443
1443
|
flatrate?: ({
|
|
1444
1444
|
__typename?: "WatchProvider" | undefined;
|
|
1445
1445
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1446
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1446
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1447
1447
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1448
1448
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1449
1449
|
} | null)[] | null | undefined;
|
|
1450
1450
|
free?: ({
|
|
1451
1451
|
__typename?: "WatchProvider" | undefined;
|
|
1452
1452
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1453
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1453
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1454
1454
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1455
1455
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1456
1456
|
} | null)[] | null | undefined;
|
|
1457
1457
|
rent?: ({
|
|
1458
1458
|
__typename?: "WatchProvider" | undefined;
|
|
1459
1459
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1460
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1460
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1461
1461
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1462
1462
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1463
1463
|
} | null)[] | null | undefined;
|
|
@@ -1467,35 +1467,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1467
1467
|
ads?: ({
|
|
1468
1468
|
__typename?: "WatchProvider" | undefined;
|
|
1469
1469
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1470
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1470
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1471
1471
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1472
1472
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1473
1473
|
} | null)[] | null | undefined;
|
|
1474
1474
|
buy?: ({
|
|
1475
1475
|
__typename?: "WatchProvider" | undefined;
|
|
1476
1476
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1477
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1477
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1478
1478
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1479
1479
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1480
1480
|
} | null)[] | null | undefined;
|
|
1481
1481
|
flatrate?: ({
|
|
1482
1482
|
__typename?: "WatchProvider" | undefined;
|
|
1483
1483
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1484
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1484
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1485
1485
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1486
1486
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1487
1487
|
} | null)[] | null | undefined;
|
|
1488
1488
|
free?: ({
|
|
1489
1489
|
__typename?: "WatchProvider" | undefined;
|
|
1490
1490
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1491
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1491
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1492
1492
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1493
1493
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1494
1494
|
} | null)[] | null | undefined;
|
|
1495
1495
|
rent?: ({
|
|
1496
1496
|
__typename?: "WatchProvider" | undefined;
|
|
1497
1497
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1498
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1498
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1499
1499
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1500
1500
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1501
1501
|
} | null)[] | null | undefined;
|
|
@@ -1505,35 +1505,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1505
1505
|
ads?: ({
|
|
1506
1506
|
__typename?: "WatchProvider" | undefined;
|
|
1507
1507
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1508
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1508
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1509
1509
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1510
1510
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1511
1511
|
} | null)[] | null | undefined;
|
|
1512
1512
|
buy?: ({
|
|
1513
1513
|
__typename?: "WatchProvider" | undefined;
|
|
1514
1514
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1515
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1515
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1516
1516
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1517
1517
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1518
1518
|
} | null)[] | null | undefined;
|
|
1519
1519
|
flatrate?: ({
|
|
1520
1520
|
__typename?: "WatchProvider" | undefined;
|
|
1521
1521
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1522
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1522
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1523
1523
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1524
1524
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1525
1525
|
} | null)[] | null | undefined;
|
|
1526
1526
|
free?: ({
|
|
1527
1527
|
__typename?: "WatchProvider" | undefined;
|
|
1528
1528
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1529
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1529
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1530
1530
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1531
1531
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1532
1532
|
} | null)[] | null | undefined;
|
|
1533
1533
|
rent?: ({
|
|
1534
1534
|
__typename?: "WatchProvider" | undefined;
|
|
1535
1535
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1536
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1536
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1537
1537
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1538
1538
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1539
1539
|
} | null)[] | null | undefined;
|
|
@@ -1543,35 +1543,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1543
1543
|
ads?: ({
|
|
1544
1544
|
__typename?: "WatchProvider" | undefined;
|
|
1545
1545
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1546
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1546
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1547
1547
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1548
1548
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1549
1549
|
} | null)[] | null | undefined;
|
|
1550
1550
|
buy?: ({
|
|
1551
1551
|
__typename?: "WatchProvider" | undefined;
|
|
1552
1552
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1553
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1553
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1554
1554
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1555
1555
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1556
1556
|
} | null)[] | null | undefined;
|
|
1557
1557
|
flatrate?: ({
|
|
1558
1558
|
__typename?: "WatchProvider" | undefined;
|
|
1559
1559
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1560
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1560
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1561
1561
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1562
1562
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1563
1563
|
} | null)[] | null | undefined;
|
|
1564
1564
|
free?: ({
|
|
1565
1565
|
__typename?: "WatchProvider" | undefined;
|
|
1566
1566
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1567
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1567
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1568
1568
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1569
1569
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1570
1570
|
} | null)[] | null | undefined;
|
|
1571
1571
|
rent?: ({
|
|
1572
1572
|
__typename?: "WatchProvider" | undefined;
|
|
1573
1573
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1574
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1574
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1575
1575
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1576
1576
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1577
1577
|
} | null)[] | null | undefined;
|
|
@@ -1581,35 +1581,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1581
1581
|
ads?: ({
|
|
1582
1582
|
__typename?: "WatchProvider" | undefined;
|
|
1583
1583
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1584
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1584
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1585
1585
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1586
1586
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1587
1587
|
} | null)[] | null | undefined;
|
|
1588
1588
|
buy?: ({
|
|
1589
1589
|
__typename?: "WatchProvider" | undefined;
|
|
1590
1590
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1591
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1591
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1592
1592
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1593
1593
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1594
1594
|
} | null)[] | null | undefined;
|
|
1595
1595
|
flatrate?: ({
|
|
1596
1596
|
__typename?: "WatchProvider" | undefined;
|
|
1597
1597
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1598
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1598
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1599
1599
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1600
1600
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1601
1601
|
} | null)[] | null | undefined;
|
|
1602
1602
|
free?: ({
|
|
1603
1603
|
__typename?: "WatchProvider" | undefined;
|
|
1604
1604
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1605
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1605
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1606
1606
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1607
1607
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1608
1608
|
} | null)[] | null | undefined;
|
|
1609
1609
|
rent?: ({
|
|
1610
1610
|
__typename?: "WatchProvider" | undefined;
|
|
1611
1611
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1612
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1612
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1613
1613
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1614
1614
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1615
1615
|
} | null)[] | null | undefined;
|
|
@@ -1619,35 +1619,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1619
1619
|
ads?: ({
|
|
1620
1620
|
__typename?: "WatchProvider" | undefined;
|
|
1621
1621
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1622
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1622
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1623
1623
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1624
1624
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1625
1625
|
} | null)[] | null | undefined;
|
|
1626
1626
|
buy?: ({
|
|
1627
1627
|
__typename?: "WatchProvider" | undefined;
|
|
1628
1628
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1629
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1629
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1630
1630
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1631
1631
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1632
1632
|
} | null)[] | null | undefined;
|
|
1633
1633
|
flatrate?: ({
|
|
1634
1634
|
__typename?: "WatchProvider" | undefined;
|
|
1635
1635
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1636
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1636
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1637
1637
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1638
1638
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1639
1639
|
} | null)[] | null | undefined;
|
|
1640
1640
|
free?: ({
|
|
1641
1641
|
__typename?: "WatchProvider" | undefined;
|
|
1642
1642
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1643
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1643
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1644
1644
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1645
1645
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1646
1646
|
} | null)[] | null | undefined;
|
|
1647
1647
|
rent?: ({
|
|
1648
1648
|
__typename?: "WatchProvider" | undefined;
|
|
1649
1649
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1650
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1650
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1651
1651
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1652
1652
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1653
1653
|
} | null)[] | null | undefined;
|
|
@@ -1657,35 +1657,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1657
1657
|
ads?: ({
|
|
1658
1658
|
__typename?: "WatchProvider" | undefined;
|
|
1659
1659
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1660
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1660
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1661
1661
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1662
1662
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1663
1663
|
} | null)[] | null | undefined;
|
|
1664
1664
|
buy?: ({
|
|
1665
1665
|
__typename?: "WatchProvider" | undefined;
|
|
1666
1666
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1667
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1667
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1668
1668
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1669
1669
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1670
1670
|
} | null)[] | null | undefined;
|
|
1671
1671
|
flatrate?: ({
|
|
1672
1672
|
__typename?: "WatchProvider" | undefined;
|
|
1673
1673
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1674
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1674
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1675
1675
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1676
1676
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1677
1677
|
} | null)[] | null | undefined;
|
|
1678
1678
|
free?: ({
|
|
1679
1679
|
__typename?: "WatchProvider" | undefined;
|
|
1680
1680
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1681
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1681
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1682
1682
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1683
1683
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1684
1684
|
} | null)[] | null | undefined;
|
|
1685
1685
|
rent?: ({
|
|
1686
1686
|
__typename?: "WatchProvider" | undefined;
|
|
1687
1687
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1688
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1688
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1689
1689
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1690
1690
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1691
1691
|
} | null)[] | null | undefined;
|
|
@@ -1720,7 +1720,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1720
1720
|
name: string;
|
|
1721
1721
|
} | null)[] | null | undefined;
|
|
1722
1722
|
} | ({
|
|
1723
|
-
id:
|
|
1723
|
+
id: number;
|
|
1724
1724
|
__typename?: "Company" | undefined;
|
|
1725
1725
|
alternative_names?: ({
|
|
1726
1726
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -1750,7 +1750,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1750
1750
|
} | null)[] | {
|
|
1751
1751
|
__headers: Headers;
|
|
1752
1752
|
genres?: ({
|
|
1753
|
-
id:
|
|
1753
|
+
id: number;
|
|
1754
1754
|
__typename?: "Genre" | undefined;
|
|
1755
1755
|
name: string;
|
|
1756
1756
|
} | null)[] | undefined;
|
|
@@ -1767,7 +1767,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1767
1767
|
} | null)[] | null | undefined;
|
|
1768
1768
|
__typename?: "Movie" | undefined;
|
|
1769
1769
|
title?: string | undefined;
|
|
1770
|
-
id?:
|
|
1770
|
+
id?: number | undefined;
|
|
1771
1771
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1772
1772
|
overview?: string | undefined;
|
|
1773
1773
|
poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -1782,7 +1782,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1782
1782
|
vote_average?: number | undefined;
|
|
1783
1783
|
vote_count?: number | undefined;
|
|
1784
1784
|
belongs_to_collection?: {
|
|
1785
|
-
id:
|
|
1785
|
+
id: number;
|
|
1786
1786
|
__typename?: "Collection" | undefined;
|
|
1787
1787
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1788
1788
|
backdrops?: ({
|
|
@@ -1799,7 +1799,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1799
1799
|
name: string;
|
|
1800
1800
|
overview: string;
|
|
1801
1801
|
parts: ({
|
|
1802
|
-
id:
|
|
1802
|
+
id: number;
|
|
1803
1803
|
__typename?: "Movie" | undefined;
|
|
1804
1804
|
adult: boolean;
|
|
1805
1805
|
alternative_titles?: ({
|
|
@@ -1824,12 +1824,12 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1824
1824
|
belongs_to_collection?: any | null | undefined;
|
|
1825
1825
|
budget: number;
|
|
1826
1826
|
cast?: ({
|
|
1827
|
-
id:
|
|
1827
|
+
id: number;
|
|
1828
1828
|
__typename?: "Cast" | undefined;
|
|
1829
1829
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1830
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1830
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1831
1831
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1832
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
1832
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1833
1833
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1834
1834
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1835
1835
|
name: string;
|
|
@@ -1839,10 +1839,10 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1839
1839
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1840
1840
|
} | null)[] | null | undefined;
|
|
1841
1841
|
crew?: ({
|
|
1842
|
-
id:
|
|
1842
|
+
id: number;
|
|
1843
1843
|
__typename?: "Crew" | undefined;
|
|
1844
1844
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1845
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
1845
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1846
1846
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1847
1847
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1848
1848
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -1864,7 +1864,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1864
1864
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1865
1865
|
} | null | undefined;
|
|
1866
1866
|
genres: ({
|
|
1867
|
-
id:
|
|
1867
|
+
id: number;
|
|
1868
1868
|
__typename?: "Genre" | undefined;
|
|
1869
1869
|
name: string;
|
|
1870
1870
|
} | null)[];
|
|
@@ -1872,7 +1872,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1872
1872
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1873
1873
|
keywords?: ({
|
|
1874
1874
|
__typename?: "Keyword" | undefined;
|
|
1875
|
-
id:
|
|
1875
|
+
id: number;
|
|
1876
1876
|
name: string;
|
|
1877
1877
|
} | null)[] | null | undefined;
|
|
1878
1878
|
logos?: ({
|
|
@@ -1904,7 +1904,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1904
1904
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1905
1905
|
} | null)[] | null | undefined;
|
|
1906
1906
|
production_companies: ({
|
|
1907
|
-
id:
|
|
1907
|
+
id: number;
|
|
1908
1908
|
__typename?: "Company" | undefined;
|
|
1909
1909
|
alternative_names?: ({
|
|
1910
1910
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -1982,7 +1982,6 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1982
1982
|
__typename?: "ReviewEdge" | undefined;
|
|
1983
1983
|
cursor: string;
|
|
1984
1984
|
node: {
|
|
1985
|
-
id: string | number;
|
|
1986
1985
|
__typename?: "Review" | undefined;
|
|
1987
1986
|
author: string;
|
|
1988
1987
|
author_details?: {
|
|
@@ -1994,6 +1993,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1994
1993
|
} | null | undefined;
|
|
1995
1994
|
content: string;
|
|
1996
1995
|
created_at: string;
|
|
1996
|
+
id: string;
|
|
1997
1997
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1998
1998
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1999
1999
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -2001,7 +2001,6 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2001
2001
|
};
|
|
2002
2002
|
} | null)[] | null | undefined;
|
|
2003
2003
|
nodes?: ({
|
|
2004
|
-
id: string | number;
|
|
2005
2004
|
__typename?: "Review" | undefined;
|
|
2006
2005
|
author: string;
|
|
2007
2006
|
author_details?: {
|
|
@@ -2013,6 +2012,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2013
2012
|
} | null | undefined;
|
|
2014
2013
|
content: string;
|
|
2015
2014
|
created_at: string;
|
|
2015
|
+
id: string;
|
|
2016
2016
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2017
2017
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2018
2018
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -2064,7 +2064,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2064
2064
|
} | null)[] | null | undefined;
|
|
2065
2065
|
video: boolean;
|
|
2066
2066
|
videos?: ({
|
|
2067
|
-
id:
|
|
2067
|
+
id: number;
|
|
2068
2068
|
__typename?: "Video" | undefined;
|
|
2069
2069
|
iso_639_1: string;
|
|
2070
2070
|
iso_3166_1: string;
|
|
@@ -2083,35 +2083,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2083
2083
|
ads?: ({
|
|
2084
2084
|
__typename?: "WatchProvider" | undefined;
|
|
2085
2085
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2086
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2086
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2087
2087
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2088
2088
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2089
2089
|
} | null)[] | null | undefined;
|
|
2090
2090
|
buy?: ({
|
|
2091
2091
|
__typename?: "WatchProvider" | undefined;
|
|
2092
2092
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2093
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2093
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2094
2094
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2095
2095
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2096
2096
|
} | null)[] | null | undefined;
|
|
2097
2097
|
flatrate?: ({
|
|
2098
2098
|
__typename?: "WatchProvider" | undefined;
|
|
2099
2099
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2100
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2100
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2101
2101
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2102
2102
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2103
2103
|
} | null)[] | null | undefined;
|
|
2104
2104
|
free?: ({
|
|
2105
2105
|
__typename?: "WatchProvider" | undefined;
|
|
2106
2106
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2107
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2107
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2108
2108
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2109
2109
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2110
2110
|
} | null)[] | null | undefined;
|
|
2111
2111
|
rent?: ({
|
|
2112
2112
|
__typename?: "WatchProvider" | undefined;
|
|
2113
2113
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2114
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2114
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2115
2115
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2116
2116
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2117
2117
|
} | null)[] | null | undefined;
|
|
@@ -2121,35 +2121,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2121
2121
|
ads?: ({
|
|
2122
2122
|
__typename?: "WatchProvider" | undefined;
|
|
2123
2123
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2124
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2124
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2125
2125
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2126
2126
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2127
2127
|
} | null)[] | null | undefined;
|
|
2128
2128
|
buy?: ({
|
|
2129
2129
|
__typename?: "WatchProvider" | undefined;
|
|
2130
2130
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2131
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2131
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2132
2132
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2133
2133
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2134
2134
|
} | null)[] | null | undefined;
|
|
2135
2135
|
flatrate?: ({
|
|
2136
2136
|
__typename?: "WatchProvider" | undefined;
|
|
2137
2137
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2138
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2138
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2139
2139
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2140
2140
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2141
2141
|
} | null)[] | null | undefined;
|
|
2142
2142
|
free?: ({
|
|
2143
2143
|
__typename?: "WatchProvider" | undefined;
|
|
2144
2144
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2145
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2145
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2146
2146
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2147
2147
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2148
2148
|
} | null)[] | null | undefined;
|
|
2149
2149
|
rent?: ({
|
|
2150
2150
|
__typename?: "WatchProvider" | undefined;
|
|
2151
2151
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2152
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2152
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2153
2153
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2154
2154
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2155
2155
|
} | null)[] | null | undefined;
|
|
@@ -2159,35 +2159,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2159
2159
|
ads?: ({
|
|
2160
2160
|
__typename?: "WatchProvider" | undefined;
|
|
2161
2161
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2162
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2162
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2163
2163
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2164
2164
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2165
2165
|
} | null)[] | null | undefined;
|
|
2166
2166
|
buy?: ({
|
|
2167
2167
|
__typename?: "WatchProvider" | undefined;
|
|
2168
2168
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2169
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2169
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2170
2170
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2171
2171
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2172
2172
|
} | null)[] | null | undefined;
|
|
2173
2173
|
flatrate?: ({
|
|
2174
2174
|
__typename?: "WatchProvider" | undefined;
|
|
2175
2175
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2176
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2176
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2177
2177
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2178
2178
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2179
2179
|
} | null)[] | null | undefined;
|
|
2180
2180
|
free?: ({
|
|
2181
2181
|
__typename?: "WatchProvider" | undefined;
|
|
2182
2182
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2183
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2183
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2184
2184
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2185
2185
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2186
2186
|
} | null)[] | null | undefined;
|
|
2187
2187
|
rent?: ({
|
|
2188
2188
|
__typename?: "WatchProvider" | undefined;
|
|
2189
2189
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2190
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2190
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2191
2191
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2192
2192
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2193
2193
|
} | null)[] | null | undefined;
|
|
@@ -2197,35 +2197,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2197
2197
|
ads?: ({
|
|
2198
2198
|
__typename?: "WatchProvider" | undefined;
|
|
2199
2199
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2200
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2200
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2201
2201
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2202
2202
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2203
2203
|
} | null)[] | null | undefined;
|
|
2204
2204
|
buy?: ({
|
|
2205
2205
|
__typename?: "WatchProvider" | undefined;
|
|
2206
2206
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2207
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2207
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2208
2208
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2209
2209
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2210
2210
|
} | null)[] | null | undefined;
|
|
2211
2211
|
flatrate?: ({
|
|
2212
2212
|
__typename?: "WatchProvider" | undefined;
|
|
2213
2213
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2214
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2214
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2215
2215
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2216
2216
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2217
2217
|
} | null)[] | null | undefined;
|
|
2218
2218
|
free?: ({
|
|
2219
2219
|
__typename?: "WatchProvider" | undefined;
|
|
2220
2220
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2221
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2221
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2222
2222
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2223
2223
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2224
2224
|
} | null)[] | null | undefined;
|
|
2225
2225
|
rent?: ({
|
|
2226
2226
|
__typename?: "WatchProvider" | undefined;
|
|
2227
2227
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2228
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2228
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2229
2229
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2230
2230
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2231
2231
|
} | null)[] | null | undefined;
|
|
@@ -2235,35 +2235,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2235
2235
|
ads?: ({
|
|
2236
2236
|
__typename?: "WatchProvider" | undefined;
|
|
2237
2237
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2238
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2238
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2239
2239
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2240
2240
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2241
2241
|
} | null)[] | null | undefined;
|
|
2242
2242
|
buy?: ({
|
|
2243
2243
|
__typename?: "WatchProvider" | undefined;
|
|
2244
2244
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2245
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2245
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2246
2246
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2247
2247
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2248
2248
|
} | null)[] | null | undefined;
|
|
2249
2249
|
flatrate?: ({
|
|
2250
2250
|
__typename?: "WatchProvider" | undefined;
|
|
2251
2251
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2252
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2252
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2253
2253
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2254
2254
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2255
2255
|
} | null)[] | null | undefined;
|
|
2256
2256
|
free?: ({
|
|
2257
2257
|
__typename?: "WatchProvider" | undefined;
|
|
2258
2258
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2259
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2259
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2260
2260
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2261
2261
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2262
2262
|
} | null)[] | null | undefined;
|
|
2263
2263
|
rent?: ({
|
|
2264
2264
|
__typename?: "WatchProvider" | undefined;
|
|
2265
2265
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2266
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2266
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2267
2267
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2268
2268
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2269
2269
|
} | null)[] | null | undefined;
|
|
@@ -2273,35 +2273,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2273
2273
|
ads?: ({
|
|
2274
2274
|
__typename?: "WatchProvider" | undefined;
|
|
2275
2275
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2276
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2276
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2277
2277
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2278
2278
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2279
2279
|
} | null)[] | null | undefined;
|
|
2280
2280
|
buy?: ({
|
|
2281
2281
|
__typename?: "WatchProvider" | undefined;
|
|
2282
2282
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2283
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2283
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2284
2284
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2285
2285
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2286
2286
|
} | null)[] | null | undefined;
|
|
2287
2287
|
flatrate?: ({
|
|
2288
2288
|
__typename?: "WatchProvider" | undefined;
|
|
2289
2289
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2290
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2290
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2291
2291
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2292
2292
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2293
2293
|
} | null)[] | null | undefined;
|
|
2294
2294
|
free?: ({
|
|
2295
2295
|
__typename?: "WatchProvider" | undefined;
|
|
2296
2296
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2297
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2297
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2298
2298
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2299
2299
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2300
2300
|
} | null)[] | null | undefined;
|
|
2301
2301
|
rent?: ({
|
|
2302
2302
|
__typename?: "WatchProvider" | undefined;
|
|
2303
2303
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2304
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2304
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2305
2305
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2306
2306
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2307
2307
|
} | null)[] | null | undefined;
|
|
@@ -2311,35 +2311,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2311
2311
|
ads?: ({
|
|
2312
2312
|
__typename?: "WatchProvider" | undefined;
|
|
2313
2313
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2314
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2314
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2315
2315
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2316
2316
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2317
2317
|
} | null)[] | null | undefined;
|
|
2318
2318
|
buy?: ({
|
|
2319
2319
|
__typename?: "WatchProvider" | undefined;
|
|
2320
2320
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2321
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2321
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2322
2322
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2323
2323
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2324
2324
|
} | null)[] | null | undefined;
|
|
2325
2325
|
flatrate?: ({
|
|
2326
2326
|
__typename?: "WatchProvider" | undefined;
|
|
2327
2327
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2328
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2328
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2329
2329
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2330
2330
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2331
2331
|
} | null)[] | null | undefined;
|
|
2332
2332
|
free?: ({
|
|
2333
2333
|
__typename?: "WatchProvider" | undefined;
|
|
2334
2334
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2335
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2335
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2336
2336
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2337
2337
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2338
2338
|
} | null)[] | null | undefined;
|
|
2339
2339
|
rent?: ({
|
|
2340
2340
|
__typename?: "WatchProvider" | undefined;
|
|
2341
2341
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2342
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2342
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2343
2343
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2344
2344
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2345
2345
|
} | null)[] | null | undefined;
|
|
@@ -2349,35 +2349,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2349
2349
|
ads?: ({
|
|
2350
2350
|
__typename?: "WatchProvider" | undefined;
|
|
2351
2351
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2352
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2352
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2353
2353
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2354
2354
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2355
2355
|
} | null)[] | null | undefined;
|
|
2356
2356
|
buy?: ({
|
|
2357
2357
|
__typename?: "WatchProvider" | undefined;
|
|
2358
2358
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2359
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2359
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2360
2360
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2361
2361
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2362
2362
|
} | null)[] | null | undefined;
|
|
2363
2363
|
flatrate?: ({
|
|
2364
2364
|
__typename?: "WatchProvider" | undefined;
|
|
2365
2365
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2366
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2366
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2367
2367
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2368
2368
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2369
2369
|
} | null)[] | null | undefined;
|
|
2370
2370
|
free?: ({
|
|
2371
2371
|
__typename?: "WatchProvider" | undefined;
|
|
2372
2372
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2373
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2373
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2374
2374
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2375
2375
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2376
2376
|
} | null)[] | null | undefined;
|
|
2377
2377
|
rent?: ({
|
|
2378
2378
|
__typename?: "WatchProvider" | undefined;
|
|
2379
2379
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2380
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2380
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2381
2381
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2382
2382
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2383
2383
|
} | null)[] | null | undefined;
|
|
@@ -2387,35 +2387,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2387
2387
|
ads?: ({
|
|
2388
2388
|
__typename?: "WatchProvider" | undefined;
|
|
2389
2389
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2390
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2390
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2391
2391
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2392
2392
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2393
2393
|
} | null)[] | null | undefined;
|
|
2394
2394
|
buy?: ({
|
|
2395
2395
|
__typename?: "WatchProvider" | undefined;
|
|
2396
2396
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2397
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2397
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2398
2398
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2399
2399
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2400
2400
|
} | null)[] | null | undefined;
|
|
2401
2401
|
flatrate?: ({
|
|
2402
2402
|
__typename?: "WatchProvider" | undefined;
|
|
2403
2403
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2404
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2404
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2405
2405
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2406
2406
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2407
2407
|
} | null)[] | null | undefined;
|
|
2408
2408
|
free?: ({
|
|
2409
2409
|
__typename?: "WatchProvider" | undefined;
|
|
2410
2410
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2411
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2411
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2412
2412
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2413
2413
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2414
2414
|
} | null)[] | null | undefined;
|
|
2415
2415
|
rent?: ({
|
|
2416
2416
|
__typename?: "WatchProvider" | undefined;
|
|
2417
2417
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2418
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2418
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2419
2419
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2420
2420
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2421
2421
|
} | null)[] | null | undefined;
|
|
@@ -2425,35 +2425,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2425
2425
|
ads?: ({
|
|
2426
2426
|
__typename?: "WatchProvider" | undefined;
|
|
2427
2427
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2428
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2428
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2429
2429
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2430
2430
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2431
2431
|
} | null)[] | null | undefined;
|
|
2432
2432
|
buy?: ({
|
|
2433
2433
|
__typename?: "WatchProvider" | undefined;
|
|
2434
2434
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2435
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2435
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2436
2436
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2437
2437
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2438
2438
|
} | null)[] | null | undefined;
|
|
2439
2439
|
flatrate?: ({
|
|
2440
2440
|
__typename?: "WatchProvider" | undefined;
|
|
2441
2441
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2442
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2442
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2443
2443
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2444
2444
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2445
2445
|
} | null)[] | null | undefined;
|
|
2446
2446
|
free?: ({
|
|
2447
2447
|
__typename?: "WatchProvider" | undefined;
|
|
2448
2448
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2449
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2449
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2450
2450
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2451
2451
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2452
2452
|
} | null)[] | null | undefined;
|
|
2453
2453
|
rent?: ({
|
|
2454
2454
|
__typename?: "WatchProvider" | undefined;
|
|
2455
2455
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2456
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2456
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2457
2457
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2458
2458
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2459
2459
|
} | null)[] | null | undefined;
|
|
@@ -2463,35 +2463,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2463
2463
|
ads?: ({
|
|
2464
2464
|
__typename?: "WatchProvider" | undefined;
|
|
2465
2465
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2466
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2466
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2467
2467
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2468
2468
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2469
2469
|
} | null)[] | null | undefined;
|
|
2470
2470
|
buy?: ({
|
|
2471
2471
|
__typename?: "WatchProvider" | undefined;
|
|
2472
2472
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2473
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2473
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2474
2474
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2475
2475
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2476
2476
|
} | null)[] | null | undefined;
|
|
2477
2477
|
flatrate?: ({
|
|
2478
2478
|
__typename?: "WatchProvider" | undefined;
|
|
2479
2479
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2480
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2480
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2481
2481
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2482
2482
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2483
2483
|
} | null)[] | null | undefined;
|
|
2484
2484
|
free?: ({
|
|
2485
2485
|
__typename?: "WatchProvider" | undefined;
|
|
2486
2486
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2487
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2487
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2488
2488
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2489
2489
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2490
2490
|
} | null)[] | null | undefined;
|
|
2491
2491
|
rent?: ({
|
|
2492
2492
|
__typename?: "WatchProvider" | undefined;
|
|
2493
2493
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2494
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2494
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2495
2495
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2496
2496
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2497
2497
|
} | null)[] | null | undefined;
|
|
@@ -2501,35 +2501,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2501
2501
|
ads?: ({
|
|
2502
2502
|
__typename?: "WatchProvider" | undefined;
|
|
2503
2503
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2504
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2504
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2505
2505
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2506
2506
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2507
2507
|
} | null)[] | null | undefined;
|
|
2508
2508
|
buy?: ({
|
|
2509
2509
|
__typename?: "WatchProvider" | undefined;
|
|
2510
2510
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2511
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2511
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2512
2512
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2513
2513
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2514
2514
|
} | null)[] | null | undefined;
|
|
2515
2515
|
flatrate?: ({
|
|
2516
2516
|
__typename?: "WatchProvider" | undefined;
|
|
2517
2517
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2518
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2518
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2519
2519
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2520
2520
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2521
2521
|
} | null)[] | null | undefined;
|
|
2522
2522
|
free?: ({
|
|
2523
2523
|
__typename?: "WatchProvider" | undefined;
|
|
2524
2524
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2525
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2525
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2526
2526
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2527
2527
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2528
2528
|
} | null)[] | null | undefined;
|
|
2529
2529
|
rent?: ({
|
|
2530
2530
|
__typename?: "WatchProvider" | undefined;
|
|
2531
2531
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2532
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2532
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2533
2533
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2534
2534
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2535
2535
|
} | null)[] | null | undefined;
|
|
@@ -2539,35 +2539,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2539
2539
|
ads?: ({
|
|
2540
2540
|
__typename?: "WatchProvider" | undefined;
|
|
2541
2541
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2542
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2542
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2543
2543
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2544
2544
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2545
2545
|
} | null)[] | null | undefined;
|
|
2546
2546
|
buy?: ({
|
|
2547
2547
|
__typename?: "WatchProvider" | undefined;
|
|
2548
2548
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2549
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2549
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2550
2550
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2551
2551
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2552
2552
|
} | null)[] | null | undefined;
|
|
2553
2553
|
flatrate?: ({
|
|
2554
2554
|
__typename?: "WatchProvider" | undefined;
|
|
2555
2555
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2556
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2556
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2557
2557
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2558
2558
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2559
2559
|
} | null)[] | null | undefined;
|
|
2560
2560
|
free?: ({
|
|
2561
2561
|
__typename?: "WatchProvider" | undefined;
|
|
2562
2562
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2563
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2563
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2564
2564
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2565
2565
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2566
2566
|
} | null)[] | null | undefined;
|
|
2567
2567
|
rent?: ({
|
|
2568
2568
|
__typename?: "WatchProvider" | undefined;
|
|
2569
2569
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2570
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2570
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2571
2571
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2572
2572
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2573
2573
|
} | null)[] | null | undefined;
|
|
@@ -2577,35 +2577,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2577
2577
|
ads?: ({
|
|
2578
2578
|
__typename?: "WatchProvider" | undefined;
|
|
2579
2579
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2580
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2580
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2581
2581
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2582
2582
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2583
2583
|
} | null)[] | null | undefined;
|
|
2584
2584
|
buy?: ({
|
|
2585
2585
|
__typename?: "WatchProvider" | undefined;
|
|
2586
2586
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2587
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2587
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2588
2588
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2589
2589
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2590
2590
|
} | null)[] | null | undefined;
|
|
2591
2591
|
flatrate?: ({
|
|
2592
2592
|
__typename?: "WatchProvider" | undefined;
|
|
2593
2593
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2594
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2594
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2595
2595
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2596
2596
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2597
2597
|
} | null)[] | null | undefined;
|
|
2598
2598
|
free?: ({
|
|
2599
2599
|
__typename?: "WatchProvider" | undefined;
|
|
2600
2600
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2601
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2601
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2602
2602
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2603
2603
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2604
2604
|
} | null)[] | null | undefined;
|
|
2605
2605
|
rent?: ({
|
|
2606
2606
|
__typename?: "WatchProvider" | undefined;
|
|
2607
2607
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2608
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2608
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2609
2609
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2610
2610
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2611
2611
|
} | null)[] | null | undefined;
|
|
@@ -2615,35 +2615,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2615
2615
|
ads?: ({
|
|
2616
2616
|
__typename?: "WatchProvider" | undefined;
|
|
2617
2617
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2618
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2618
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2619
2619
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2620
2620
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2621
2621
|
} | null)[] | null | undefined;
|
|
2622
2622
|
buy?: ({
|
|
2623
2623
|
__typename?: "WatchProvider" | undefined;
|
|
2624
2624
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2625
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2625
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2626
2626
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2627
2627
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2628
2628
|
} | null)[] | null | undefined;
|
|
2629
2629
|
flatrate?: ({
|
|
2630
2630
|
__typename?: "WatchProvider" | undefined;
|
|
2631
2631
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2632
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2632
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2633
2633
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2634
2634
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2635
2635
|
} | null)[] | null | undefined;
|
|
2636
2636
|
free?: ({
|
|
2637
2637
|
__typename?: "WatchProvider" | undefined;
|
|
2638
2638
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2639
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2639
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2640
2640
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2641
2641
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2642
2642
|
} | null)[] | null | undefined;
|
|
2643
2643
|
rent?: ({
|
|
2644
2644
|
__typename?: "WatchProvider" | undefined;
|
|
2645
2645
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2646
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2646
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2647
2647
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2648
2648
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2649
2649
|
} | null)[] | null | undefined;
|
|
@@ -2653,35 +2653,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2653
2653
|
ads?: ({
|
|
2654
2654
|
__typename?: "WatchProvider" | undefined;
|
|
2655
2655
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2656
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2656
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2657
2657
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2658
2658
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2659
2659
|
} | null)[] | null | undefined;
|
|
2660
2660
|
buy?: ({
|
|
2661
2661
|
__typename?: "WatchProvider" | undefined;
|
|
2662
2662
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2663
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2663
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2664
2664
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2665
2665
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2666
2666
|
} | null)[] | null | undefined;
|
|
2667
2667
|
flatrate?: ({
|
|
2668
2668
|
__typename?: "WatchProvider" | undefined;
|
|
2669
2669
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2670
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2670
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2671
2671
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2672
2672
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2673
2673
|
} | null)[] | null | undefined;
|
|
2674
2674
|
free?: ({
|
|
2675
2675
|
__typename?: "WatchProvider" | undefined;
|
|
2676
2676
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2677
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2677
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2678
2678
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2679
2679
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2680
2680
|
} | null)[] | null | undefined;
|
|
2681
2681
|
rent?: ({
|
|
2682
2682
|
__typename?: "WatchProvider" | undefined;
|
|
2683
2683
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2684
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2684
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2685
2685
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2686
2686
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2687
2687
|
} | null)[] | null | undefined;
|
|
@@ -2691,35 +2691,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2691
2691
|
ads?: ({
|
|
2692
2692
|
__typename?: "WatchProvider" | undefined;
|
|
2693
2693
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2694
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2694
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2695
2695
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2696
2696
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2697
2697
|
} | null)[] | null | undefined;
|
|
2698
2698
|
buy?: ({
|
|
2699
2699
|
__typename?: "WatchProvider" | undefined;
|
|
2700
2700
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2701
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2701
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2702
2702
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2703
2703
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2704
2704
|
} | null)[] | null | undefined;
|
|
2705
2705
|
flatrate?: ({
|
|
2706
2706
|
__typename?: "WatchProvider" | undefined;
|
|
2707
2707
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2708
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2708
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2709
2709
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2710
2710
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2711
2711
|
} | null)[] | null | undefined;
|
|
2712
2712
|
free?: ({
|
|
2713
2713
|
__typename?: "WatchProvider" | undefined;
|
|
2714
2714
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2715
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2715
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2716
2716
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2717
2717
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2718
2718
|
} | null)[] | null | undefined;
|
|
2719
2719
|
rent?: ({
|
|
2720
2720
|
__typename?: "WatchProvider" | undefined;
|
|
2721
2721
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2722
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2722
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2723
2723
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2724
2724
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2725
2725
|
} | null)[] | null | undefined;
|
|
@@ -2729,35 +2729,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2729
2729
|
ads?: ({
|
|
2730
2730
|
__typename?: "WatchProvider" | undefined;
|
|
2731
2731
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2732
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2732
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2733
2733
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2734
2734
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2735
2735
|
} | null)[] | null | undefined;
|
|
2736
2736
|
buy?: ({
|
|
2737
2737
|
__typename?: "WatchProvider" | undefined;
|
|
2738
2738
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2739
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2739
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2740
2740
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2741
2741
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2742
2742
|
} | null)[] | null | undefined;
|
|
2743
2743
|
flatrate?: ({
|
|
2744
2744
|
__typename?: "WatchProvider" | undefined;
|
|
2745
2745
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2746
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2746
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2747
2747
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2748
2748
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2749
2749
|
} | null)[] | null | undefined;
|
|
2750
2750
|
free?: ({
|
|
2751
2751
|
__typename?: "WatchProvider" | undefined;
|
|
2752
2752
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2753
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2753
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2754
2754
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2755
2755
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2756
2756
|
} | null)[] | null | undefined;
|
|
2757
2757
|
rent?: ({
|
|
2758
2758
|
__typename?: "WatchProvider" | undefined;
|
|
2759
2759
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2760
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2760
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2761
2761
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2762
2762
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2763
2763
|
} | null)[] | null | undefined;
|
|
@@ -2767,35 +2767,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2767
2767
|
ads?: ({
|
|
2768
2768
|
__typename?: "WatchProvider" | undefined;
|
|
2769
2769
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2770
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2770
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2771
2771
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2772
2772
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2773
2773
|
} | null)[] | null | undefined;
|
|
2774
2774
|
buy?: ({
|
|
2775
2775
|
__typename?: "WatchProvider" | undefined;
|
|
2776
2776
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2777
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2777
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2778
2778
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2779
2779
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2780
2780
|
} | null)[] | null | undefined;
|
|
2781
2781
|
flatrate?: ({
|
|
2782
2782
|
__typename?: "WatchProvider" | undefined;
|
|
2783
2783
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2784
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2784
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2785
2785
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2786
2786
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2787
2787
|
} | null)[] | null | undefined;
|
|
2788
2788
|
free?: ({
|
|
2789
2789
|
__typename?: "WatchProvider" | undefined;
|
|
2790
2790
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2791
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2791
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2792
2792
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2793
2793
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2794
2794
|
} | null)[] | null | undefined;
|
|
2795
2795
|
rent?: ({
|
|
2796
2796
|
__typename?: "WatchProvider" | undefined;
|
|
2797
2797
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2798
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2798
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2799
2799
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2800
2800
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2801
2801
|
} | null)[] | null | undefined;
|
|
@@ -2805,35 +2805,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2805
2805
|
ads?: ({
|
|
2806
2806
|
__typename?: "WatchProvider" | undefined;
|
|
2807
2807
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2808
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2808
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2809
2809
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2810
2810
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2811
2811
|
} | null)[] | null | undefined;
|
|
2812
2812
|
buy?: ({
|
|
2813
2813
|
__typename?: "WatchProvider" | undefined;
|
|
2814
2814
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2815
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2815
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2816
2816
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2817
2817
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2818
2818
|
} | null)[] | null | undefined;
|
|
2819
2819
|
flatrate?: ({
|
|
2820
2820
|
__typename?: "WatchProvider" | undefined;
|
|
2821
2821
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2822
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2822
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2823
2823
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2824
2824
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2825
2825
|
} | null)[] | null | undefined;
|
|
2826
2826
|
free?: ({
|
|
2827
2827
|
__typename?: "WatchProvider" | undefined;
|
|
2828
2828
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2829
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2829
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2830
2830
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2831
2831
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2832
2832
|
} | null)[] | null | undefined;
|
|
2833
2833
|
rent?: ({
|
|
2834
2834
|
__typename?: "WatchProvider" | undefined;
|
|
2835
2835
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2836
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2836
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2837
2837
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2838
2838
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2839
2839
|
} | null)[] | null | undefined;
|
|
@@ -2843,35 +2843,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2843
2843
|
ads?: ({
|
|
2844
2844
|
__typename?: "WatchProvider" | undefined;
|
|
2845
2845
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2846
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2846
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2847
2847
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2848
2848
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2849
2849
|
} | null)[] | null | undefined;
|
|
2850
2850
|
buy?: ({
|
|
2851
2851
|
__typename?: "WatchProvider" | undefined;
|
|
2852
2852
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2853
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2853
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2854
2854
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2855
2855
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2856
2856
|
} | null)[] | null | undefined;
|
|
2857
2857
|
flatrate?: ({
|
|
2858
2858
|
__typename?: "WatchProvider" | undefined;
|
|
2859
2859
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2860
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2860
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2861
2861
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2862
2862
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2863
2863
|
} | null)[] | null | undefined;
|
|
2864
2864
|
free?: ({
|
|
2865
2865
|
__typename?: "WatchProvider" | undefined;
|
|
2866
2866
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2867
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2867
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2868
2868
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2869
2869
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2870
2870
|
} | null)[] | null | undefined;
|
|
2871
2871
|
rent?: ({
|
|
2872
2872
|
__typename?: "WatchProvider" | undefined;
|
|
2873
2873
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2874
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2874
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2875
2875
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2876
2876
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2877
2877
|
} | null)[] | null | undefined;
|
|
@@ -2881,35 +2881,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2881
2881
|
ads?: ({
|
|
2882
2882
|
__typename?: "WatchProvider" | undefined;
|
|
2883
2883
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2884
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2884
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2885
2885
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2886
2886
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2887
2887
|
} | null)[] | null | undefined;
|
|
2888
2888
|
buy?: ({
|
|
2889
2889
|
__typename?: "WatchProvider" | undefined;
|
|
2890
2890
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2891
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2891
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2892
2892
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2893
2893
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2894
2894
|
} | null)[] | null | undefined;
|
|
2895
2895
|
flatrate?: ({
|
|
2896
2896
|
__typename?: "WatchProvider" | undefined;
|
|
2897
2897
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2898
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2898
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2899
2899
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2900
2900
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2901
2901
|
} | null)[] | null | undefined;
|
|
2902
2902
|
free?: ({
|
|
2903
2903
|
__typename?: "WatchProvider" | undefined;
|
|
2904
2904
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2905
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2905
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2906
2906
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2907
2907
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2908
2908
|
} | null)[] | null | undefined;
|
|
2909
2909
|
rent?: ({
|
|
2910
2910
|
__typename?: "WatchProvider" | undefined;
|
|
2911
2911
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2912
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2912
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2913
2913
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2914
2914
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2915
2915
|
} | null)[] | null | undefined;
|
|
@@ -2919,35 +2919,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2919
2919
|
ads?: ({
|
|
2920
2920
|
__typename?: "WatchProvider" | undefined;
|
|
2921
2921
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2922
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2922
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2923
2923
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2924
2924
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2925
2925
|
} | null)[] | null | undefined;
|
|
2926
2926
|
buy?: ({
|
|
2927
2927
|
__typename?: "WatchProvider" | undefined;
|
|
2928
2928
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2929
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2929
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2930
2930
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2931
2931
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2932
2932
|
} | null)[] | null | undefined;
|
|
2933
2933
|
flatrate?: ({
|
|
2934
2934
|
__typename?: "WatchProvider" | undefined;
|
|
2935
2935
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2936
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2936
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2937
2937
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2938
2938
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2939
2939
|
} | null)[] | null | undefined;
|
|
2940
2940
|
free?: ({
|
|
2941
2941
|
__typename?: "WatchProvider" | undefined;
|
|
2942
2942
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2943
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2943
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2944
2944
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2945
2945
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2946
2946
|
} | null)[] | null | undefined;
|
|
2947
2947
|
rent?: ({
|
|
2948
2948
|
__typename?: "WatchProvider" | undefined;
|
|
2949
2949
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2950
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2950
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2951
2951
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2952
2952
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2953
2953
|
} | null)[] | null | undefined;
|
|
@@ -2957,35 +2957,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2957
2957
|
ads?: ({
|
|
2958
2958
|
__typename?: "WatchProvider" | undefined;
|
|
2959
2959
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2960
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2960
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2961
2961
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2962
2962
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2963
2963
|
} | null)[] | null | undefined;
|
|
2964
2964
|
buy?: ({
|
|
2965
2965
|
__typename?: "WatchProvider" | undefined;
|
|
2966
2966
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2967
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2967
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2968
2968
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2969
2969
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2970
2970
|
} | null)[] | null | undefined;
|
|
2971
2971
|
flatrate?: ({
|
|
2972
2972
|
__typename?: "WatchProvider" | undefined;
|
|
2973
2973
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2974
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2974
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2975
2975
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2976
2976
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2977
2977
|
} | null)[] | null | undefined;
|
|
2978
2978
|
free?: ({
|
|
2979
2979
|
__typename?: "WatchProvider" | undefined;
|
|
2980
2980
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2981
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2981
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2982
2982
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2983
2983
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2984
2984
|
} | null)[] | null | undefined;
|
|
2985
2985
|
rent?: ({
|
|
2986
2986
|
__typename?: "WatchProvider" | undefined;
|
|
2987
2987
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2988
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2988
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2989
2989
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2990
2990
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2991
2991
|
} | null)[] | null | undefined;
|
|
@@ -2995,35 +2995,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2995
2995
|
ads?: ({
|
|
2996
2996
|
__typename?: "WatchProvider" | undefined;
|
|
2997
2997
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2998
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2998
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2999
2999
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3000
3000
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3001
3001
|
} | null)[] | null | undefined;
|
|
3002
3002
|
buy?: ({
|
|
3003
3003
|
__typename?: "WatchProvider" | undefined;
|
|
3004
3004
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3005
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3005
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3006
3006
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3007
3007
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3008
3008
|
} | null)[] | null | undefined;
|
|
3009
3009
|
flatrate?: ({
|
|
3010
3010
|
__typename?: "WatchProvider" | undefined;
|
|
3011
3011
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3012
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3012
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3013
3013
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3014
3014
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3015
3015
|
} | null)[] | null | undefined;
|
|
3016
3016
|
free?: ({
|
|
3017
3017
|
__typename?: "WatchProvider" | undefined;
|
|
3018
3018
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3019
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3019
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3020
3020
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3021
3021
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3022
3022
|
} | null)[] | null | undefined;
|
|
3023
3023
|
rent?: ({
|
|
3024
3024
|
__typename?: "WatchProvider" | undefined;
|
|
3025
3025
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3026
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3026
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3027
3027
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3028
3028
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3029
3029
|
} | null)[] | null | undefined;
|
|
@@ -3033,35 +3033,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3033
3033
|
ads?: ({
|
|
3034
3034
|
__typename?: "WatchProvider" | undefined;
|
|
3035
3035
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3036
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3036
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3037
3037
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3038
3038
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3039
3039
|
} | null)[] | null | undefined;
|
|
3040
3040
|
buy?: ({
|
|
3041
3041
|
__typename?: "WatchProvider" | undefined;
|
|
3042
3042
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3043
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3043
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3044
3044
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3045
3045
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3046
3046
|
} | null)[] | null | undefined;
|
|
3047
3047
|
flatrate?: ({
|
|
3048
3048
|
__typename?: "WatchProvider" | undefined;
|
|
3049
3049
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3050
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3050
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3051
3051
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3052
3052
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3053
3053
|
} | null)[] | null | undefined;
|
|
3054
3054
|
free?: ({
|
|
3055
3055
|
__typename?: "WatchProvider" | undefined;
|
|
3056
3056
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3057
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3057
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3058
3058
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3059
3059
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3060
3060
|
} | null)[] | null | undefined;
|
|
3061
3061
|
rent?: ({
|
|
3062
3062
|
__typename?: "WatchProvider" | undefined;
|
|
3063
3063
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3064
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3064
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3065
3065
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3066
3066
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3067
3067
|
} | null)[] | null | undefined;
|
|
@@ -3071,35 +3071,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3071
3071
|
ads?: ({
|
|
3072
3072
|
__typename?: "WatchProvider" | undefined;
|
|
3073
3073
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3074
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3074
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3075
3075
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3076
3076
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3077
3077
|
} | null)[] | null | undefined;
|
|
3078
3078
|
buy?: ({
|
|
3079
3079
|
__typename?: "WatchProvider" | undefined;
|
|
3080
3080
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3081
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3081
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3082
3082
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3083
3083
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3084
3084
|
} | null)[] | null | undefined;
|
|
3085
3085
|
flatrate?: ({
|
|
3086
3086
|
__typename?: "WatchProvider" | undefined;
|
|
3087
3087
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3088
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3088
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3089
3089
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3090
3090
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3091
3091
|
} | null)[] | null | undefined;
|
|
3092
3092
|
free?: ({
|
|
3093
3093
|
__typename?: "WatchProvider" | undefined;
|
|
3094
3094
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3095
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3095
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3096
3096
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3097
3097
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3098
3098
|
} | null)[] | null | undefined;
|
|
3099
3099
|
rent?: ({
|
|
3100
3100
|
__typename?: "WatchProvider" | undefined;
|
|
3101
3101
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3102
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3102
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3103
3103
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3104
3104
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3105
3105
|
} | null)[] | null | undefined;
|
|
@@ -3109,35 +3109,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3109
3109
|
ads?: ({
|
|
3110
3110
|
__typename?: "WatchProvider" | undefined;
|
|
3111
3111
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3112
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3112
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3113
3113
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3114
3114
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3115
3115
|
} | null)[] | null | undefined;
|
|
3116
3116
|
buy?: ({
|
|
3117
3117
|
__typename?: "WatchProvider" | undefined;
|
|
3118
3118
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3119
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3119
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3120
3120
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3121
3121
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3122
3122
|
} | null)[] | null | undefined;
|
|
3123
3123
|
flatrate?: ({
|
|
3124
3124
|
__typename?: "WatchProvider" | undefined;
|
|
3125
3125
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3126
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3126
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3127
3127
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3128
3128
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3129
3129
|
} | null)[] | null | undefined;
|
|
3130
3130
|
free?: ({
|
|
3131
3131
|
__typename?: "WatchProvider" | undefined;
|
|
3132
3132
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3133
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3133
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3134
3134
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3135
3135
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3136
3136
|
} | null)[] | null | undefined;
|
|
3137
3137
|
rent?: ({
|
|
3138
3138
|
__typename?: "WatchProvider" | undefined;
|
|
3139
3139
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3140
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3140
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3141
3141
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3142
3142
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3143
3143
|
} | null)[] | null | undefined;
|
|
@@ -3147,35 +3147,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3147
3147
|
ads?: ({
|
|
3148
3148
|
__typename?: "WatchProvider" | undefined;
|
|
3149
3149
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3150
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3150
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3151
3151
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3152
3152
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3153
3153
|
} | null)[] | null | undefined;
|
|
3154
3154
|
buy?: ({
|
|
3155
3155
|
__typename?: "WatchProvider" | undefined;
|
|
3156
3156
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3157
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3157
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3158
3158
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3159
3159
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3160
3160
|
} | null)[] | null | undefined;
|
|
3161
3161
|
flatrate?: ({
|
|
3162
3162
|
__typename?: "WatchProvider" | undefined;
|
|
3163
3163
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3164
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3164
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3165
3165
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3166
3166
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3167
3167
|
} | null)[] | null | undefined;
|
|
3168
3168
|
free?: ({
|
|
3169
3169
|
__typename?: "WatchProvider" | undefined;
|
|
3170
3170
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3171
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3171
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3172
3172
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3173
3173
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3174
3174
|
} | null)[] | null | undefined;
|
|
3175
3175
|
rent?: ({
|
|
3176
3176
|
__typename?: "WatchProvider" | undefined;
|
|
3177
3177
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3178
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3178
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3179
3179
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3180
3180
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3181
3181
|
} | null)[] | null | undefined;
|
|
@@ -3185,35 +3185,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3185
3185
|
ads?: ({
|
|
3186
3186
|
__typename?: "WatchProvider" | undefined;
|
|
3187
3187
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3188
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3188
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3189
3189
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3190
3190
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3191
3191
|
} | null)[] | null | undefined;
|
|
3192
3192
|
buy?: ({
|
|
3193
3193
|
__typename?: "WatchProvider" | undefined;
|
|
3194
3194
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3195
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3195
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3196
3196
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3197
3197
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3198
3198
|
} | null)[] | null | undefined;
|
|
3199
3199
|
flatrate?: ({
|
|
3200
3200
|
__typename?: "WatchProvider" | undefined;
|
|
3201
3201
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3202
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3202
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3203
3203
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3204
3204
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3205
3205
|
} | null)[] | null | undefined;
|
|
3206
3206
|
free?: ({
|
|
3207
3207
|
__typename?: "WatchProvider" | undefined;
|
|
3208
3208
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3209
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3209
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3210
3210
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3211
3211
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3212
3212
|
} | null)[] | null | undefined;
|
|
3213
3213
|
rent?: ({
|
|
3214
3214
|
__typename?: "WatchProvider" | undefined;
|
|
3215
3215
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3216
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3216
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3217
3217
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3218
3218
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3219
3219
|
} | null)[] | null | undefined;
|
|
@@ -3223,35 +3223,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3223
3223
|
ads?: ({
|
|
3224
3224
|
__typename?: "WatchProvider" | undefined;
|
|
3225
3225
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3226
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3226
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3227
3227
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3228
3228
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3229
3229
|
} | null)[] | null | undefined;
|
|
3230
3230
|
buy?: ({
|
|
3231
3231
|
__typename?: "WatchProvider" | undefined;
|
|
3232
3232
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3233
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3233
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3234
3234
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3235
3235
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3236
3236
|
} | null)[] | null | undefined;
|
|
3237
3237
|
flatrate?: ({
|
|
3238
3238
|
__typename?: "WatchProvider" | undefined;
|
|
3239
3239
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3240
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3240
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3241
3241
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3242
3242
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3243
3243
|
} | null)[] | null | undefined;
|
|
3244
3244
|
free?: ({
|
|
3245
3245
|
__typename?: "WatchProvider" | undefined;
|
|
3246
3246
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3247
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3247
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3248
3248
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3249
3249
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3250
3250
|
} | null)[] | null | undefined;
|
|
3251
3251
|
rent?: ({
|
|
3252
3252
|
__typename?: "WatchProvider" | undefined;
|
|
3253
3253
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3254
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3254
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3255
3255
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3256
3256
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3257
3257
|
} | null)[] | null | undefined;
|
|
@@ -3261,35 +3261,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3261
3261
|
ads?: ({
|
|
3262
3262
|
__typename?: "WatchProvider" | undefined;
|
|
3263
3263
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3264
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3264
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3265
3265
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3266
3266
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3267
3267
|
} | null)[] | null | undefined;
|
|
3268
3268
|
buy?: ({
|
|
3269
3269
|
__typename?: "WatchProvider" | undefined;
|
|
3270
3270
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3271
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3271
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3272
3272
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3273
3273
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3274
3274
|
} | null)[] | null | undefined;
|
|
3275
3275
|
flatrate?: ({
|
|
3276
3276
|
__typename?: "WatchProvider" | undefined;
|
|
3277
3277
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3278
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3278
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3279
3279
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3280
3280
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3281
3281
|
} | null)[] | null | undefined;
|
|
3282
3282
|
free?: ({
|
|
3283
3283
|
__typename?: "WatchProvider" | undefined;
|
|
3284
3284
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3285
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3285
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3286
3286
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3287
3287
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3288
3288
|
} | null)[] | null | undefined;
|
|
3289
3289
|
rent?: ({
|
|
3290
3290
|
__typename?: "WatchProvider" | undefined;
|
|
3291
3291
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3292
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3292
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3293
3293
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3294
3294
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3295
3295
|
} | null)[] | null | undefined;
|
|
@@ -3299,35 +3299,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3299
3299
|
ads?: ({
|
|
3300
3300
|
__typename?: "WatchProvider" | undefined;
|
|
3301
3301
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3302
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3302
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3303
3303
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3304
3304
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3305
3305
|
} | null)[] | null | undefined;
|
|
3306
3306
|
buy?: ({
|
|
3307
3307
|
__typename?: "WatchProvider" | undefined;
|
|
3308
3308
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3309
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3309
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3310
3310
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3311
3311
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3312
3312
|
} | null)[] | null | undefined;
|
|
3313
3313
|
flatrate?: ({
|
|
3314
3314
|
__typename?: "WatchProvider" | undefined;
|
|
3315
3315
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3316
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3316
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3317
3317
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3318
3318
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3319
3319
|
} | null)[] | null | undefined;
|
|
3320
3320
|
free?: ({
|
|
3321
3321
|
__typename?: "WatchProvider" | undefined;
|
|
3322
3322
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3323
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3323
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3324
3324
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3325
3325
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3326
3326
|
} | null)[] | null | undefined;
|
|
3327
3327
|
rent?: ({
|
|
3328
3328
|
__typename?: "WatchProvider" | undefined;
|
|
3329
3329
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3330
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3330
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3331
3331
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3332
3332
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3333
3333
|
} | null)[] | null | undefined;
|
|
@@ -3337,35 +3337,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3337
3337
|
ads?: ({
|
|
3338
3338
|
__typename?: "WatchProvider" | undefined;
|
|
3339
3339
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3340
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3340
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3341
3341
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3342
3342
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3343
3343
|
} | null)[] | null | undefined;
|
|
3344
3344
|
buy?: ({
|
|
3345
3345
|
__typename?: "WatchProvider" | undefined;
|
|
3346
3346
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3347
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3347
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3348
3348
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3349
3349
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3350
3350
|
} | null)[] | null | undefined;
|
|
3351
3351
|
flatrate?: ({
|
|
3352
3352
|
__typename?: "WatchProvider" | undefined;
|
|
3353
3353
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3354
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3354
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3355
3355
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3356
3356
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3357
3357
|
} | null)[] | null | undefined;
|
|
3358
3358
|
free?: ({
|
|
3359
3359
|
__typename?: "WatchProvider" | undefined;
|
|
3360
3360
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3361
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3361
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3362
3362
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3363
3363
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3364
3364
|
} | null)[] | null | undefined;
|
|
3365
3365
|
rent?: ({
|
|
3366
3366
|
__typename?: "WatchProvider" | undefined;
|
|
3367
3367
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3368
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3368
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3369
3369
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3370
3370
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3371
3371
|
} | null)[] | null | undefined;
|
|
@@ -3375,35 +3375,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3375
3375
|
ads?: ({
|
|
3376
3376
|
__typename?: "WatchProvider" | undefined;
|
|
3377
3377
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3378
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3378
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3379
3379
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3380
3380
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3381
3381
|
} | null)[] | null | undefined;
|
|
3382
3382
|
buy?: ({
|
|
3383
3383
|
__typename?: "WatchProvider" | undefined;
|
|
3384
3384
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3385
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3385
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3386
3386
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3387
3387
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3388
3388
|
} | null)[] | null | undefined;
|
|
3389
3389
|
flatrate?: ({
|
|
3390
3390
|
__typename?: "WatchProvider" | undefined;
|
|
3391
3391
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3392
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3392
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3393
3393
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3394
3394
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3395
3395
|
} | null)[] | null | undefined;
|
|
3396
3396
|
free?: ({
|
|
3397
3397
|
__typename?: "WatchProvider" | undefined;
|
|
3398
3398
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3399
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3399
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3400
3400
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3401
3401
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3402
3402
|
} | null)[] | null | undefined;
|
|
3403
3403
|
rent?: ({
|
|
3404
3404
|
__typename?: "WatchProvider" | undefined;
|
|
3405
3405
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3406
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3406
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3407
3407
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3408
3408
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3409
3409
|
} | null)[] | null | undefined;
|
|
@@ -3413,35 +3413,35 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3413
3413
|
ads?: ({
|
|
3414
3414
|
__typename?: "WatchProvider" | undefined;
|
|
3415
3415
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3416
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3416
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3417
3417
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3418
3418
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3419
3419
|
} | null)[] | null | undefined;
|
|
3420
3420
|
buy?: ({
|
|
3421
3421
|
__typename?: "WatchProvider" | undefined;
|
|
3422
3422
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3423
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3423
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3424
3424
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3425
3425
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3426
3426
|
} | null)[] | null | undefined;
|
|
3427
3427
|
flatrate?: ({
|
|
3428
3428
|
__typename?: "WatchProvider" | undefined;
|
|
3429
3429
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3430
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3430
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3431
3431
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3432
3432
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3433
3433
|
} | null)[] | null | undefined;
|
|
3434
3434
|
free?: ({
|
|
3435
3435
|
__typename?: "WatchProvider" | undefined;
|
|
3436
3436
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3437
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3437
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3438
3438
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3439
3439
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3440
3440
|
} | null)[] | null | undefined;
|
|
3441
3441
|
rent?: ({
|
|
3442
3442
|
__typename?: "WatchProvider" | undefined;
|
|
3443
3443
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3444
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3444
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3445
3445
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3446
3446
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3447
3447
|
} | null)[] | null | undefined;
|
|
@@ -3479,7 +3479,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3479
3479
|
budget?: number | undefined;
|
|
3480
3480
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3481
3481
|
production_companies?: ({
|
|
3482
|
-
id:
|
|
3482
|
+
id: number;
|
|
3483
3483
|
__typename?: "Company" | undefined;
|
|
3484
3484
|
alternative_names?: ({
|
|
3485
3485
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -3526,12 +3526,12 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3526
3526
|
alternative_titles?: Omit<import("../types.cts").RawMovieAlternativeTitles, "id"> | undefined;
|
|
3527
3527
|
credits?: Omit<{
|
|
3528
3528
|
cast?: ({
|
|
3529
|
-
id:
|
|
3529
|
+
id: number;
|
|
3530
3530
|
__typename?: "Cast" | undefined;
|
|
3531
3531
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
3532
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3532
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3533
3533
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3534
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
3534
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3535
3535
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3536
3536
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3537
3537
|
name: string;
|
|
@@ -3541,10 +3541,10 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3541
3541
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3542
3542
|
} | null)[] | null | undefined;
|
|
3543
3543
|
crew?: ({
|
|
3544
|
-
id:
|
|
3544
|
+
id: number;
|
|
3545
3545
|
__typename?: "Crew" | undefined;
|
|
3546
3546
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
3547
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
3547
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3548
3548
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3549
3549
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3550
3550
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -3554,7 +3554,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3554
3554
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3555
3555
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3556
3556
|
} | null)[] | null | undefined;
|
|
3557
|
-
id:
|
|
3557
|
+
id: number;
|
|
3558
3558
|
}, "id"> | undefined;
|
|
3559
3559
|
external_ids?: {
|
|
3560
3560
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -3589,7 +3589,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
3589
3589
|
iso_3166_1: string;
|
|
3590
3590
|
name: string;
|
|
3591
3591
|
} | null)[] | null | undefined;
|
|
3592
|
-
id:
|
|
3592
|
+
id: number;
|
|
3593
3593
|
}, "id"> | undefined;
|
|
3594
3594
|
videos?: Omit<import("../types.cts").RawMovieVideos, "id"> | undefined;
|
|
3595
3595
|
'watch/providers'?: import("../types.cts").RawWatchProviders | undefined;
|