@tmdb-graphql-api/resolvers 0.0.32 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/production.analysis.txt +297 -297
- package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +2 -3
- package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts.map +1 -1
- package/dist/types/cjs/queries/collection.d.cts +387 -387
- package/dist/types/cjs/queries/company.d.cts +1 -1
- package/dist/types/cjs/queries/credit.d.cts +472 -468
- package/dist/types/cjs/queries/credit.d.cts.map +1 -1
- package/dist/types/cjs/queries/episode.d.cts +13 -12
- package/dist/types/cjs/queries/episode.d.cts.map +1 -1
- package/dist/types/cjs/queries/episodeCredits.d.cts +5 -5
- package/dist/types/cjs/queries/episodeVideos.d.cts +1 -1
- package/dist/types/cjs/queries/find.d.cts +197 -197
- package/dist/types/cjs/queries/genres.d.cts +1 -1
- package/dist/types/cjs/queries/keyword.d.cts +1 -1
- package/dist/types/cjs/queries/movie.d.cts +398 -398
- package/dist/types/cjs/queries/movieCredits.d.cts +5 -5
- package/dist/types/cjs/queries/movieRecommendations.d.cts +203 -203
- package/dist/types/cjs/queries/movieReviews.d.cts +203 -203
- package/dist/types/cjs/queries/movieSimilarMovies.d.cts +203 -203
- package/dist/types/cjs/queries/movieVideos.d.cts +1 -1
- package/dist/types/cjs/queries/movieWatchProviders.d.cts +180 -180
- package/dist/types/cjs/queries/network.d.cts +1 -1
- package/dist/types/cjs/queries/person.d.cts +2 -2
- package/dist/types/cjs/queries/review.d.cts +2 -2
- package/dist/types/cjs/queries/season.d.cts +34 -31
- package/dist/types/cjs/queries/season.d.cts.map +1 -1
- package/dist/types/cjs/queries/seasonCredits.d.cts +5 -5
- package/dist/types/cjs/queries/seasonVideos.d.cts +1 -1
- package/dist/types/cjs/queries/tv.d.cts +1167 -1144
- package/dist/types/cjs/queries/tv.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvCredits.d.cts +5 -5
- package/dist/types/cjs/queries/tvEpisodeGroups.d.cts +2 -2
- package/dist/types/cjs/queries/tvKeywords.d.cts +1 -1
- package/dist/types/cjs/queries/tvRecommendations.d.cts +594 -582
- package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvReviews.d.cts +594 -582
- package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +594 -582
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvVideos.d.cts +1 -1
- package/dist/types/cjs/queries/tvWatchProviders.d.cts +180 -180
- package/dist/types/cjs/types.d.cts +2 -0
- package/dist/types/cjs/types.d.cts.map +1 -1
- package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +2 -3
- package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts.map +1 -1
- package/dist/types/esm/queries/collection.d.ts +387 -387
- package/dist/types/esm/queries/company.d.ts +1 -1
- package/dist/types/esm/queries/credit.d.ts +472 -468
- package/dist/types/esm/queries/credit.d.ts.map +1 -1
- package/dist/types/esm/queries/episode.d.ts +13 -12
- package/dist/types/esm/queries/episode.d.ts.map +1 -1
- package/dist/types/esm/queries/episodeCredits.d.ts +5 -5
- package/dist/types/esm/queries/episodeVideos.d.ts +1 -1
- package/dist/types/esm/queries/find.d.ts +197 -197
- package/dist/types/esm/queries/genres.d.ts +1 -1
- package/dist/types/esm/queries/keyword.d.ts +1 -1
- package/dist/types/esm/queries/movie.d.ts +398 -398
- package/dist/types/esm/queries/movieCredits.d.ts +5 -5
- package/dist/types/esm/queries/movieRecommendations.d.ts +203 -203
- package/dist/types/esm/queries/movieReviews.d.ts +203 -203
- package/dist/types/esm/queries/movieSimilarMovies.d.ts +203 -203
- package/dist/types/esm/queries/movieVideos.d.ts +1 -1
- package/dist/types/esm/queries/movieWatchProviders.d.ts +180 -180
- package/dist/types/esm/queries/network.d.ts +1 -1
- package/dist/types/esm/queries/person.d.ts +2 -2
- package/dist/types/esm/queries/review.d.ts +2 -2
- package/dist/types/esm/queries/season.d.ts +34 -31
- package/dist/types/esm/queries/season.d.ts.map +1 -1
- package/dist/types/esm/queries/seasonCredits.d.ts +5 -5
- package/dist/types/esm/queries/seasonVideos.d.ts +1 -1
- package/dist/types/esm/queries/tv.d.ts +1167 -1144
- package/dist/types/esm/queries/tv.d.ts.map +1 -1
- package/dist/types/esm/queries/tvCredits.d.ts +5 -5
- package/dist/types/esm/queries/tvEpisodeGroups.d.ts +2 -2
- package/dist/types/esm/queries/tvKeywords.d.ts +1 -1
- package/dist/types/esm/queries/tvRecommendations.d.ts +594 -582
- package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
- package/dist/types/esm/queries/tvReviews.d.ts +594 -582
- package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts +594 -582
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts.map +1 -1
- package/dist/types/esm/queries/tvVideos.d.ts +1 -1
- package/dist/types/esm/queries/tvWatchProviders.d.ts +180 -180
- package/dist/types/esm/types.d.ts +2 -0
- package/dist/types/esm/types.d.ts.map +1 -1
- package/dist/types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/helpers/__snapshots__/typePropNames.test.ts.snap +2 -0
- package/src/helpers/getTvIdSeasonAndEpisode.ts +6 -10
- package/src/queries/__snapshots__/episode.test.ts.snap +2 -1
- package/src/queries/__snapshots__/season.test.ts.snap +2 -1
- package/src/queries/episode.test.ts +2 -2
- package/src/queries/episode.ts +7 -7
- package/src/queries/episodeCredits.test.ts +15 -5
- package/src/queries/episodeExternalIds.test.ts +13 -3
- package/src/queries/episodeStills.test.ts +13 -3
- package/src/queries/episodeTranslations.test.ts +13 -3
- package/src/queries/episodeVideos.test.ts +13 -3
- package/src/queries/movieReviews.ts +1 -1
- package/src/queries/movieSimilarMovies.ts +1 -1
- package/src/queries/season.test.ts +2 -2
- package/src/queries/season.ts +6 -6
- package/src/queries/tvRecommendations.ts +1 -1
- package/src/queries/tvReviews.ts +1 -1
- package/src/queries/tvSimilarTvShows.ts +1 -1
- package/src/types.ts +9 -2
|
@@ -2,13 +2,13 @@ import { type QueryCreditArgs } from '@tmdb-graphql-api/schema/types';
|
|
|
2
2
|
import { type GraphQLResolveInfo } from 'graphql';
|
|
3
3
|
import { type Context } from '../types.ts';
|
|
4
4
|
export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, { requestID, restClient, setCacheMetadata, tmdbGuestSessionId }: Context, { fieldNodes }: GraphQLResolveInfo) => Promise<{
|
|
5
|
-
id:
|
|
5
|
+
id: number;
|
|
6
6
|
__typename?: "Credit" | undefined;
|
|
7
7
|
credit_type: string;
|
|
8
8
|
department: string;
|
|
9
9
|
job: string;
|
|
10
10
|
media: {
|
|
11
|
-
id:
|
|
11
|
+
id: number;
|
|
12
12
|
__typename?: "Movie" | undefined;
|
|
13
13
|
adult: boolean;
|
|
14
14
|
alternative_titles?: ({
|
|
@@ -31,7 +31,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
31
31
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
32
32
|
} | null)[] | null | undefined;
|
|
33
33
|
belongs_to_collection?: {
|
|
34
|
-
id:
|
|
34
|
+
id: number;
|
|
35
35
|
__typename?: "Collection" | undefined;
|
|
36
36
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
37
37
|
backdrops?: ({
|
|
@@ -78,12 +78,12 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
78
78
|
} | null | undefined;
|
|
79
79
|
budget: number;
|
|
80
80
|
cast?: ({
|
|
81
|
-
id:
|
|
81
|
+
id: number;
|
|
82
82
|
__typename?: "Cast" | undefined;
|
|
83
83
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
84
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
84
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
85
85
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
86
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
86
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
87
87
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
88
88
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
89
89
|
name: string;
|
|
@@ -93,10 +93,10 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
93
93
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
94
94
|
} | null)[] | null | undefined;
|
|
95
95
|
crew?: ({
|
|
96
|
-
id:
|
|
96
|
+
id: number;
|
|
97
97
|
__typename?: "Crew" | undefined;
|
|
98
98
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
99
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
99
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
100
100
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
101
101
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
102
102
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -118,7 +118,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
118
118
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
119
119
|
} | null | undefined;
|
|
120
120
|
genres: ({
|
|
121
|
-
id:
|
|
121
|
+
id: number;
|
|
122
122
|
__typename?: "Genre" | undefined;
|
|
123
123
|
name: string;
|
|
124
124
|
} | null)[];
|
|
@@ -126,7 +126,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
126
126
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
127
127
|
keywords?: ({
|
|
128
128
|
__typename?: "Keyword" | undefined;
|
|
129
|
-
id:
|
|
129
|
+
id: number;
|
|
130
130
|
name: string;
|
|
131
131
|
} | null)[] | null | undefined;
|
|
132
132
|
logos?: ({
|
|
@@ -158,7 +158,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
158
158
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
159
159
|
} | null)[] | null | undefined;
|
|
160
160
|
production_companies: ({
|
|
161
|
-
id:
|
|
161
|
+
id: number;
|
|
162
162
|
__typename?: "Company" | undefined;
|
|
163
163
|
alternative_names?: ({
|
|
164
164
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -236,7 +236,6 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
236
236
|
__typename?: "ReviewEdge" | undefined;
|
|
237
237
|
cursor: string;
|
|
238
238
|
node: {
|
|
239
|
-
id: string | number;
|
|
240
239
|
__typename?: "Review" | undefined;
|
|
241
240
|
author: string;
|
|
242
241
|
author_details?: {
|
|
@@ -248,6 +247,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
248
247
|
} | null | undefined;
|
|
249
248
|
content: string;
|
|
250
249
|
created_at: string;
|
|
250
|
+
id: string;
|
|
251
251
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
252
252
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
253
253
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -255,7 +255,6 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
255
255
|
};
|
|
256
256
|
} | null)[] | null | undefined;
|
|
257
257
|
nodes?: ({
|
|
258
|
-
id: string | number;
|
|
259
258
|
__typename?: "Review" | undefined;
|
|
260
259
|
author: string;
|
|
261
260
|
author_details?: {
|
|
@@ -267,6 +266,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
267
266
|
} | null | undefined;
|
|
268
267
|
content: string;
|
|
269
268
|
created_at: string;
|
|
269
|
+
id: string;
|
|
270
270
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
271
271
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
272
272
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -318,7 +318,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
318
318
|
} | null)[] | null | undefined;
|
|
319
319
|
video: boolean;
|
|
320
320
|
videos?: ({
|
|
321
|
-
id:
|
|
321
|
+
id: number;
|
|
322
322
|
__typename?: "Video" | undefined;
|
|
323
323
|
iso_639_1: string;
|
|
324
324
|
iso_3166_1: string;
|
|
@@ -337,35 +337,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
337
337
|
ads?: ({
|
|
338
338
|
__typename?: "WatchProvider" | undefined;
|
|
339
339
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
340
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
340
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
341
341
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
342
342
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
343
343
|
} | null)[] | null | undefined;
|
|
344
344
|
buy?: ({
|
|
345
345
|
__typename?: "WatchProvider" | undefined;
|
|
346
346
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
347
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
347
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
348
348
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
349
349
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
350
350
|
} | null)[] | null | undefined;
|
|
351
351
|
flatrate?: ({
|
|
352
352
|
__typename?: "WatchProvider" | undefined;
|
|
353
353
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
354
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
354
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
355
355
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
356
356
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
357
357
|
} | null)[] | null | undefined;
|
|
358
358
|
free?: ({
|
|
359
359
|
__typename?: "WatchProvider" | undefined;
|
|
360
360
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
361
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
361
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
362
362
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
363
363
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
364
364
|
} | null)[] | null | undefined;
|
|
365
365
|
rent?: ({
|
|
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;
|
|
@@ -375,35 +375,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
375
375
|
ads?: ({
|
|
376
376
|
__typename?: "WatchProvider" | undefined;
|
|
377
377
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
378
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
378
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
379
379
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
380
380
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
381
381
|
} | null)[] | null | undefined;
|
|
382
382
|
buy?: ({
|
|
383
383
|
__typename?: "WatchProvider" | undefined;
|
|
384
384
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
385
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
385
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
386
386
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
387
387
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
388
388
|
} | null)[] | null | undefined;
|
|
389
389
|
flatrate?: ({
|
|
390
390
|
__typename?: "WatchProvider" | undefined;
|
|
391
391
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
392
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
392
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
393
393
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
394
394
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
395
395
|
} | null)[] | null | undefined;
|
|
396
396
|
free?: ({
|
|
397
397
|
__typename?: "WatchProvider" | undefined;
|
|
398
398
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
399
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
399
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
400
400
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
401
401
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
402
402
|
} | null)[] | null | undefined;
|
|
403
403
|
rent?: ({
|
|
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;
|
|
@@ -413,35 +413,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
413
413
|
ads?: ({
|
|
414
414
|
__typename?: "WatchProvider" | undefined;
|
|
415
415
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
416
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
416
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
417
417
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
418
418
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
419
419
|
} | null)[] | null | undefined;
|
|
420
420
|
buy?: ({
|
|
421
421
|
__typename?: "WatchProvider" | undefined;
|
|
422
422
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
423
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
423
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
424
424
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
425
425
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
426
426
|
} | null)[] | null | undefined;
|
|
427
427
|
flatrate?: ({
|
|
428
428
|
__typename?: "WatchProvider" | undefined;
|
|
429
429
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
430
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
430
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
431
431
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
432
432
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
433
433
|
} | null)[] | null | undefined;
|
|
434
434
|
free?: ({
|
|
435
435
|
__typename?: "WatchProvider" | undefined;
|
|
436
436
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
437
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
437
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
438
438
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
439
439
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
440
440
|
} | null)[] | null | undefined;
|
|
441
441
|
rent?: ({
|
|
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;
|
|
@@ -451,35 +451,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
451
451
|
ads?: ({
|
|
452
452
|
__typename?: "WatchProvider" | undefined;
|
|
453
453
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
454
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
454
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
455
455
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
456
456
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
457
457
|
} | null)[] | null | undefined;
|
|
458
458
|
buy?: ({
|
|
459
459
|
__typename?: "WatchProvider" | undefined;
|
|
460
460
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
461
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
461
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
462
462
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
463
463
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
464
464
|
} | null)[] | null | undefined;
|
|
465
465
|
flatrate?: ({
|
|
466
466
|
__typename?: "WatchProvider" | undefined;
|
|
467
467
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
468
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
468
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
469
469
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
470
470
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
471
471
|
} | null)[] | null | undefined;
|
|
472
472
|
free?: ({
|
|
473
473
|
__typename?: "WatchProvider" | undefined;
|
|
474
474
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
475
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
475
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
476
476
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
477
477
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
478
478
|
} | null)[] | null | undefined;
|
|
479
479
|
rent?: ({
|
|
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;
|
|
@@ -489,35 +489,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
489
489
|
ads?: ({
|
|
490
490
|
__typename?: "WatchProvider" | undefined;
|
|
491
491
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
492
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
492
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
493
493
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
494
494
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
495
495
|
} | null)[] | null | undefined;
|
|
496
496
|
buy?: ({
|
|
497
497
|
__typename?: "WatchProvider" | undefined;
|
|
498
498
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
499
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
499
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
500
500
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
501
501
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
502
502
|
} | null)[] | null | undefined;
|
|
503
503
|
flatrate?: ({
|
|
504
504
|
__typename?: "WatchProvider" | undefined;
|
|
505
505
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
506
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
506
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
507
507
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
508
508
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
509
509
|
} | null)[] | null | undefined;
|
|
510
510
|
free?: ({
|
|
511
511
|
__typename?: "WatchProvider" | undefined;
|
|
512
512
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
513
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
513
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
514
514
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
515
515
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
516
516
|
} | null)[] | null | undefined;
|
|
517
517
|
rent?: ({
|
|
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;
|
|
@@ -527,35 +527,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
527
527
|
ads?: ({
|
|
528
528
|
__typename?: "WatchProvider" | undefined;
|
|
529
529
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
530
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
530
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
531
531
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
532
532
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
533
533
|
} | null)[] | null | undefined;
|
|
534
534
|
buy?: ({
|
|
535
535
|
__typename?: "WatchProvider" | undefined;
|
|
536
536
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
537
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
537
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
538
538
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
539
539
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
540
540
|
} | null)[] | null | undefined;
|
|
541
541
|
flatrate?: ({
|
|
542
542
|
__typename?: "WatchProvider" | undefined;
|
|
543
543
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
544
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
544
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
545
545
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
546
546
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
547
547
|
} | null)[] | null | undefined;
|
|
548
548
|
free?: ({
|
|
549
549
|
__typename?: "WatchProvider" | undefined;
|
|
550
550
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
551
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
551
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
552
552
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
553
553
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
554
554
|
} | null)[] | null | undefined;
|
|
555
555
|
rent?: ({
|
|
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;
|
|
@@ -565,35 +565,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
565
565
|
ads?: ({
|
|
566
566
|
__typename?: "WatchProvider" | undefined;
|
|
567
567
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
568
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
568
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
569
569
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
570
570
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
571
571
|
} | null)[] | null | undefined;
|
|
572
572
|
buy?: ({
|
|
573
573
|
__typename?: "WatchProvider" | undefined;
|
|
574
574
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
575
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
575
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
576
576
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
577
577
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
578
578
|
} | null)[] | null | undefined;
|
|
579
579
|
flatrate?: ({
|
|
580
580
|
__typename?: "WatchProvider" | undefined;
|
|
581
581
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
582
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
582
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
583
583
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
584
584
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
585
585
|
} | null)[] | null | undefined;
|
|
586
586
|
free?: ({
|
|
587
587
|
__typename?: "WatchProvider" | undefined;
|
|
588
588
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
589
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
589
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
590
590
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
591
591
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
592
592
|
} | null)[] | null | undefined;
|
|
593
593
|
rent?: ({
|
|
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;
|
|
@@ -603,35 +603,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
603
603
|
ads?: ({
|
|
604
604
|
__typename?: "WatchProvider" | undefined;
|
|
605
605
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
606
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
606
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
607
607
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
608
608
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
609
609
|
} | null)[] | null | undefined;
|
|
610
610
|
buy?: ({
|
|
611
611
|
__typename?: "WatchProvider" | undefined;
|
|
612
612
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
613
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
613
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
614
614
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
615
615
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
616
616
|
} | null)[] | null | undefined;
|
|
617
617
|
flatrate?: ({
|
|
618
618
|
__typename?: "WatchProvider" | undefined;
|
|
619
619
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
620
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
620
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
621
621
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
622
622
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
623
623
|
} | null)[] | null | undefined;
|
|
624
624
|
free?: ({
|
|
625
625
|
__typename?: "WatchProvider" | undefined;
|
|
626
626
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
627
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
627
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
628
628
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
629
629
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
630
630
|
} | null)[] | null | undefined;
|
|
631
631
|
rent?: ({
|
|
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;
|
|
@@ -641,35 +641,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
641
641
|
ads?: ({
|
|
642
642
|
__typename?: "WatchProvider" | undefined;
|
|
643
643
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
644
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
644
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
645
645
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
646
646
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
647
647
|
} | null)[] | null | undefined;
|
|
648
648
|
buy?: ({
|
|
649
649
|
__typename?: "WatchProvider" | undefined;
|
|
650
650
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
651
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
651
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
652
652
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
653
653
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
654
654
|
} | null)[] | null | undefined;
|
|
655
655
|
flatrate?: ({
|
|
656
656
|
__typename?: "WatchProvider" | undefined;
|
|
657
657
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
658
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
658
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
659
659
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
660
660
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
661
661
|
} | null)[] | null | undefined;
|
|
662
662
|
free?: ({
|
|
663
663
|
__typename?: "WatchProvider" | undefined;
|
|
664
664
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
665
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
665
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
666
666
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
667
667
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
668
668
|
} | null)[] | null | undefined;
|
|
669
669
|
rent?: ({
|
|
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;
|
|
@@ -679,35 +679,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
679
679
|
ads?: ({
|
|
680
680
|
__typename?: "WatchProvider" | undefined;
|
|
681
681
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
682
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
682
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
683
683
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
684
684
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
685
685
|
} | null)[] | null | undefined;
|
|
686
686
|
buy?: ({
|
|
687
687
|
__typename?: "WatchProvider" | undefined;
|
|
688
688
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
689
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
689
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
690
690
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
691
691
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
692
692
|
} | null)[] | null | undefined;
|
|
693
693
|
flatrate?: ({
|
|
694
694
|
__typename?: "WatchProvider" | undefined;
|
|
695
695
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
696
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
696
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
697
697
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
698
698
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
699
699
|
} | null)[] | null | undefined;
|
|
700
700
|
free?: ({
|
|
701
701
|
__typename?: "WatchProvider" | undefined;
|
|
702
702
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
703
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
703
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
704
704
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
705
705
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
706
706
|
} | null)[] | null | undefined;
|
|
707
707
|
rent?: ({
|
|
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;
|
|
@@ -717,35 +717,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
717
717
|
ads?: ({
|
|
718
718
|
__typename?: "WatchProvider" | undefined;
|
|
719
719
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
720
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
720
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
721
721
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
722
722
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
723
723
|
} | null)[] | null | undefined;
|
|
724
724
|
buy?: ({
|
|
725
725
|
__typename?: "WatchProvider" | undefined;
|
|
726
726
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
727
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
727
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
728
728
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
729
729
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
730
730
|
} | null)[] | null | undefined;
|
|
731
731
|
flatrate?: ({
|
|
732
732
|
__typename?: "WatchProvider" | undefined;
|
|
733
733
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
734
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
734
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
735
735
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
736
736
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
737
737
|
} | null)[] | null | undefined;
|
|
738
738
|
free?: ({
|
|
739
739
|
__typename?: "WatchProvider" | undefined;
|
|
740
740
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
741
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
741
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
742
742
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
743
743
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
744
744
|
} | null)[] | null | undefined;
|
|
745
745
|
rent?: ({
|
|
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;
|
|
@@ -755,35 +755,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
755
755
|
ads?: ({
|
|
756
756
|
__typename?: "WatchProvider" | undefined;
|
|
757
757
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
758
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
758
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
759
759
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
760
760
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
761
761
|
} | null)[] | null | undefined;
|
|
762
762
|
buy?: ({
|
|
763
763
|
__typename?: "WatchProvider" | undefined;
|
|
764
764
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
765
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
765
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
766
766
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
767
767
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
768
768
|
} | null)[] | null | undefined;
|
|
769
769
|
flatrate?: ({
|
|
770
770
|
__typename?: "WatchProvider" | undefined;
|
|
771
771
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
772
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
772
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
773
773
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
774
774
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
775
775
|
} | null)[] | null | undefined;
|
|
776
776
|
free?: ({
|
|
777
777
|
__typename?: "WatchProvider" | undefined;
|
|
778
778
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
779
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
779
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
780
780
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
781
781
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
782
782
|
} | null)[] | null | undefined;
|
|
783
783
|
rent?: ({
|
|
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;
|
|
@@ -793,35 +793,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
793
793
|
ads?: ({
|
|
794
794
|
__typename?: "WatchProvider" | undefined;
|
|
795
795
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
796
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
796
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
797
797
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
798
798
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
799
799
|
} | null)[] | null | undefined;
|
|
800
800
|
buy?: ({
|
|
801
801
|
__typename?: "WatchProvider" | undefined;
|
|
802
802
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
803
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
803
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
804
804
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
805
805
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
806
806
|
} | null)[] | null | undefined;
|
|
807
807
|
flatrate?: ({
|
|
808
808
|
__typename?: "WatchProvider" | undefined;
|
|
809
809
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
810
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
810
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
811
811
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
812
812
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
813
813
|
} | null)[] | null | undefined;
|
|
814
814
|
free?: ({
|
|
815
815
|
__typename?: "WatchProvider" | undefined;
|
|
816
816
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
817
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
817
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
818
818
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
819
819
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
820
820
|
} | null)[] | null | undefined;
|
|
821
821
|
rent?: ({
|
|
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;
|
|
@@ -831,35 +831,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
831
831
|
ads?: ({
|
|
832
832
|
__typename?: "WatchProvider" | undefined;
|
|
833
833
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
834
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
834
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
835
835
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
836
836
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
837
837
|
} | null)[] | null | undefined;
|
|
838
838
|
buy?: ({
|
|
839
839
|
__typename?: "WatchProvider" | undefined;
|
|
840
840
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
841
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
841
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
842
842
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
843
843
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
844
844
|
} | null)[] | null | undefined;
|
|
845
845
|
flatrate?: ({
|
|
846
846
|
__typename?: "WatchProvider" | undefined;
|
|
847
847
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
848
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
848
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
849
849
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
850
850
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
851
851
|
} | null)[] | null | undefined;
|
|
852
852
|
free?: ({
|
|
853
853
|
__typename?: "WatchProvider" | undefined;
|
|
854
854
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
855
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
855
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
856
856
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
857
857
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
858
858
|
} | null)[] | null | undefined;
|
|
859
859
|
rent?: ({
|
|
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;
|
|
@@ -869,35 +869,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
869
869
|
ads?: ({
|
|
870
870
|
__typename?: "WatchProvider" | undefined;
|
|
871
871
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
872
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
872
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
873
873
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
874
874
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
875
875
|
} | null)[] | null | undefined;
|
|
876
876
|
buy?: ({
|
|
877
877
|
__typename?: "WatchProvider" | undefined;
|
|
878
878
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
879
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
879
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
880
880
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
881
881
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
882
882
|
} | null)[] | null | undefined;
|
|
883
883
|
flatrate?: ({
|
|
884
884
|
__typename?: "WatchProvider" | undefined;
|
|
885
885
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
886
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
886
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
887
887
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
888
888
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
889
889
|
} | null)[] | null | undefined;
|
|
890
890
|
free?: ({
|
|
891
891
|
__typename?: "WatchProvider" | undefined;
|
|
892
892
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
893
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
893
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
894
894
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
895
895
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
896
896
|
} | null)[] | null | undefined;
|
|
897
897
|
rent?: ({
|
|
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;
|
|
@@ -907,35 +907,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
907
907
|
ads?: ({
|
|
908
908
|
__typename?: "WatchProvider" | undefined;
|
|
909
909
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
910
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
910
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
911
911
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
912
912
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
913
913
|
} | null)[] | null | undefined;
|
|
914
914
|
buy?: ({
|
|
915
915
|
__typename?: "WatchProvider" | undefined;
|
|
916
916
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
917
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
917
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
918
918
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
919
919
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
920
920
|
} | null)[] | null | undefined;
|
|
921
921
|
flatrate?: ({
|
|
922
922
|
__typename?: "WatchProvider" | undefined;
|
|
923
923
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
924
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
924
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
925
925
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
926
926
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
927
927
|
} | null)[] | null | undefined;
|
|
928
928
|
free?: ({
|
|
929
929
|
__typename?: "WatchProvider" | undefined;
|
|
930
930
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
931
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
931
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
932
932
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
933
933
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
934
934
|
} | null)[] | null | undefined;
|
|
935
935
|
rent?: ({
|
|
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;
|
|
@@ -945,35 +945,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
945
945
|
ads?: ({
|
|
946
946
|
__typename?: "WatchProvider" | undefined;
|
|
947
947
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
948
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
948
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
949
949
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
950
950
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
951
951
|
} | null)[] | null | undefined;
|
|
952
952
|
buy?: ({
|
|
953
953
|
__typename?: "WatchProvider" | undefined;
|
|
954
954
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
955
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
955
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
956
956
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
957
957
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
958
958
|
} | null)[] | null | undefined;
|
|
959
959
|
flatrate?: ({
|
|
960
960
|
__typename?: "WatchProvider" | undefined;
|
|
961
961
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
962
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
962
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
963
963
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
964
964
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
965
965
|
} | null)[] | null | undefined;
|
|
966
966
|
free?: ({
|
|
967
967
|
__typename?: "WatchProvider" | undefined;
|
|
968
968
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
969
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
969
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
970
970
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
971
971
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
972
972
|
} | null)[] | null | undefined;
|
|
973
973
|
rent?: ({
|
|
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;
|
|
@@ -983,35 +983,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
983
983
|
ads?: ({
|
|
984
984
|
__typename?: "WatchProvider" | undefined;
|
|
985
985
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
986
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
986
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
987
987
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
988
988
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
989
989
|
} | null)[] | null | undefined;
|
|
990
990
|
buy?: ({
|
|
991
991
|
__typename?: "WatchProvider" | undefined;
|
|
992
992
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
993
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
993
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
994
994
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
995
995
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
996
996
|
} | null)[] | null | undefined;
|
|
997
997
|
flatrate?: ({
|
|
998
998
|
__typename?: "WatchProvider" | undefined;
|
|
999
999
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1000
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1000
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1001
1001
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1002
1002
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1003
1003
|
} | null)[] | null | undefined;
|
|
1004
1004
|
free?: ({
|
|
1005
1005
|
__typename?: "WatchProvider" | undefined;
|
|
1006
1006
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1007
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1007
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1008
1008
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1009
1009
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1010
1010
|
} | null)[] | null | undefined;
|
|
1011
1011
|
rent?: ({
|
|
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;
|
|
@@ -1021,35 +1021,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1021
1021
|
ads?: ({
|
|
1022
1022
|
__typename?: "WatchProvider" | undefined;
|
|
1023
1023
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1024
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1024
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1025
1025
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1026
1026
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1027
1027
|
} | null)[] | null | undefined;
|
|
1028
1028
|
buy?: ({
|
|
1029
1029
|
__typename?: "WatchProvider" | undefined;
|
|
1030
1030
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1031
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1031
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1032
1032
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1033
1033
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1034
1034
|
} | null)[] | null | undefined;
|
|
1035
1035
|
flatrate?: ({
|
|
1036
1036
|
__typename?: "WatchProvider" | undefined;
|
|
1037
1037
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1038
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1038
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1039
1039
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1040
1040
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1041
1041
|
} | null)[] | null | undefined;
|
|
1042
1042
|
free?: ({
|
|
1043
1043
|
__typename?: "WatchProvider" | undefined;
|
|
1044
1044
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1045
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1045
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1046
1046
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1047
1047
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1048
1048
|
} | null)[] | null | undefined;
|
|
1049
1049
|
rent?: ({
|
|
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;
|
|
@@ -1059,35 +1059,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1059
1059
|
ads?: ({
|
|
1060
1060
|
__typename?: "WatchProvider" | undefined;
|
|
1061
1061
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1062
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1062
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1063
1063
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1064
1064
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1065
1065
|
} | null)[] | null | undefined;
|
|
1066
1066
|
buy?: ({
|
|
1067
1067
|
__typename?: "WatchProvider" | undefined;
|
|
1068
1068
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1069
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1069
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1070
1070
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1071
1071
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1072
1072
|
} | null)[] | null | undefined;
|
|
1073
1073
|
flatrate?: ({
|
|
1074
1074
|
__typename?: "WatchProvider" | undefined;
|
|
1075
1075
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1076
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1076
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1077
1077
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1078
1078
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1079
1079
|
} | null)[] | null | undefined;
|
|
1080
1080
|
free?: ({
|
|
1081
1081
|
__typename?: "WatchProvider" | undefined;
|
|
1082
1082
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1083
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1083
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1084
1084
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1085
1085
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1086
1086
|
} | null)[] | null | undefined;
|
|
1087
1087
|
rent?: ({
|
|
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;
|
|
@@ -1097,35 +1097,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1097
1097
|
ads?: ({
|
|
1098
1098
|
__typename?: "WatchProvider" | undefined;
|
|
1099
1099
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1100
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1100
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1101
1101
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1102
1102
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1103
1103
|
} | null)[] | null | undefined;
|
|
1104
1104
|
buy?: ({
|
|
1105
1105
|
__typename?: "WatchProvider" | undefined;
|
|
1106
1106
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1107
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1107
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1108
1108
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1109
1109
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1110
1110
|
} | null)[] | null | undefined;
|
|
1111
1111
|
flatrate?: ({
|
|
1112
1112
|
__typename?: "WatchProvider" | undefined;
|
|
1113
1113
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1114
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1114
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1115
1115
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1116
1116
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1117
1117
|
} | null)[] | null | undefined;
|
|
1118
1118
|
free?: ({
|
|
1119
1119
|
__typename?: "WatchProvider" | undefined;
|
|
1120
1120
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1121
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1121
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1122
1122
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1123
1123
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1124
1124
|
} | null)[] | null | undefined;
|
|
1125
1125
|
rent?: ({
|
|
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;
|
|
@@ -1135,35 +1135,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1135
1135
|
ads?: ({
|
|
1136
1136
|
__typename?: "WatchProvider" | undefined;
|
|
1137
1137
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1138
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1138
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1139
1139
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1140
1140
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1141
1141
|
} | null)[] | null | undefined;
|
|
1142
1142
|
buy?: ({
|
|
1143
1143
|
__typename?: "WatchProvider" | undefined;
|
|
1144
1144
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1145
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1145
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1146
1146
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1147
1147
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1148
1148
|
} | null)[] | null | undefined;
|
|
1149
1149
|
flatrate?: ({
|
|
1150
1150
|
__typename?: "WatchProvider" | undefined;
|
|
1151
1151
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1152
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1152
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1153
1153
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1154
1154
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1155
1155
|
} | null)[] | null | undefined;
|
|
1156
1156
|
free?: ({
|
|
1157
1157
|
__typename?: "WatchProvider" | undefined;
|
|
1158
1158
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1159
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1159
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1160
1160
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1161
1161
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1162
1162
|
} | null)[] | null | undefined;
|
|
1163
1163
|
rent?: ({
|
|
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;
|
|
@@ -1173,35 +1173,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1173
1173
|
ads?: ({
|
|
1174
1174
|
__typename?: "WatchProvider" | undefined;
|
|
1175
1175
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1176
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1176
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1177
1177
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1178
1178
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1179
1179
|
} | null)[] | null | undefined;
|
|
1180
1180
|
buy?: ({
|
|
1181
1181
|
__typename?: "WatchProvider" | undefined;
|
|
1182
1182
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1183
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1183
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1184
1184
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1185
1185
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1186
1186
|
} | null)[] | null | undefined;
|
|
1187
1187
|
flatrate?: ({
|
|
1188
1188
|
__typename?: "WatchProvider" | undefined;
|
|
1189
1189
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1190
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1190
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1191
1191
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1192
1192
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1193
1193
|
} | null)[] | null | undefined;
|
|
1194
1194
|
free?: ({
|
|
1195
1195
|
__typename?: "WatchProvider" | undefined;
|
|
1196
1196
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1197
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1197
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1198
1198
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1199
1199
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1200
1200
|
} | null)[] | null | undefined;
|
|
1201
1201
|
rent?: ({
|
|
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;
|
|
@@ -1211,35 +1211,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1211
1211
|
ads?: ({
|
|
1212
1212
|
__typename?: "WatchProvider" | undefined;
|
|
1213
1213
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1214
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1214
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1215
1215
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1216
1216
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1217
1217
|
} | null)[] | null | undefined;
|
|
1218
1218
|
buy?: ({
|
|
1219
1219
|
__typename?: "WatchProvider" | undefined;
|
|
1220
1220
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1221
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1221
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1222
1222
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1223
1223
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1224
1224
|
} | null)[] | null | undefined;
|
|
1225
1225
|
flatrate?: ({
|
|
1226
1226
|
__typename?: "WatchProvider" | undefined;
|
|
1227
1227
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1228
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1228
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1229
1229
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1230
1230
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1231
1231
|
} | null)[] | null | undefined;
|
|
1232
1232
|
free?: ({
|
|
1233
1233
|
__typename?: "WatchProvider" | undefined;
|
|
1234
1234
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1235
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1235
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1236
1236
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1237
1237
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1238
1238
|
} | null)[] | null | undefined;
|
|
1239
1239
|
rent?: ({
|
|
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;
|
|
@@ -1249,35 +1249,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1249
1249
|
ads?: ({
|
|
1250
1250
|
__typename?: "WatchProvider" | undefined;
|
|
1251
1251
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1252
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1252
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1253
1253
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1254
1254
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1255
1255
|
} | null)[] | null | undefined;
|
|
1256
1256
|
buy?: ({
|
|
1257
1257
|
__typename?: "WatchProvider" | undefined;
|
|
1258
1258
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1259
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1259
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1260
1260
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1261
1261
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1262
1262
|
} | null)[] | null | undefined;
|
|
1263
1263
|
flatrate?: ({
|
|
1264
1264
|
__typename?: "WatchProvider" | undefined;
|
|
1265
1265
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1266
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1266
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1267
1267
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1268
1268
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1269
1269
|
} | null)[] | null | undefined;
|
|
1270
1270
|
free?: ({
|
|
1271
1271
|
__typename?: "WatchProvider" | undefined;
|
|
1272
1272
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1273
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1273
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1274
1274
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1275
1275
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1276
1276
|
} | null)[] | null | undefined;
|
|
1277
1277
|
rent?: ({
|
|
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;
|
|
@@ -1287,35 +1287,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1287
1287
|
ads?: ({
|
|
1288
1288
|
__typename?: "WatchProvider" | undefined;
|
|
1289
1289
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1290
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1290
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1291
1291
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1292
1292
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1293
1293
|
} | null)[] | null | undefined;
|
|
1294
1294
|
buy?: ({
|
|
1295
1295
|
__typename?: "WatchProvider" | undefined;
|
|
1296
1296
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1297
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1297
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1298
1298
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1299
1299
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1300
1300
|
} | null)[] | null | undefined;
|
|
1301
1301
|
flatrate?: ({
|
|
1302
1302
|
__typename?: "WatchProvider" | undefined;
|
|
1303
1303
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1304
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1304
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1305
1305
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1306
1306
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1307
1307
|
} | null)[] | null | undefined;
|
|
1308
1308
|
free?: ({
|
|
1309
1309
|
__typename?: "WatchProvider" | undefined;
|
|
1310
1310
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1311
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1311
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1312
1312
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1313
1313
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1314
1314
|
} | null)[] | null | undefined;
|
|
1315
1315
|
rent?: ({
|
|
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;
|
|
@@ -1325,35 +1325,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1325
1325
|
ads?: ({
|
|
1326
1326
|
__typename?: "WatchProvider" | undefined;
|
|
1327
1327
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1328
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1328
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1329
1329
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1330
1330
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1331
1331
|
} | null)[] | null | undefined;
|
|
1332
1332
|
buy?: ({
|
|
1333
1333
|
__typename?: "WatchProvider" | undefined;
|
|
1334
1334
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1335
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1335
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1336
1336
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1337
1337
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1338
1338
|
} | null)[] | null | undefined;
|
|
1339
1339
|
flatrate?: ({
|
|
1340
1340
|
__typename?: "WatchProvider" | undefined;
|
|
1341
1341
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1342
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1342
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1343
1343
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1344
1344
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1345
1345
|
} | null)[] | null | undefined;
|
|
1346
1346
|
free?: ({
|
|
1347
1347
|
__typename?: "WatchProvider" | undefined;
|
|
1348
1348
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1349
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1349
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1350
1350
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1351
1351
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1352
1352
|
} | null)[] | null | undefined;
|
|
1353
1353
|
rent?: ({
|
|
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;
|
|
@@ -1363,35 +1363,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1363
1363
|
ads?: ({
|
|
1364
1364
|
__typename?: "WatchProvider" | undefined;
|
|
1365
1365
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1366
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1366
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1367
1367
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1368
1368
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1369
1369
|
} | null)[] | null | undefined;
|
|
1370
1370
|
buy?: ({
|
|
1371
1371
|
__typename?: "WatchProvider" | undefined;
|
|
1372
1372
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1373
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1373
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1374
1374
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1375
1375
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1376
1376
|
} | null)[] | null | undefined;
|
|
1377
1377
|
flatrate?: ({
|
|
1378
1378
|
__typename?: "WatchProvider" | undefined;
|
|
1379
1379
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1380
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1380
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1381
1381
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1382
1382
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1383
1383
|
} | null)[] | null | undefined;
|
|
1384
1384
|
free?: ({
|
|
1385
1385
|
__typename?: "WatchProvider" | undefined;
|
|
1386
1386
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1387
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1387
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1388
1388
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1389
1389
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1390
1390
|
} | null)[] | null | undefined;
|
|
1391
1391
|
rent?: ({
|
|
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;
|
|
@@ -1401,35 +1401,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1401
1401
|
ads?: ({
|
|
1402
1402
|
__typename?: "WatchProvider" | undefined;
|
|
1403
1403
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1404
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1404
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1405
1405
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1406
1406
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1407
1407
|
} | null)[] | null | undefined;
|
|
1408
1408
|
buy?: ({
|
|
1409
1409
|
__typename?: "WatchProvider" | undefined;
|
|
1410
1410
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1411
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1411
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1412
1412
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1413
1413
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1414
1414
|
} | null)[] | null | undefined;
|
|
1415
1415
|
flatrate?: ({
|
|
1416
1416
|
__typename?: "WatchProvider" | undefined;
|
|
1417
1417
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1418
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1418
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1419
1419
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1420
1420
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1421
1421
|
} | null)[] | null | undefined;
|
|
1422
1422
|
free?: ({
|
|
1423
1423
|
__typename?: "WatchProvider" | undefined;
|
|
1424
1424
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1425
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1425
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1426
1426
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1427
1427
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1428
1428
|
} | null)[] | null | undefined;
|
|
1429
1429
|
rent?: ({
|
|
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;
|
|
@@ -1439,35 +1439,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1439
1439
|
ads?: ({
|
|
1440
1440
|
__typename?: "WatchProvider" | undefined;
|
|
1441
1441
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1442
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1442
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1443
1443
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1444
1444
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1445
1445
|
} | null)[] | null | undefined;
|
|
1446
1446
|
buy?: ({
|
|
1447
1447
|
__typename?: "WatchProvider" | undefined;
|
|
1448
1448
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1449
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1449
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1450
1450
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1451
1451
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1452
1452
|
} | null)[] | null | undefined;
|
|
1453
1453
|
flatrate?: ({
|
|
1454
1454
|
__typename?: "WatchProvider" | undefined;
|
|
1455
1455
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1456
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1456
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1457
1457
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1458
1458
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1459
1459
|
} | null)[] | null | undefined;
|
|
1460
1460
|
free?: ({
|
|
1461
1461
|
__typename?: "WatchProvider" | undefined;
|
|
1462
1462
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1463
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1463
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1464
1464
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1465
1465
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1466
1466
|
} | null)[] | null | undefined;
|
|
1467
1467
|
rent?: ({
|
|
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;
|
|
@@ -1477,35 +1477,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1477
1477
|
ads?: ({
|
|
1478
1478
|
__typename?: "WatchProvider" | undefined;
|
|
1479
1479
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1480
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1480
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1481
1481
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1482
1482
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1483
1483
|
} | null)[] | null | undefined;
|
|
1484
1484
|
buy?: ({
|
|
1485
1485
|
__typename?: "WatchProvider" | undefined;
|
|
1486
1486
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1487
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1487
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1488
1488
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1489
1489
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1490
1490
|
} | null)[] | null | undefined;
|
|
1491
1491
|
flatrate?: ({
|
|
1492
1492
|
__typename?: "WatchProvider" | undefined;
|
|
1493
1493
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1494
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1494
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1495
1495
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1496
1496
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1497
1497
|
} | null)[] | null | undefined;
|
|
1498
1498
|
free?: ({
|
|
1499
1499
|
__typename?: "WatchProvider" | undefined;
|
|
1500
1500
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1501
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1501
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1502
1502
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1503
1503
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1504
1504
|
} | null)[] | null | undefined;
|
|
1505
1505
|
rent?: ({
|
|
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;
|
|
@@ -1515,35 +1515,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1515
1515
|
ads?: ({
|
|
1516
1516
|
__typename?: "WatchProvider" | undefined;
|
|
1517
1517
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1518
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1518
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1519
1519
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1520
1520
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1521
1521
|
} | null)[] | null | undefined;
|
|
1522
1522
|
buy?: ({
|
|
1523
1523
|
__typename?: "WatchProvider" | undefined;
|
|
1524
1524
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1525
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1525
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1526
1526
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1527
1527
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1528
1528
|
} | null)[] | null | undefined;
|
|
1529
1529
|
flatrate?: ({
|
|
1530
1530
|
__typename?: "WatchProvider" | undefined;
|
|
1531
1531
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1532
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1532
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1533
1533
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1534
1534
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1535
1535
|
} | null)[] | null | undefined;
|
|
1536
1536
|
free?: ({
|
|
1537
1537
|
__typename?: "WatchProvider" | undefined;
|
|
1538
1538
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1539
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1539
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1540
1540
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1541
1541
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1542
1542
|
} | null)[] | null | undefined;
|
|
1543
1543
|
rent?: ({
|
|
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;
|
|
@@ -1553,35 +1553,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1553
1553
|
ads?: ({
|
|
1554
1554
|
__typename?: "WatchProvider" | undefined;
|
|
1555
1555
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1556
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1556
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1557
1557
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1558
1558
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1559
1559
|
} | null)[] | null | undefined;
|
|
1560
1560
|
buy?: ({
|
|
1561
1561
|
__typename?: "WatchProvider" | undefined;
|
|
1562
1562
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1563
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1563
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1564
1564
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1565
1565
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1566
1566
|
} | null)[] | null | undefined;
|
|
1567
1567
|
flatrate?: ({
|
|
1568
1568
|
__typename?: "WatchProvider" | undefined;
|
|
1569
1569
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1570
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1570
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1571
1571
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1572
1572
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1573
1573
|
} | null)[] | null | undefined;
|
|
1574
1574
|
free?: ({
|
|
1575
1575
|
__typename?: "WatchProvider" | undefined;
|
|
1576
1576
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1577
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1577
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1578
1578
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1579
1579
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1580
1580
|
} | null)[] | null | undefined;
|
|
1581
1581
|
rent?: ({
|
|
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;
|
|
@@ -1591,35 +1591,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1591
1591
|
ads?: ({
|
|
1592
1592
|
__typename?: "WatchProvider" | undefined;
|
|
1593
1593
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1594
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1594
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1595
1595
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1596
1596
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1597
1597
|
} | null)[] | null | undefined;
|
|
1598
1598
|
buy?: ({
|
|
1599
1599
|
__typename?: "WatchProvider" | undefined;
|
|
1600
1600
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1601
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1601
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1602
1602
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1603
1603
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1604
1604
|
} | null)[] | null | undefined;
|
|
1605
1605
|
flatrate?: ({
|
|
1606
1606
|
__typename?: "WatchProvider" | undefined;
|
|
1607
1607
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1608
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1608
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1609
1609
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1610
1610
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1611
1611
|
} | null)[] | null | undefined;
|
|
1612
1612
|
free?: ({
|
|
1613
1613
|
__typename?: "WatchProvider" | undefined;
|
|
1614
1614
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1615
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1615
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1616
1616
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1617
1617
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1618
1618
|
} | null)[] | null | undefined;
|
|
1619
1619
|
rent?: ({
|
|
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;
|
|
@@ -1629,35 +1629,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1629
1629
|
ads?: ({
|
|
1630
1630
|
__typename?: "WatchProvider" | undefined;
|
|
1631
1631
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1632
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1632
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1633
1633
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1634
1634
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1635
1635
|
} | null)[] | null | undefined;
|
|
1636
1636
|
buy?: ({
|
|
1637
1637
|
__typename?: "WatchProvider" | undefined;
|
|
1638
1638
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1639
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1639
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1640
1640
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1641
1641
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1642
1642
|
} | null)[] | null | undefined;
|
|
1643
1643
|
flatrate?: ({
|
|
1644
1644
|
__typename?: "WatchProvider" | undefined;
|
|
1645
1645
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1646
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1646
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1647
1647
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1648
1648
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1649
1649
|
} | null)[] | null | undefined;
|
|
1650
1650
|
free?: ({
|
|
1651
1651
|
__typename?: "WatchProvider" | undefined;
|
|
1652
1652
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1653
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1653
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1654
1654
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1655
1655
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1656
1656
|
} | null)[] | null | undefined;
|
|
1657
1657
|
rent?: ({
|
|
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;
|
|
@@ -1667,42 +1667,42 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1667
1667
|
ads?: ({
|
|
1668
1668
|
__typename?: "WatchProvider" | undefined;
|
|
1669
1669
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1670
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1670
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1671
1671
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1672
1672
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1673
1673
|
} | null)[] | null | undefined;
|
|
1674
1674
|
buy?: ({
|
|
1675
1675
|
__typename?: "WatchProvider" | undefined;
|
|
1676
1676
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1677
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1677
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1678
1678
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1679
1679
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1680
1680
|
} | null)[] | null | undefined;
|
|
1681
1681
|
flatrate?: ({
|
|
1682
1682
|
__typename?: "WatchProvider" | undefined;
|
|
1683
1683
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1684
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1684
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1685
1685
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1686
1686
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1687
1687
|
} | null)[] | null | undefined;
|
|
1688
1688
|
free?: ({
|
|
1689
1689
|
__typename?: "WatchProvider" | undefined;
|
|
1690
1690
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1691
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1691
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1692
1692
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1693
1693
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1694
1694
|
} | null)[] | null | undefined;
|
|
1695
1695
|
rent?: ({
|
|
1696
1696
|
__typename?: "WatchProvider" | undefined;
|
|
1697
1697
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1698
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1698
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1699
1699
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1700
1700
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1701
1701
|
} | null)[] | null | undefined;
|
|
1702
1702
|
} | null | undefined;
|
|
1703
1703
|
} | null | undefined;
|
|
1704
1704
|
} | {
|
|
1705
|
-
id:
|
|
1705
|
+
id: number;
|
|
1706
1706
|
__typename?: "Tv" | undefined;
|
|
1707
1707
|
alternative_titles?: ({
|
|
1708
1708
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -1724,12 +1724,12 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1724
1724
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1725
1725
|
} | null)[] | null | undefined;
|
|
1726
1726
|
cast?: ({
|
|
1727
|
-
id:
|
|
1727
|
+
id: number;
|
|
1728
1728
|
__typename?: "Cast" | undefined;
|
|
1729
1729
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1730
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1730
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1731
1731
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1732
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
1732
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1733
1733
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1734
1734
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1735
1735
|
name: string;
|
|
@@ -1744,7 +1744,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1744
1744
|
rating: string;
|
|
1745
1745
|
} | null)[] | null | undefined;
|
|
1746
1746
|
created_by?: {
|
|
1747
|
-
id:
|
|
1747
|
+
id: number;
|
|
1748
1748
|
__typename?: "Person" | undefined;
|
|
1749
1749
|
adult: boolean;
|
|
1750
1750
|
also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -1753,15 +1753,15 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1753
1753
|
combined_credits?: {
|
|
1754
1754
|
__typename?: "CreditsCombined" | undefined;
|
|
1755
1755
|
cast?: ({
|
|
1756
|
-
id:
|
|
1756
|
+
id: number;
|
|
1757
1757
|
__typename?: "CreditCombinedCast" | undefined;
|
|
1758
1758
|
adult: boolean;
|
|
1759
1759
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1760
1760
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1761
|
-
credit_id: string
|
|
1761
|
+
credit_id: string;
|
|
1762
1762
|
episode_count: number;
|
|
1763
1763
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1764
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1764
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
1765
1765
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
1766
1766
|
name: string;
|
|
1767
1767
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -1778,15 +1778,15 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1778
1778
|
vote_count: number;
|
|
1779
1779
|
} | null)[] | null | undefined;
|
|
1780
1780
|
crew?: ({
|
|
1781
|
-
id:
|
|
1781
|
+
id: number;
|
|
1782
1782
|
__typename?: "CreditCombinedCrew" | undefined;
|
|
1783
1783
|
adult: boolean;
|
|
1784
1784
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1785
|
-
credit_id: string
|
|
1785
|
+
credit_id: string;
|
|
1786
1786
|
department: string;
|
|
1787
1787
|
episode_count: number;
|
|
1788
1788
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1789
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1789
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
1790
1790
|
job: string;
|
|
1791
1791
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
1792
1792
|
name: string;
|
|
@@ -1824,13 +1824,13 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1824
1824
|
movie_credits?: {
|
|
1825
1825
|
__typename?: "CreditsMovie" | undefined;
|
|
1826
1826
|
cast?: ({
|
|
1827
|
-
id:
|
|
1827
|
+
id: number;
|
|
1828
1828
|
__typename?: "CreditMovieCast" | undefined;
|
|
1829
1829
|
adult: boolean;
|
|
1830
1830
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1831
1831
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1832
|
-
credit_id: string
|
|
1833
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1832
|
+
credit_id: string;
|
|
1833
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
1834
1834
|
original_language: string;
|
|
1835
1835
|
original_title: string;
|
|
1836
1836
|
overview: string;
|
|
@@ -1843,13 +1843,13 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1843
1843
|
vote_count: number;
|
|
1844
1844
|
} | null)[] | null | undefined;
|
|
1845
1845
|
crew?: ({
|
|
1846
|
-
id:
|
|
1846
|
+
id: number;
|
|
1847
1847
|
__typename?: "CreditMovieCrew" | undefined;
|
|
1848
1848
|
adult: boolean;
|
|
1849
1849
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1850
|
-
credit_id: string
|
|
1850
|
+
credit_id: string;
|
|
1851
1851
|
department: string;
|
|
1852
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1852
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
1853
1853
|
job: string;
|
|
1854
1854
|
original_language: string;
|
|
1855
1855
|
original_title: string;
|
|
@@ -1896,14 +1896,14 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1896
1896
|
tv_credits?: {
|
|
1897
1897
|
__typename?: "CreditsTv" | undefined;
|
|
1898
1898
|
cast?: ({
|
|
1899
|
-
id:
|
|
1899
|
+
id: number;
|
|
1900
1900
|
__typename?: "CreditTvCast" | undefined;
|
|
1901
1901
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1902
1902
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1903
|
-
credit_id: string
|
|
1903
|
+
credit_id: string;
|
|
1904
1904
|
episode_count: number;
|
|
1905
1905
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1906
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1906
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
1907
1907
|
name: string;
|
|
1908
1908
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
1909
1909
|
original_language: string;
|
|
@@ -1915,14 +1915,14 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1915
1915
|
vote_count: number;
|
|
1916
1916
|
} | null)[] | null | undefined;
|
|
1917
1917
|
crew?: ({
|
|
1918
|
-
id:
|
|
1918
|
+
id: number;
|
|
1919
1919
|
__typename?: "CreditTvCrew" | undefined;
|
|
1920
1920
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1921
|
-
credit_id: string
|
|
1921
|
+
credit_id: string;
|
|
1922
1922
|
department: string;
|
|
1923
1923
|
episode_count: number;
|
|
1924
1924
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1925
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
1925
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
1926
1926
|
job: string;
|
|
1927
1927
|
name: string;
|
|
1928
1928
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -1937,10 +1937,10 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1937
1937
|
} | null | undefined;
|
|
1938
1938
|
} | null | undefined;
|
|
1939
1939
|
crew?: ({
|
|
1940
|
-
id:
|
|
1940
|
+
id: number;
|
|
1941
1941
|
__typename?: "Crew" | undefined;
|
|
1942
1942
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
1943
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
1943
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1944
1944
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1945
1945
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1946
1946
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -1951,14 +1951,14 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
1951
1951
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1952
1952
|
} | null)[] | null | undefined;
|
|
1953
1953
|
episode_groups?: ({
|
|
1954
|
-
id:
|
|
1954
|
+
id: number;
|
|
1955
1955
|
__typename?: "EpisodeGroup" | undefined;
|
|
1956
1956
|
description: string;
|
|
1957
1957
|
episode_count: number;
|
|
1958
1958
|
group_count: number;
|
|
1959
1959
|
name: string;
|
|
1960
1960
|
network: {
|
|
1961
|
-
id:
|
|
1961
|
+
id: number;
|
|
1962
1962
|
__typename?: "Network" | undefined;
|
|
1963
1963
|
alternative_names?: ({
|
|
1964
1964
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -2000,7 +2000,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2000
2000
|
} | null | undefined;
|
|
2001
2001
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2002
2002
|
genres: ({
|
|
2003
|
-
id:
|
|
2003
|
+
id: number;
|
|
2004
2004
|
__typename?: "Genre" | undefined;
|
|
2005
2005
|
name: string;
|
|
2006
2006
|
} | null)[];
|
|
@@ -2008,22 +2008,22 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2008
2008
|
in_production: boolean;
|
|
2009
2009
|
keywords?: ({
|
|
2010
2010
|
__typename?: "Keyword" | undefined;
|
|
2011
|
-
id:
|
|
2011
|
+
id: number;
|
|
2012
2012
|
name: string;
|
|
2013
2013
|
} | null)[] | null | undefined;
|
|
2014
2014
|
languages: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
2015
2015
|
last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2016
2016
|
last_episode_to_air?: {
|
|
2017
|
-
id:
|
|
2017
|
+
id: number;
|
|
2018
2018
|
__typename?: "Episode" | undefined;
|
|
2019
2019
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2020
2020
|
cast?: ({
|
|
2021
|
-
id:
|
|
2021
|
+
id: number;
|
|
2022
2022
|
__typename?: "Cast" | undefined;
|
|
2023
2023
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2024
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2024
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2025
2025
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2026
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2026
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2027
2027
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2028
2028
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2029
2029
|
name: string;
|
|
@@ -2033,10 +2033,10 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2033
2033
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2034
2034
|
} | null)[] | null | undefined;
|
|
2035
2035
|
crew?: ({
|
|
2036
|
-
id:
|
|
2036
|
+
id: number;
|
|
2037
2037
|
__typename?: "Crew" | undefined;
|
|
2038
2038
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2039
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2039
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2040
2040
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2041
2041
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2042
2042
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -2046,6 +2046,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2046
2046
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2047
2047
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2048
2048
|
} | null)[] | null | undefined;
|
|
2049
|
+
episode_lookup_id: string;
|
|
2049
2050
|
episode_number: number;
|
|
2050
2051
|
external_ids?: {
|
|
2051
2052
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -2059,12 +2060,12 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2059
2060
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2060
2061
|
} | null | undefined;
|
|
2061
2062
|
guest_stars?: ({
|
|
2062
|
-
id:
|
|
2063
|
+
id: number;
|
|
2063
2064
|
__typename?: "Cast" | undefined;
|
|
2064
2065
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2065
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2066
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2066
2067
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2067
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2068
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2068
2069
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2069
2070
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2070
2071
|
name: string;
|
|
@@ -2105,9 +2106,9 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2105
2106
|
iso_3166_1: string;
|
|
2106
2107
|
name: string;
|
|
2107
2108
|
} | null)[] | null | undefined;
|
|
2108
|
-
tv_show_id:
|
|
2109
|
+
tv_show_id: number;
|
|
2109
2110
|
videos?: ({
|
|
2110
|
-
id:
|
|
2111
|
+
id: number;
|
|
2111
2112
|
__typename?: "Video" | undefined;
|
|
2112
2113
|
iso_639_1: string;
|
|
2113
2114
|
iso_3166_1: string;
|
|
@@ -2134,7 +2135,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2134
2135
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
|
|
2135
2136
|
name: string;
|
|
2136
2137
|
networks: ({
|
|
2137
|
-
id:
|
|
2138
|
+
id: number;
|
|
2138
2139
|
__typename?: "Network" | undefined;
|
|
2139
2140
|
alternative_names?: ({
|
|
2140
2141
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -2161,16 +2162,16 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2161
2162
|
origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2162
2163
|
} | null)[];
|
|
2163
2164
|
next_episode_to_air?: {
|
|
2164
|
-
id:
|
|
2165
|
+
id: number;
|
|
2165
2166
|
__typename?: "Episode" | undefined;
|
|
2166
2167
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2167
2168
|
cast?: ({
|
|
2168
|
-
id:
|
|
2169
|
+
id: number;
|
|
2169
2170
|
__typename?: "Cast" | undefined;
|
|
2170
2171
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2171
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2172
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2172
2173
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2173
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2174
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2174
2175
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2175
2176
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2176
2177
|
name: string;
|
|
@@ -2180,10 +2181,10 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2180
2181
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2181
2182
|
} | null)[] | null | undefined;
|
|
2182
2183
|
crew?: ({
|
|
2183
|
-
id:
|
|
2184
|
+
id: number;
|
|
2184
2185
|
__typename?: "Crew" | undefined;
|
|
2185
2186
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2186
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2187
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2187
2188
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2188
2189
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2189
2190
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -2193,6 +2194,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2193
2194
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2194
2195
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2195
2196
|
} | null)[] | null | undefined;
|
|
2197
|
+
episode_lookup_id: string;
|
|
2196
2198
|
episode_number: number;
|
|
2197
2199
|
external_ids?: {
|
|
2198
2200
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -2206,12 +2208,12 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2206
2208
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2207
2209
|
} | null | undefined;
|
|
2208
2210
|
guest_stars?: ({
|
|
2209
|
-
id:
|
|
2211
|
+
id: number;
|
|
2210
2212
|
__typename?: "Cast" | undefined;
|
|
2211
2213
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2212
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2214
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2213
2215
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2214
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2216
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2215
2217
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2216
2218
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2217
2219
|
name: string;
|
|
@@ -2252,9 +2254,9 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2252
2254
|
iso_3166_1: string;
|
|
2253
2255
|
name: string;
|
|
2254
2256
|
} | null)[] | null | undefined;
|
|
2255
|
-
tv_show_id:
|
|
2257
|
+
tv_show_id: number;
|
|
2256
2258
|
videos?: ({
|
|
2257
|
-
id:
|
|
2259
|
+
id: number;
|
|
2258
2260
|
__typename?: "Video" | undefined;
|
|
2259
2261
|
iso_639_1: string;
|
|
2260
2262
|
iso_3166_1: string;
|
|
@@ -2287,7 +2289,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2287
2289
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2288
2290
|
} | null)[] | null | undefined;
|
|
2289
2291
|
production_companies: ({
|
|
2290
|
-
id:
|
|
2292
|
+
id: number;
|
|
2291
2293
|
__typename?: "Company" | undefined;
|
|
2292
2294
|
alternative_names?: ({
|
|
2293
2295
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -2345,7 +2347,6 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2345
2347
|
__typename?: "ReviewEdge" | undefined;
|
|
2346
2348
|
cursor: string;
|
|
2347
2349
|
node: {
|
|
2348
|
-
id: string | number;
|
|
2349
2350
|
__typename?: "Review" | undefined;
|
|
2350
2351
|
author: string;
|
|
2351
2352
|
author_details?: {
|
|
@@ -2357,6 +2358,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2357
2358
|
} | null | undefined;
|
|
2358
2359
|
content: string;
|
|
2359
2360
|
created_at: string;
|
|
2361
|
+
id: string;
|
|
2360
2362
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2361
2363
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2362
2364
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -2364,7 +2366,6 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2364
2366
|
};
|
|
2365
2367
|
} | null)[] | null | undefined;
|
|
2366
2368
|
nodes?: ({
|
|
2367
|
-
id: string | number;
|
|
2368
2369
|
__typename?: "Review" | undefined;
|
|
2369
2370
|
author: string;
|
|
2370
2371
|
author_details?: {
|
|
@@ -2376,6 +2377,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2376
2377
|
} | null | undefined;
|
|
2377
2378
|
content: string;
|
|
2378
2379
|
created_at: string;
|
|
2380
|
+
id: string;
|
|
2379
2381
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2380
2382
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2381
2383
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -2384,16 +2386,16 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2384
2386
|
total_count: number;
|
|
2385
2387
|
} | null | undefined;
|
|
2386
2388
|
seasons: ({
|
|
2387
|
-
id:
|
|
2389
|
+
id: number;
|
|
2388
2390
|
__typename?: "Season" | undefined;
|
|
2389
2391
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2390
2392
|
cast?: ({
|
|
2391
|
-
id:
|
|
2393
|
+
id: number;
|
|
2392
2394
|
__typename?: "Cast" | undefined;
|
|
2393
2395
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2394
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2396
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2395
2397
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2396
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2398
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2397
2399
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2398
2400
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2399
2401
|
name: string;
|
|
@@ -2403,10 +2405,10 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2403
2405
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2404
2406
|
} | null)[] | null | undefined;
|
|
2405
2407
|
crew?: ({
|
|
2406
|
-
id:
|
|
2408
|
+
id: number;
|
|
2407
2409
|
__typename?: "Crew" | undefined;
|
|
2408
2410
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2409
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2411
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2410
2412
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2411
2413
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2412
2414
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -2418,16 +2420,16 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2418
2420
|
} | null)[] | null | undefined;
|
|
2419
2421
|
episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2420
2422
|
episodes?: ({
|
|
2421
|
-
id:
|
|
2423
|
+
id: number;
|
|
2422
2424
|
__typename?: "Episode" | undefined;
|
|
2423
2425
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2424
2426
|
cast?: ({
|
|
2425
|
-
id:
|
|
2427
|
+
id: number;
|
|
2426
2428
|
__typename?: "Cast" | undefined;
|
|
2427
2429
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2428
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2430
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2429
2431
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2430
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2432
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2431
2433
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2432
2434
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2433
2435
|
name: string;
|
|
@@ -2437,10 +2439,10 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2437
2439
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2438
2440
|
} | null)[] | null | undefined;
|
|
2439
2441
|
crew?: ({
|
|
2440
|
-
id:
|
|
2442
|
+
id: number;
|
|
2441
2443
|
__typename?: "Crew" | undefined;
|
|
2442
2444
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2443
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2445
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2444
2446
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2445
2447
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2446
2448
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -2450,6 +2452,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2450
2452
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2451
2453
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2452
2454
|
} | null)[] | null | undefined;
|
|
2455
|
+
episode_lookup_id: string;
|
|
2453
2456
|
episode_number: number;
|
|
2454
2457
|
external_ids?: {
|
|
2455
2458
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -2463,12 +2466,12 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2463
2466
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2464
2467
|
} | null | undefined;
|
|
2465
2468
|
guest_stars?: ({
|
|
2466
|
-
id:
|
|
2469
|
+
id: number;
|
|
2467
2470
|
__typename?: "Cast" | undefined;
|
|
2468
2471
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2469
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2472
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2470
2473
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2471
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string
|
|
2474
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2472
2475
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2473
2476
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2474
2477
|
name: string;
|
|
@@ -2509,9 +2512,9 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2509
2512
|
iso_3166_1: string;
|
|
2510
2513
|
name: string;
|
|
2511
2514
|
} | null)[] | null | undefined;
|
|
2512
|
-
tv_show_id:
|
|
2515
|
+
tv_show_id: number;
|
|
2513
2516
|
videos?: ({
|
|
2514
|
-
id:
|
|
2517
|
+
id: number;
|
|
2515
2518
|
__typename?: "Video" | undefined;
|
|
2516
2519
|
iso_639_1: string;
|
|
2517
2520
|
iso_3166_1: string;
|
|
@@ -2549,6 +2552,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2549
2552
|
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2550
2553
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2551
2554
|
} | null)[] | null | undefined;
|
|
2555
|
+
season_lookup_id: string;
|
|
2552
2556
|
season_number: number;
|
|
2553
2557
|
translations?: ({
|
|
2554
2558
|
__typename?: "Translation" | undefined;
|
|
@@ -2565,9 +2569,9 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2565
2569
|
iso_3166_1: string;
|
|
2566
2570
|
name: string;
|
|
2567
2571
|
} | null)[] | null | undefined;
|
|
2568
|
-
tv_show_id:
|
|
2572
|
+
tv_show_id: number;
|
|
2569
2573
|
videos?: ({
|
|
2570
|
-
id:
|
|
2574
|
+
id: number;
|
|
2571
2575
|
__typename?: "Video" | undefined;
|
|
2572
2576
|
iso_639_1: string;
|
|
2573
2577
|
iso_3166_1: string;
|
|
@@ -2614,7 +2618,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2614
2618
|
} | null)[] | null | undefined;
|
|
2615
2619
|
type: import("@tmdb-graphql-api/schema/types").TvType;
|
|
2616
2620
|
videos?: ({
|
|
2617
|
-
id:
|
|
2621
|
+
id: number;
|
|
2618
2622
|
__typename?: "Video" | undefined;
|
|
2619
2623
|
iso_639_1: string;
|
|
2620
2624
|
iso_3166_1: string;
|
|
@@ -2633,35 +2637,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2633
2637
|
ads?: ({
|
|
2634
2638
|
__typename?: "WatchProvider" | undefined;
|
|
2635
2639
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2636
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2640
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2637
2641
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2638
2642
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2639
2643
|
} | null)[] | null | undefined;
|
|
2640
2644
|
buy?: ({
|
|
2641
2645
|
__typename?: "WatchProvider" | undefined;
|
|
2642
2646
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2643
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2647
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2644
2648
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2645
2649
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2646
2650
|
} | null)[] | null | undefined;
|
|
2647
2651
|
flatrate?: ({
|
|
2648
2652
|
__typename?: "WatchProvider" | undefined;
|
|
2649
2653
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2650
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2654
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2651
2655
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2652
2656
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2653
2657
|
} | null)[] | null | undefined;
|
|
2654
2658
|
free?: ({
|
|
2655
2659
|
__typename?: "WatchProvider" | undefined;
|
|
2656
2660
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2657
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2661
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2658
2662
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2659
2663
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2660
2664
|
} | null)[] | null | undefined;
|
|
2661
2665
|
rent?: ({
|
|
2662
2666
|
__typename?: "WatchProvider" | undefined;
|
|
2663
2667
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2664
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2668
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2665
2669
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2666
2670
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2667
2671
|
} | null)[] | null | undefined;
|
|
@@ -2671,35 +2675,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2671
2675
|
ads?: ({
|
|
2672
2676
|
__typename?: "WatchProvider" | undefined;
|
|
2673
2677
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2674
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2678
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2675
2679
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2676
2680
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2677
2681
|
} | null)[] | null | undefined;
|
|
2678
2682
|
buy?: ({
|
|
2679
2683
|
__typename?: "WatchProvider" | undefined;
|
|
2680
2684
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2681
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2685
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2682
2686
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2683
2687
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2684
2688
|
} | null)[] | null | undefined;
|
|
2685
2689
|
flatrate?: ({
|
|
2686
2690
|
__typename?: "WatchProvider" | undefined;
|
|
2687
2691
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2688
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2692
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2689
2693
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2690
2694
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2691
2695
|
} | null)[] | null | undefined;
|
|
2692
2696
|
free?: ({
|
|
2693
2697
|
__typename?: "WatchProvider" | undefined;
|
|
2694
2698
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2695
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2699
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2696
2700
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2697
2701
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2698
2702
|
} | null)[] | null | undefined;
|
|
2699
2703
|
rent?: ({
|
|
2700
2704
|
__typename?: "WatchProvider" | undefined;
|
|
2701
2705
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2702
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2706
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2703
2707
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2704
2708
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2705
2709
|
} | null)[] | null | undefined;
|
|
@@ -2709,35 +2713,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2709
2713
|
ads?: ({
|
|
2710
2714
|
__typename?: "WatchProvider" | undefined;
|
|
2711
2715
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2712
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2716
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2713
2717
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2714
2718
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2715
2719
|
} | null)[] | null | undefined;
|
|
2716
2720
|
buy?: ({
|
|
2717
2721
|
__typename?: "WatchProvider" | undefined;
|
|
2718
2722
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2719
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2723
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2720
2724
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2721
2725
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2722
2726
|
} | null)[] | null | undefined;
|
|
2723
2727
|
flatrate?: ({
|
|
2724
2728
|
__typename?: "WatchProvider" | undefined;
|
|
2725
2729
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2726
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2730
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2727
2731
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2728
2732
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2729
2733
|
} | null)[] | null | undefined;
|
|
2730
2734
|
free?: ({
|
|
2731
2735
|
__typename?: "WatchProvider" | undefined;
|
|
2732
2736
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2733
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2737
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2734
2738
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2735
2739
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2736
2740
|
} | null)[] | null | undefined;
|
|
2737
2741
|
rent?: ({
|
|
2738
2742
|
__typename?: "WatchProvider" | undefined;
|
|
2739
2743
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2740
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2744
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2741
2745
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2742
2746
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2743
2747
|
} | null)[] | null | undefined;
|
|
@@ -2747,35 +2751,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2747
2751
|
ads?: ({
|
|
2748
2752
|
__typename?: "WatchProvider" | undefined;
|
|
2749
2753
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2750
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2754
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2751
2755
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2752
2756
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2753
2757
|
} | null)[] | null | undefined;
|
|
2754
2758
|
buy?: ({
|
|
2755
2759
|
__typename?: "WatchProvider" | undefined;
|
|
2756
2760
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2757
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2761
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2758
2762
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2759
2763
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2760
2764
|
} | null)[] | null | undefined;
|
|
2761
2765
|
flatrate?: ({
|
|
2762
2766
|
__typename?: "WatchProvider" | undefined;
|
|
2763
2767
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2764
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2768
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2765
2769
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2766
2770
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2767
2771
|
} | null)[] | null | undefined;
|
|
2768
2772
|
free?: ({
|
|
2769
2773
|
__typename?: "WatchProvider" | undefined;
|
|
2770
2774
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2771
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2775
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2772
2776
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2773
2777
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2774
2778
|
} | null)[] | null | undefined;
|
|
2775
2779
|
rent?: ({
|
|
2776
2780
|
__typename?: "WatchProvider" | undefined;
|
|
2777
2781
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2778
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2782
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2779
2783
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2780
2784
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2781
2785
|
} | null)[] | null | undefined;
|
|
@@ -2785,35 +2789,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2785
2789
|
ads?: ({
|
|
2786
2790
|
__typename?: "WatchProvider" | undefined;
|
|
2787
2791
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2788
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2792
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2789
2793
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2790
2794
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2791
2795
|
} | null)[] | null | undefined;
|
|
2792
2796
|
buy?: ({
|
|
2793
2797
|
__typename?: "WatchProvider" | undefined;
|
|
2794
2798
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2795
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2799
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2796
2800
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2797
2801
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2798
2802
|
} | null)[] | null | undefined;
|
|
2799
2803
|
flatrate?: ({
|
|
2800
2804
|
__typename?: "WatchProvider" | undefined;
|
|
2801
2805
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2802
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2806
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2803
2807
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2804
2808
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2805
2809
|
} | null)[] | null | undefined;
|
|
2806
2810
|
free?: ({
|
|
2807
2811
|
__typename?: "WatchProvider" | undefined;
|
|
2808
2812
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2809
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2813
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2810
2814
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2811
2815
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2812
2816
|
} | null)[] | null | undefined;
|
|
2813
2817
|
rent?: ({
|
|
2814
2818
|
__typename?: "WatchProvider" | undefined;
|
|
2815
2819
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2816
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2820
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2817
2821
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2818
2822
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2819
2823
|
} | null)[] | null | undefined;
|
|
@@ -2823,35 +2827,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2823
2827
|
ads?: ({
|
|
2824
2828
|
__typename?: "WatchProvider" | undefined;
|
|
2825
2829
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2826
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2830
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2827
2831
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2828
2832
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2829
2833
|
} | null)[] | null | undefined;
|
|
2830
2834
|
buy?: ({
|
|
2831
2835
|
__typename?: "WatchProvider" | undefined;
|
|
2832
2836
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2833
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2837
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2834
2838
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2835
2839
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2836
2840
|
} | null)[] | null | undefined;
|
|
2837
2841
|
flatrate?: ({
|
|
2838
2842
|
__typename?: "WatchProvider" | undefined;
|
|
2839
2843
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2840
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2844
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2841
2845
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2842
2846
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2843
2847
|
} | null)[] | null | undefined;
|
|
2844
2848
|
free?: ({
|
|
2845
2849
|
__typename?: "WatchProvider" | undefined;
|
|
2846
2850
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2847
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2851
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2848
2852
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2849
2853
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2850
2854
|
} | null)[] | null | undefined;
|
|
2851
2855
|
rent?: ({
|
|
2852
2856
|
__typename?: "WatchProvider" | undefined;
|
|
2853
2857
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2854
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2858
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2855
2859
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2856
2860
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2857
2861
|
} | null)[] | null | undefined;
|
|
@@ -2861,35 +2865,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2861
2865
|
ads?: ({
|
|
2862
2866
|
__typename?: "WatchProvider" | undefined;
|
|
2863
2867
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2864
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2868
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2865
2869
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2866
2870
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2867
2871
|
} | null)[] | null | undefined;
|
|
2868
2872
|
buy?: ({
|
|
2869
2873
|
__typename?: "WatchProvider" | undefined;
|
|
2870
2874
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2871
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2875
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2872
2876
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2873
2877
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2874
2878
|
} | null)[] | null | undefined;
|
|
2875
2879
|
flatrate?: ({
|
|
2876
2880
|
__typename?: "WatchProvider" | undefined;
|
|
2877
2881
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2878
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2882
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2879
2883
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2880
2884
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2881
2885
|
} | null)[] | null | undefined;
|
|
2882
2886
|
free?: ({
|
|
2883
2887
|
__typename?: "WatchProvider" | undefined;
|
|
2884
2888
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2885
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2889
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2886
2890
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2887
2891
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2888
2892
|
} | null)[] | null | undefined;
|
|
2889
2893
|
rent?: ({
|
|
2890
2894
|
__typename?: "WatchProvider" | undefined;
|
|
2891
2895
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2892
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2896
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2893
2897
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2894
2898
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2895
2899
|
} | null)[] | null | undefined;
|
|
@@ -2899,35 +2903,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2899
2903
|
ads?: ({
|
|
2900
2904
|
__typename?: "WatchProvider" | undefined;
|
|
2901
2905
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2902
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2906
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2903
2907
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2904
2908
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2905
2909
|
} | null)[] | null | undefined;
|
|
2906
2910
|
buy?: ({
|
|
2907
2911
|
__typename?: "WatchProvider" | undefined;
|
|
2908
2912
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2909
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2913
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2910
2914
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2911
2915
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2912
2916
|
} | null)[] | null | undefined;
|
|
2913
2917
|
flatrate?: ({
|
|
2914
2918
|
__typename?: "WatchProvider" | undefined;
|
|
2915
2919
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2916
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2920
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2917
2921
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2918
2922
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2919
2923
|
} | null)[] | null | undefined;
|
|
2920
2924
|
free?: ({
|
|
2921
2925
|
__typename?: "WatchProvider" | undefined;
|
|
2922
2926
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2923
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2927
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2924
2928
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2925
2929
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2926
2930
|
} | null)[] | null | undefined;
|
|
2927
2931
|
rent?: ({
|
|
2928
2932
|
__typename?: "WatchProvider" | undefined;
|
|
2929
2933
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2930
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2934
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2931
2935
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2932
2936
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2933
2937
|
} | null)[] | null | undefined;
|
|
@@ -2937,35 +2941,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2937
2941
|
ads?: ({
|
|
2938
2942
|
__typename?: "WatchProvider" | undefined;
|
|
2939
2943
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2940
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2944
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2941
2945
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2942
2946
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2943
2947
|
} | null)[] | null | undefined;
|
|
2944
2948
|
buy?: ({
|
|
2945
2949
|
__typename?: "WatchProvider" | undefined;
|
|
2946
2950
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2947
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2951
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2948
2952
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2949
2953
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2950
2954
|
} | null)[] | null | undefined;
|
|
2951
2955
|
flatrate?: ({
|
|
2952
2956
|
__typename?: "WatchProvider" | undefined;
|
|
2953
2957
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2954
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2958
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2955
2959
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2956
2960
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2957
2961
|
} | null)[] | null | undefined;
|
|
2958
2962
|
free?: ({
|
|
2959
2963
|
__typename?: "WatchProvider" | undefined;
|
|
2960
2964
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2961
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2965
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2962
2966
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2963
2967
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2964
2968
|
} | null)[] | null | undefined;
|
|
2965
2969
|
rent?: ({
|
|
2966
2970
|
__typename?: "WatchProvider" | undefined;
|
|
2967
2971
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2968
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2972
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2969
2973
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2970
2974
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2971
2975
|
} | null)[] | null | undefined;
|
|
@@ -2975,35 +2979,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2975
2979
|
ads?: ({
|
|
2976
2980
|
__typename?: "WatchProvider" | undefined;
|
|
2977
2981
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2978
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2982
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2979
2983
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2980
2984
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2981
2985
|
} | null)[] | null | undefined;
|
|
2982
2986
|
buy?: ({
|
|
2983
2987
|
__typename?: "WatchProvider" | undefined;
|
|
2984
2988
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2985
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2989
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2986
2990
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2987
2991
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2988
2992
|
} | null)[] | null | undefined;
|
|
2989
2993
|
flatrate?: ({
|
|
2990
2994
|
__typename?: "WatchProvider" | undefined;
|
|
2991
2995
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2992
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
2996
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2993
2997
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2994
2998
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2995
2999
|
} | null)[] | null | undefined;
|
|
2996
3000
|
free?: ({
|
|
2997
3001
|
__typename?: "WatchProvider" | undefined;
|
|
2998
3002
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2999
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3003
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3000
3004
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3001
3005
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3002
3006
|
} | null)[] | null | undefined;
|
|
3003
3007
|
rent?: ({
|
|
3004
3008
|
__typename?: "WatchProvider" | undefined;
|
|
3005
3009
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3006
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3010
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3007
3011
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3008
3012
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3009
3013
|
} | null)[] | null | undefined;
|
|
@@ -3013,35 +3017,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3013
3017
|
ads?: ({
|
|
3014
3018
|
__typename?: "WatchProvider" | undefined;
|
|
3015
3019
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3016
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3020
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3017
3021
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3018
3022
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3019
3023
|
} | null)[] | null | undefined;
|
|
3020
3024
|
buy?: ({
|
|
3021
3025
|
__typename?: "WatchProvider" | undefined;
|
|
3022
3026
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3023
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3027
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3024
3028
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3025
3029
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3026
3030
|
} | null)[] | null | undefined;
|
|
3027
3031
|
flatrate?: ({
|
|
3028
3032
|
__typename?: "WatchProvider" | undefined;
|
|
3029
3033
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3030
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3034
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3031
3035
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3032
3036
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3033
3037
|
} | null)[] | null | undefined;
|
|
3034
3038
|
free?: ({
|
|
3035
3039
|
__typename?: "WatchProvider" | undefined;
|
|
3036
3040
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3037
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3041
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3038
3042
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3039
3043
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3040
3044
|
} | null)[] | null | undefined;
|
|
3041
3045
|
rent?: ({
|
|
3042
3046
|
__typename?: "WatchProvider" | undefined;
|
|
3043
3047
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3044
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3048
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3045
3049
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3046
3050
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3047
3051
|
} | null)[] | null | undefined;
|
|
@@ -3051,35 +3055,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3051
3055
|
ads?: ({
|
|
3052
3056
|
__typename?: "WatchProvider" | undefined;
|
|
3053
3057
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3054
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3058
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3055
3059
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3056
3060
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3057
3061
|
} | null)[] | null | undefined;
|
|
3058
3062
|
buy?: ({
|
|
3059
3063
|
__typename?: "WatchProvider" | undefined;
|
|
3060
3064
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3061
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3065
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3062
3066
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3063
3067
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3064
3068
|
} | null)[] | null | undefined;
|
|
3065
3069
|
flatrate?: ({
|
|
3066
3070
|
__typename?: "WatchProvider" | undefined;
|
|
3067
3071
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3068
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3072
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3069
3073
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3070
3074
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3071
3075
|
} | null)[] | null | undefined;
|
|
3072
3076
|
free?: ({
|
|
3073
3077
|
__typename?: "WatchProvider" | undefined;
|
|
3074
3078
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3075
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3079
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3076
3080
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3077
3081
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3078
3082
|
} | null)[] | null | undefined;
|
|
3079
3083
|
rent?: ({
|
|
3080
3084
|
__typename?: "WatchProvider" | undefined;
|
|
3081
3085
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3082
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3086
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3083
3087
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3084
3088
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3085
3089
|
} | null)[] | null | undefined;
|
|
@@ -3089,35 +3093,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3089
3093
|
ads?: ({
|
|
3090
3094
|
__typename?: "WatchProvider" | undefined;
|
|
3091
3095
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3092
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3096
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3093
3097
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3094
3098
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3095
3099
|
} | null)[] | null | undefined;
|
|
3096
3100
|
buy?: ({
|
|
3097
3101
|
__typename?: "WatchProvider" | undefined;
|
|
3098
3102
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3099
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3103
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3100
3104
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3101
3105
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3102
3106
|
} | null)[] | null | undefined;
|
|
3103
3107
|
flatrate?: ({
|
|
3104
3108
|
__typename?: "WatchProvider" | undefined;
|
|
3105
3109
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3106
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3110
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3107
3111
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3108
3112
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3109
3113
|
} | null)[] | null | undefined;
|
|
3110
3114
|
free?: ({
|
|
3111
3115
|
__typename?: "WatchProvider" | undefined;
|
|
3112
3116
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3113
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3117
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3114
3118
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3115
3119
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3116
3120
|
} | null)[] | null | undefined;
|
|
3117
3121
|
rent?: ({
|
|
3118
3122
|
__typename?: "WatchProvider" | undefined;
|
|
3119
3123
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3120
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3124
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3121
3125
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3122
3126
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3123
3127
|
} | null)[] | null | undefined;
|
|
@@ -3127,35 +3131,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3127
3131
|
ads?: ({
|
|
3128
3132
|
__typename?: "WatchProvider" | undefined;
|
|
3129
3133
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3130
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3134
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3131
3135
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3132
3136
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3133
3137
|
} | null)[] | null | undefined;
|
|
3134
3138
|
buy?: ({
|
|
3135
3139
|
__typename?: "WatchProvider" | undefined;
|
|
3136
3140
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3137
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3141
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3138
3142
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3139
3143
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3140
3144
|
} | null)[] | null | undefined;
|
|
3141
3145
|
flatrate?: ({
|
|
3142
3146
|
__typename?: "WatchProvider" | undefined;
|
|
3143
3147
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3144
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3148
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3145
3149
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3146
3150
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3147
3151
|
} | null)[] | null | undefined;
|
|
3148
3152
|
free?: ({
|
|
3149
3153
|
__typename?: "WatchProvider" | undefined;
|
|
3150
3154
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3151
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3155
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3152
3156
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3153
3157
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3154
3158
|
} | null)[] | null | undefined;
|
|
3155
3159
|
rent?: ({
|
|
3156
3160
|
__typename?: "WatchProvider" | undefined;
|
|
3157
3161
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3158
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3162
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3159
3163
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3160
3164
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3161
3165
|
} | null)[] | null | undefined;
|
|
@@ -3165,35 +3169,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3165
3169
|
ads?: ({
|
|
3166
3170
|
__typename?: "WatchProvider" | undefined;
|
|
3167
3171
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3168
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3172
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3169
3173
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3170
3174
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3171
3175
|
} | null)[] | null | undefined;
|
|
3172
3176
|
buy?: ({
|
|
3173
3177
|
__typename?: "WatchProvider" | undefined;
|
|
3174
3178
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3175
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3179
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3176
3180
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3177
3181
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3178
3182
|
} | null)[] | null | undefined;
|
|
3179
3183
|
flatrate?: ({
|
|
3180
3184
|
__typename?: "WatchProvider" | undefined;
|
|
3181
3185
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3182
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3186
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3183
3187
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3184
3188
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3185
3189
|
} | null)[] | null | undefined;
|
|
3186
3190
|
free?: ({
|
|
3187
3191
|
__typename?: "WatchProvider" | undefined;
|
|
3188
3192
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3189
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3193
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3190
3194
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3191
3195
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3192
3196
|
} | null)[] | null | undefined;
|
|
3193
3197
|
rent?: ({
|
|
3194
3198
|
__typename?: "WatchProvider" | undefined;
|
|
3195
3199
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3196
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3200
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3197
3201
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3198
3202
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3199
3203
|
} | null)[] | null | undefined;
|
|
@@ -3203,35 +3207,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3203
3207
|
ads?: ({
|
|
3204
3208
|
__typename?: "WatchProvider" | undefined;
|
|
3205
3209
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3206
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3210
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3207
3211
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3208
3212
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3209
3213
|
} | null)[] | null | undefined;
|
|
3210
3214
|
buy?: ({
|
|
3211
3215
|
__typename?: "WatchProvider" | undefined;
|
|
3212
3216
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3213
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3217
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3214
3218
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3215
3219
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3216
3220
|
} | null)[] | null | undefined;
|
|
3217
3221
|
flatrate?: ({
|
|
3218
3222
|
__typename?: "WatchProvider" | undefined;
|
|
3219
3223
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3220
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3224
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3221
3225
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3222
3226
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3223
3227
|
} | null)[] | null | undefined;
|
|
3224
3228
|
free?: ({
|
|
3225
3229
|
__typename?: "WatchProvider" | undefined;
|
|
3226
3230
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3227
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3231
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3228
3232
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3229
3233
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3230
3234
|
} | null)[] | null | undefined;
|
|
3231
3235
|
rent?: ({
|
|
3232
3236
|
__typename?: "WatchProvider" | undefined;
|
|
3233
3237
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3234
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3238
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3235
3239
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3236
3240
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3237
3241
|
} | null)[] | null | undefined;
|
|
@@ -3241,35 +3245,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3241
3245
|
ads?: ({
|
|
3242
3246
|
__typename?: "WatchProvider" | undefined;
|
|
3243
3247
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3244
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3248
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3245
3249
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3246
3250
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3247
3251
|
} | null)[] | null | undefined;
|
|
3248
3252
|
buy?: ({
|
|
3249
3253
|
__typename?: "WatchProvider" | undefined;
|
|
3250
3254
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3251
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3255
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3252
3256
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3253
3257
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3254
3258
|
} | null)[] | null | undefined;
|
|
3255
3259
|
flatrate?: ({
|
|
3256
3260
|
__typename?: "WatchProvider" | undefined;
|
|
3257
3261
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3258
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3262
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3259
3263
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3260
3264
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3261
3265
|
} | null)[] | null | undefined;
|
|
3262
3266
|
free?: ({
|
|
3263
3267
|
__typename?: "WatchProvider" | undefined;
|
|
3264
3268
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3265
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3269
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3266
3270
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3267
3271
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3268
3272
|
} | null)[] | null | undefined;
|
|
3269
3273
|
rent?: ({
|
|
3270
3274
|
__typename?: "WatchProvider" | undefined;
|
|
3271
3275
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3272
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3276
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3273
3277
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3274
3278
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3275
3279
|
} | null)[] | null | undefined;
|
|
@@ -3279,35 +3283,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3279
3283
|
ads?: ({
|
|
3280
3284
|
__typename?: "WatchProvider" | undefined;
|
|
3281
3285
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3282
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3286
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3283
3287
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3284
3288
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3285
3289
|
} | null)[] | null | undefined;
|
|
3286
3290
|
buy?: ({
|
|
3287
3291
|
__typename?: "WatchProvider" | undefined;
|
|
3288
3292
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3289
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3293
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3290
3294
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3291
3295
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3292
3296
|
} | null)[] | null | undefined;
|
|
3293
3297
|
flatrate?: ({
|
|
3294
3298
|
__typename?: "WatchProvider" | undefined;
|
|
3295
3299
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3296
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3300
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3297
3301
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3298
3302
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3299
3303
|
} | null)[] | null | undefined;
|
|
3300
3304
|
free?: ({
|
|
3301
3305
|
__typename?: "WatchProvider" | undefined;
|
|
3302
3306
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3303
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3307
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3304
3308
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3305
3309
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3306
3310
|
} | null)[] | null | undefined;
|
|
3307
3311
|
rent?: ({
|
|
3308
3312
|
__typename?: "WatchProvider" | undefined;
|
|
3309
3313
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3310
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3314
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3311
3315
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3312
3316
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3313
3317
|
} | null)[] | null | undefined;
|
|
@@ -3317,35 +3321,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3317
3321
|
ads?: ({
|
|
3318
3322
|
__typename?: "WatchProvider" | undefined;
|
|
3319
3323
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3320
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3324
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3321
3325
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3322
3326
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3323
3327
|
} | null)[] | null | undefined;
|
|
3324
3328
|
buy?: ({
|
|
3325
3329
|
__typename?: "WatchProvider" | undefined;
|
|
3326
3330
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3327
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3331
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3328
3332
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3329
3333
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3330
3334
|
} | null)[] | null | undefined;
|
|
3331
3335
|
flatrate?: ({
|
|
3332
3336
|
__typename?: "WatchProvider" | undefined;
|
|
3333
3337
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3334
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3338
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3335
3339
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3336
3340
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3337
3341
|
} | null)[] | null | undefined;
|
|
3338
3342
|
free?: ({
|
|
3339
3343
|
__typename?: "WatchProvider" | undefined;
|
|
3340
3344
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3341
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3345
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3342
3346
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3343
3347
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3344
3348
|
} | null)[] | null | undefined;
|
|
3345
3349
|
rent?: ({
|
|
3346
3350
|
__typename?: "WatchProvider" | undefined;
|
|
3347
3351
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3348
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3352
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3349
3353
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3350
3354
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3351
3355
|
} | null)[] | null | undefined;
|
|
@@ -3355,35 +3359,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3355
3359
|
ads?: ({
|
|
3356
3360
|
__typename?: "WatchProvider" | undefined;
|
|
3357
3361
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3358
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3362
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3359
3363
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3360
3364
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3361
3365
|
} | null)[] | null | undefined;
|
|
3362
3366
|
buy?: ({
|
|
3363
3367
|
__typename?: "WatchProvider" | undefined;
|
|
3364
3368
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3365
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3369
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3366
3370
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3367
3371
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3368
3372
|
} | null)[] | null | undefined;
|
|
3369
3373
|
flatrate?: ({
|
|
3370
3374
|
__typename?: "WatchProvider" | undefined;
|
|
3371
3375
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3372
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3376
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3373
3377
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3374
3378
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3375
3379
|
} | null)[] | null | undefined;
|
|
3376
3380
|
free?: ({
|
|
3377
3381
|
__typename?: "WatchProvider" | undefined;
|
|
3378
3382
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3379
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3383
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3380
3384
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3381
3385
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3382
3386
|
} | null)[] | null | undefined;
|
|
3383
3387
|
rent?: ({
|
|
3384
3388
|
__typename?: "WatchProvider" | undefined;
|
|
3385
3389
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3386
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3390
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3387
3391
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3388
3392
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3389
3393
|
} | null)[] | null | undefined;
|
|
@@ -3393,35 +3397,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3393
3397
|
ads?: ({
|
|
3394
3398
|
__typename?: "WatchProvider" | undefined;
|
|
3395
3399
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3396
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3400
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3397
3401
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3398
3402
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3399
3403
|
} | null)[] | null | undefined;
|
|
3400
3404
|
buy?: ({
|
|
3401
3405
|
__typename?: "WatchProvider" | undefined;
|
|
3402
3406
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3403
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3407
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3404
3408
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3405
3409
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3406
3410
|
} | null)[] | null | undefined;
|
|
3407
3411
|
flatrate?: ({
|
|
3408
3412
|
__typename?: "WatchProvider" | undefined;
|
|
3409
3413
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3410
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3414
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3411
3415
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3412
3416
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3413
3417
|
} | null)[] | null | undefined;
|
|
3414
3418
|
free?: ({
|
|
3415
3419
|
__typename?: "WatchProvider" | undefined;
|
|
3416
3420
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3417
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3421
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3418
3422
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3419
3423
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3420
3424
|
} | null)[] | null | undefined;
|
|
3421
3425
|
rent?: ({
|
|
3422
3426
|
__typename?: "WatchProvider" | undefined;
|
|
3423
3427
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3424
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3428
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3425
3429
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3426
3430
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3427
3431
|
} | null)[] | null | undefined;
|
|
@@ -3431,35 +3435,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3431
3435
|
ads?: ({
|
|
3432
3436
|
__typename?: "WatchProvider" | undefined;
|
|
3433
3437
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3434
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3438
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3435
3439
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3436
3440
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3437
3441
|
} | null)[] | null | undefined;
|
|
3438
3442
|
buy?: ({
|
|
3439
3443
|
__typename?: "WatchProvider" | undefined;
|
|
3440
3444
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3441
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3445
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3442
3446
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3443
3447
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3444
3448
|
} | null)[] | null | undefined;
|
|
3445
3449
|
flatrate?: ({
|
|
3446
3450
|
__typename?: "WatchProvider" | undefined;
|
|
3447
3451
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3448
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3452
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3449
3453
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3450
3454
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3451
3455
|
} | null)[] | null | undefined;
|
|
3452
3456
|
free?: ({
|
|
3453
3457
|
__typename?: "WatchProvider" | undefined;
|
|
3454
3458
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3455
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3459
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3456
3460
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3457
3461
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3458
3462
|
} | null)[] | null | undefined;
|
|
3459
3463
|
rent?: ({
|
|
3460
3464
|
__typename?: "WatchProvider" | undefined;
|
|
3461
3465
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3462
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3466
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3463
3467
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3464
3468
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3465
3469
|
} | null)[] | null | undefined;
|
|
@@ -3469,35 +3473,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3469
3473
|
ads?: ({
|
|
3470
3474
|
__typename?: "WatchProvider" | undefined;
|
|
3471
3475
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3472
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3476
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3473
3477
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3474
3478
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3475
3479
|
} | null)[] | null | undefined;
|
|
3476
3480
|
buy?: ({
|
|
3477
3481
|
__typename?: "WatchProvider" | undefined;
|
|
3478
3482
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3479
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3483
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3480
3484
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3481
3485
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3482
3486
|
} | null)[] | null | undefined;
|
|
3483
3487
|
flatrate?: ({
|
|
3484
3488
|
__typename?: "WatchProvider" | undefined;
|
|
3485
3489
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3486
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3490
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3487
3491
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3488
3492
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3489
3493
|
} | null)[] | null | undefined;
|
|
3490
3494
|
free?: ({
|
|
3491
3495
|
__typename?: "WatchProvider" | undefined;
|
|
3492
3496
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3493
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3497
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3494
3498
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3495
3499
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3496
3500
|
} | null)[] | null | undefined;
|
|
3497
3501
|
rent?: ({
|
|
3498
3502
|
__typename?: "WatchProvider" | undefined;
|
|
3499
3503
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3500
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3504
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3501
3505
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3502
3506
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3503
3507
|
} | null)[] | null | undefined;
|
|
@@ -3507,35 +3511,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3507
3511
|
ads?: ({
|
|
3508
3512
|
__typename?: "WatchProvider" | undefined;
|
|
3509
3513
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3510
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3514
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3511
3515
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3512
3516
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3513
3517
|
} | null)[] | null | undefined;
|
|
3514
3518
|
buy?: ({
|
|
3515
3519
|
__typename?: "WatchProvider" | undefined;
|
|
3516
3520
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3517
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3521
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3518
3522
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3519
3523
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3520
3524
|
} | null)[] | null | undefined;
|
|
3521
3525
|
flatrate?: ({
|
|
3522
3526
|
__typename?: "WatchProvider" | undefined;
|
|
3523
3527
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3524
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3528
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3525
3529
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3526
3530
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3527
3531
|
} | null)[] | null | undefined;
|
|
3528
3532
|
free?: ({
|
|
3529
3533
|
__typename?: "WatchProvider" | undefined;
|
|
3530
3534
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3531
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3535
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3532
3536
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3533
3537
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3534
3538
|
} | null)[] | null | undefined;
|
|
3535
3539
|
rent?: ({
|
|
3536
3540
|
__typename?: "WatchProvider" | undefined;
|
|
3537
3541
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3538
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3542
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3539
3543
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3540
3544
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3541
3545
|
} | null)[] | null | undefined;
|
|
@@ -3545,35 +3549,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3545
3549
|
ads?: ({
|
|
3546
3550
|
__typename?: "WatchProvider" | undefined;
|
|
3547
3551
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3548
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3552
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3549
3553
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3550
3554
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3551
3555
|
} | null)[] | null | undefined;
|
|
3552
3556
|
buy?: ({
|
|
3553
3557
|
__typename?: "WatchProvider" | undefined;
|
|
3554
3558
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3555
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3559
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3556
3560
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3557
3561
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3558
3562
|
} | null)[] | null | undefined;
|
|
3559
3563
|
flatrate?: ({
|
|
3560
3564
|
__typename?: "WatchProvider" | undefined;
|
|
3561
3565
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3562
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3566
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3563
3567
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3564
3568
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3565
3569
|
} | null)[] | null | undefined;
|
|
3566
3570
|
free?: ({
|
|
3567
3571
|
__typename?: "WatchProvider" | undefined;
|
|
3568
3572
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3569
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3573
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3570
3574
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3571
3575
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3572
3576
|
} | null)[] | null | undefined;
|
|
3573
3577
|
rent?: ({
|
|
3574
3578
|
__typename?: "WatchProvider" | undefined;
|
|
3575
3579
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3576
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3580
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3577
3581
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3578
3582
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3579
3583
|
} | null)[] | null | undefined;
|
|
@@ -3583,35 +3587,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3583
3587
|
ads?: ({
|
|
3584
3588
|
__typename?: "WatchProvider" | undefined;
|
|
3585
3589
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3586
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3590
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3587
3591
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3588
3592
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3589
3593
|
} | null)[] | null | undefined;
|
|
3590
3594
|
buy?: ({
|
|
3591
3595
|
__typename?: "WatchProvider" | undefined;
|
|
3592
3596
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3593
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3597
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3594
3598
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3595
3599
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3596
3600
|
} | null)[] | null | undefined;
|
|
3597
3601
|
flatrate?: ({
|
|
3598
3602
|
__typename?: "WatchProvider" | undefined;
|
|
3599
3603
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3600
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3604
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3601
3605
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3602
3606
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3603
3607
|
} | null)[] | null | undefined;
|
|
3604
3608
|
free?: ({
|
|
3605
3609
|
__typename?: "WatchProvider" | undefined;
|
|
3606
3610
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3607
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3611
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3608
3612
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3609
3613
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3610
3614
|
} | null)[] | null | undefined;
|
|
3611
3615
|
rent?: ({
|
|
3612
3616
|
__typename?: "WatchProvider" | undefined;
|
|
3613
3617
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3614
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3618
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3615
3619
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3616
3620
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3617
3621
|
} | null)[] | null | undefined;
|
|
@@ -3621,35 +3625,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3621
3625
|
ads?: ({
|
|
3622
3626
|
__typename?: "WatchProvider" | undefined;
|
|
3623
3627
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3624
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3628
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3625
3629
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3626
3630
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3627
3631
|
} | null)[] | null | undefined;
|
|
3628
3632
|
buy?: ({
|
|
3629
3633
|
__typename?: "WatchProvider" | undefined;
|
|
3630
3634
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3631
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3635
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3632
3636
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3633
3637
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3634
3638
|
} | null)[] | null | undefined;
|
|
3635
3639
|
flatrate?: ({
|
|
3636
3640
|
__typename?: "WatchProvider" | undefined;
|
|
3637
3641
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3638
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3642
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3639
3643
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3640
3644
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3641
3645
|
} | null)[] | null | undefined;
|
|
3642
3646
|
free?: ({
|
|
3643
3647
|
__typename?: "WatchProvider" | undefined;
|
|
3644
3648
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3645
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3649
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3646
3650
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3647
3651
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3648
3652
|
} | null)[] | null | undefined;
|
|
3649
3653
|
rent?: ({
|
|
3650
3654
|
__typename?: "WatchProvider" | undefined;
|
|
3651
3655
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3652
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3656
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3653
3657
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3654
3658
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3655
3659
|
} | null)[] | null | undefined;
|
|
@@ -3659,35 +3663,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3659
3663
|
ads?: ({
|
|
3660
3664
|
__typename?: "WatchProvider" | undefined;
|
|
3661
3665
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3662
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3666
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3663
3667
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3664
3668
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3665
3669
|
} | null)[] | null | undefined;
|
|
3666
3670
|
buy?: ({
|
|
3667
3671
|
__typename?: "WatchProvider" | undefined;
|
|
3668
3672
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3669
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3673
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3670
3674
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3671
3675
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3672
3676
|
} | null)[] | null | undefined;
|
|
3673
3677
|
flatrate?: ({
|
|
3674
3678
|
__typename?: "WatchProvider" | undefined;
|
|
3675
3679
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3676
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3680
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3677
3681
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3678
3682
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3679
3683
|
} | null)[] | null | undefined;
|
|
3680
3684
|
free?: ({
|
|
3681
3685
|
__typename?: "WatchProvider" | undefined;
|
|
3682
3686
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3683
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3687
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3684
3688
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3685
3689
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3686
3690
|
} | null)[] | null | undefined;
|
|
3687
3691
|
rent?: ({
|
|
3688
3692
|
__typename?: "WatchProvider" | undefined;
|
|
3689
3693
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3690
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3694
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3691
3695
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3692
3696
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3693
3697
|
} | null)[] | null | undefined;
|
|
@@ -3697,35 +3701,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3697
3701
|
ads?: ({
|
|
3698
3702
|
__typename?: "WatchProvider" | undefined;
|
|
3699
3703
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3700
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3704
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3701
3705
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3702
3706
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3703
3707
|
} | null)[] | null | undefined;
|
|
3704
3708
|
buy?: ({
|
|
3705
3709
|
__typename?: "WatchProvider" | undefined;
|
|
3706
3710
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3707
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3711
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3708
3712
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3709
3713
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3710
3714
|
} | null)[] | null | undefined;
|
|
3711
3715
|
flatrate?: ({
|
|
3712
3716
|
__typename?: "WatchProvider" | undefined;
|
|
3713
3717
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3714
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3718
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3715
3719
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3716
3720
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3717
3721
|
} | null)[] | null | undefined;
|
|
3718
3722
|
free?: ({
|
|
3719
3723
|
__typename?: "WatchProvider" | undefined;
|
|
3720
3724
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3721
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3725
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3722
3726
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3723
3727
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3724
3728
|
} | null)[] | null | undefined;
|
|
3725
3729
|
rent?: ({
|
|
3726
3730
|
__typename?: "WatchProvider" | undefined;
|
|
3727
3731
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3728
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3732
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3729
3733
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3730
3734
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3731
3735
|
} | null)[] | null | undefined;
|
|
@@ -3735,35 +3739,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3735
3739
|
ads?: ({
|
|
3736
3740
|
__typename?: "WatchProvider" | undefined;
|
|
3737
3741
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3738
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3742
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3739
3743
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3740
3744
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3741
3745
|
} | null)[] | null | undefined;
|
|
3742
3746
|
buy?: ({
|
|
3743
3747
|
__typename?: "WatchProvider" | undefined;
|
|
3744
3748
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3745
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3749
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3746
3750
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3747
3751
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3748
3752
|
} | null)[] | null | undefined;
|
|
3749
3753
|
flatrate?: ({
|
|
3750
3754
|
__typename?: "WatchProvider" | undefined;
|
|
3751
3755
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3752
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3756
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3753
3757
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3754
3758
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3755
3759
|
} | null)[] | null | undefined;
|
|
3756
3760
|
free?: ({
|
|
3757
3761
|
__typename?: "WatchProvider" | undefined;
|
|
3758
3762
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3759
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3763
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3760
3764
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3761
3765
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3762
3766
|
} | null)[] | null | undefined;
|
|
3763
3767
|
rent?: ({
|
|
3764
3768
|
__typename?: "WatchProvider" | undefined;
|
|
3765
3769
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3766
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3770
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3767
3771
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3768
3772
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3769
3773
|
} | null)[] | null | undefined;
|
|
@@ -3773,35 +3777,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3773
3777
|
ads?: ({
|
|
3774
3778
|
__typename?: "WatchProvider" | undefined;
|
|
3775
3779
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3776
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3780
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3777
3781
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3778
3782
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3779
3783
|
} | null)[] | null | undefined;
|
|
3780
3784
|
buy?: ({
|
|
3781
3785
|
__typename?: "WatchProvider" | undefined;
|
|
3782
3786
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3783
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3787
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3784
3788
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3785
3789
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3786
3790
|
} | null)[] | null | undefined;
|
|
3787
3791
|
flatrate?: ({
|
|
3788
3792
|
__typename?: "WatchProvider" | undefined;
|
|
3789
3793
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3790
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3794
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3791
3795
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3792
3796
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3793
3797
|
} | null)[] | null | undefined;
|
|
3794
3798
|
free?: ({
|
|
3795
3799
|
__typename?: "WatchProvider" | undefined;
|
|
3796
3800
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3797
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3801
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3798
3802
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3799
3803
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3800
3804
|
} | null)[] | null | undefined;
|
|
3801
3805
|
rent?: ({
|
|
3802
3806
|
__typename?: "WatchProvider" | undefined;
|
|
3803
3807
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3804
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3808
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3805
3809
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3806
3810
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3807
3811
|
} | null)[] | null | undefined;
|
|
@@ -3811,35 +3815,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3811
3815
|
ads?: ({
|
|
3812
3816
|
__typename?: "WatchProvider" | undefined;
|
|
3813
3817
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3814
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3818
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3815
3819
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3816
3820
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3817
3821
|
} | null)[] | null | undefined;
|
|
3818
3822
|
buy?: ({
|
|
3819
3823
|
__typename?: "WatchProvider" | undefined;
|
|
3820
3824
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3821
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3825
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3822
3826
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3823
3827
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3824
3828
|
} | null)[] | null | undefined;
|
|
3825
3829
|
flatrate?: ({
|
|
3826
3830
|
__typename?: "WatchProvider" | undefined;
|
|
3827
3831
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3828
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3832
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3829
3833
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3830
3834
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3831
3835
|
} | null)[] | null | undefined;
|
|
3832
3836
|
free?: ({
|
|
3833
3837
|
__typename?: "WatchProvider" | undefined;
|
|
3834
3838
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3835
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3839
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3836
3840
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3837
3841
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3838
3842
|
} | null)[] | null | undefined;
|
|
3839
3843
|
rent?: ({
|
|
3840
3844
|
__typename?: "WatchProvider" | undefined;
|
|
3841
3845
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3842
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3846
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3843
3847
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3844
3848
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3845
3849
|
} | null)[] | null | undefined;
|
|
@@ -3849,35 +3853,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3849
3853
|
ads?: ({
|
|
3850
3854
|
__typename?: "WatchProvider" | undefined;
|
|
3851
3855
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3852
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3856
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3853
3857
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3854
3858
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3855
3859
|
} | null)[] | null | undefined;
|
|
3856
3860
|
buy?: ({
|
|
3857
3861
|
__typename?: "WatchProvider" | undefined;
|
|
3858
3862
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3859
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3863
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3860
3864
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3861
3865
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3862
3866
|
} | null)[] | null | undefined;
|
|
3863
3867
|
flatrate?: ({
|
|
3864
3868
|
__typename?: "WatchProvider" | undefined;
|
|
3865
3869
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3866
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3870
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3867
3871
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3868
3872
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3869
3873
|
} | null)[] | null | undefined;
|
|
3870
3874
|
free?: ({
|
|
3871
3875
|
__typename?: "WatchProvider" | undefined;
|
|
3872
3876
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3873
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3877
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3874
3878
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3875
3879
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3876
3880
|
} | null)[] | null | undefined;
|
|
3877
3881
|
rent?: ({
|
|
3878
3882
|
__typename?: "WatchProvider" | undefined;
|
|
3879
3883
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3880
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3884
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3881
3885
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3882
3886
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3883
3887
|
} | null)[] | null | undefined;
|
|
@@ -3887,35 +3891,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3887
3891
|
ads?: ({
|
|
3888
3892
|
__typename?: "WatchProvider" | undefined;
|
|
3889
3893
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3890
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3894
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3891
3895
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3892
3896
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3893
3897
|
} | null)[] | null | undefined;
|
|
3894
3898
|
buy?: ({
|
|
3895
3899
|
__typename?: "WatchProvider" | undefined;
|
|
3896
3900
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3897
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3901
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3898
3902
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3899
3903
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3900
3904
|
} | null)[] | null | undefined;
|
|
3901
3905
|
flatrate?: ({
|
|
3902
3906
|
__typename?: "WatchProvider" | undefined;
|
|
3903
3907
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3904
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3908
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3905
3909
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3906
3910
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3907
3911
|
} | null)[] | null | undefined;
|
|
3908
3912
|
free?: ({
|
|
3909
3913
|
__typename?: "WatchProvider" | undefined;
|
|
3910
3914
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3911
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3915
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3912
3916
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3913
3917
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3914
3918
|
} | null)[] | null | undefined;
|
|
3915
3919
|
rent?: ({
|
|
3916
3920
|
__typename?: "WatchProvider" | undefined;
|
|
3917
3921
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3918
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3922
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3919
3923
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3920
3924
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3921
3925
|
} | null)[] | null | undefined;
|
|
@@ -3925,35 +3929,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3925
3929
|
ads?: ({
|
|
3926
3930
|
__typename?: "WatchProvider" | undefined;
|
|
3927
3931
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3928
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3932
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3929
3933
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3930
3934
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3931
3935
|
} | null)[] | null | undefined;
|
|
3932
3936
|
buy?: ({
|
|
3933
3937
|
__typename?: "WatchProvider" | undefined;
|
|
3934
3938
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3935
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3939
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3936
3940
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3937
3941
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3938
3942
|
} | null)[] | null | undefined;
|
|
3939
3943
|
flatrate?: ({
|
|
3940
3944
|
__typename?: "WatchProvider" | undefined;
|
|
3941
3945
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3942
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3946
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3943
3947
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3944
3948
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3945
3949
|
} | null)[] | null | undefined;
|
|
3946
3950
|
free?: ({
|
|
3947
3951
|
__typename?: "WatchProvider" | undefined;
|
|
3948
3952
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3949
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3953
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3950
3954
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3951
3955
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3952
3956
|
} | null)[] | null | undefined;
|
|
3953
3957
|
rent?: ({
|
|
3954
3958
|
__typename?: "WatchProvider" | undefined;
|
|
3955
3959
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3956
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3960
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3957
3961
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3958
3962
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3959
3963
|
} | null)[] | null | undefined;
|
|
@@ -3963,35 +3967,35 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
3963
3967
|
ads?: ({
|
|
3964
3968
|
__typename?: "WatchProvider" | undefined;
|
|
3965
3969
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3966
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3970
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3967
3971
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3968
3972
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3969
3973
|
} | null)[] | null | undefined;
|
|
3970
3974
|
buy?: ({
|
|
3971
3975
|
__typename?: "WatchProvider" | undefined;
|
|
3972
3976
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3973
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3977
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3974
3978
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3975
3979
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3976
3980
|
} | null)[] | null | undefined;
|
|
3977
3981
|
flatrate?: ({
|
|
3978
3982
|
__typename?: "WatchProvider" | undefined;
|
|
3979
3983
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3980
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3984
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3981
3985
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3982
3986
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3983
3987
|
} | null)[] | null | undefined;
|
|
3984
3988
|
free?: ({
|
|
3985
3989
|
__typename?: "WatchProvider" | undefined;
|
|
3986
3990
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3987
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3991
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3988
3992
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3989
3993
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3990
3994
|
} | null)[] | null | undefined;
|
|
3991
3995
|
rent?: ({
|
|
3992
3996
|
__typename?: "WatchProvider" | undefined;
|
|
3993
3997
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3994
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
3998
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3995
3999
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3996
4000
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3997
4001
|
} | null)[] | null | undefined;
|
|
@@ -4000,7 +4004,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
4000
4004
|
};
|
|
4001
4005
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
4002
4006
|
person: {
|
|
4003
|
-
id:
|
|
4007
|
+
id: number;
|
|
4004
4008
|
__typename?: "Person" | undefined;
|
|
4005
4009
|
adult: boolean;
|
|
4006
4010
|
also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -4009,15 +4013,15 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
4009
4013
|
combined_credits?: {
|
|
4010
4014
|
__typename?: "CreditsCombined" | undefined;
|
|
4011
4015
|
cast?: ({
|
|
4012
|
-
id:
|
|
4016
|
+
id: number;
|
|
4013
4017
|
__typename?: "CreditCombinedCast" | undefined;
|
|
4014
4018
|
adult: boolean;
|
|
4015
4019
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4016
4020
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4017
|
-
credit_id: string
|
|
4021
|
+
credit_id: string;
|
|
4018
4022
|
episode_count: number;
|
|
4019
4023
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4020
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
4024
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4021
4025
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
4022
4026
|
name: string;
|
|
4023
4027
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -4034,15 +4038,15 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
4034
4038
|
vote_count: number;
|
|
4035
4039
|
} | null)[] | null | undefined;
|
|
4036
4040
|
crew?: ({
|
|
4037
|
-
id:
|
|
4041
|
+
id: number;
|
|
4038
4042
|
__typename?: "CreditCombinedCrew" | undefined;
|
|
4039
4043
|
adult: boolean;
|
|
4040
4044
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4041
|
-
credit_id: string
|
|
4045
|
+
credit_id: string;
|
|
4042
4046
|
department: string;
|
|
4043
4047
|
episode_count: number;
|
|
4044
4048
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4045
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
4049
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4046
4050
|
job: string;
|
|
4047
4051
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
4048
4052
|
name: string;
|
|
@@ -4080,13 +4084,13 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
4080
4084
|
movie_credits?: {
|
|
4081
4085
|
__typename?: "CreditsMovie" | undefined;
|
|
4082
4086
|
cast?: ({
|
|
4083
|
-
id:
|
|
4087
|
+
id: number;
|
|
4084
4088
|
__typename?: "CreditMovieCast" | undefined;
|
|
4085
4089
|
adult: boolean;
|
|
4086
4090
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4087
4091
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4088
|
-
credit_id: string
|
|
4089
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
4092
|
+
credit_id: string;
|
|
4093
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4090
4094
|
original_language: string;
|
|
4091
4095
|
original_title: string;
|
|
4092
4096
|
overview: string;
|
|
@@ -4099,13 +4103,13 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
4099
4103
|
vote_count: number;
|
|
4100
4104
|
} | null)[] | null | undefined;
|
|
4101
4105
|
crew?: ({
|
|
4102
|
-
id:
|
|
4106
|
+
id: number;
|
|
4103
4107
|
__typename?: "CreditMovieCrew" | undefined;
|
|
4104
4108
|
adult: boolean;
|
|
4105
4109
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4106
|
-
credit_id: string
|
|
4110
|
+
credit_id: string;
|
|
4107
4111
|
department: string;
|
|
4108
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
4112
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4109
4113
|
job: string;
|
|
4110
4114
|
original_language: string;
|
|
4111
4115
|
original_title: string;
|
|
@@ -4152,14 +4156,14 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
4152
4156
|
tv_credits?: {
|
|
4153
4157
|
__typename?: "CreditsTv" | undefined;
|
|
4154
4158
|
cast?: ({
|
|
4155
|
-
id:
|
|
4159
|
+
id: number;
|
|
4156
4160
|
__typename?: "CreditTvCast" | undefined;
|
|
4157
4161
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4158
4162
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4159
|
-
credit_id: string
|
|
4163
|
+
credit_id: string;
|
|
4160
4164
|
episode_count: number;
|
|
4161
4165
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4162
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
4166
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4163
4167
|
name: string;
|
|
4164
4168
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
4165
4169
|
original_language: string;
|
|
@@ -4171,14 +4175,14 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
4171
4175
|
vote_count: number;
|
|
4172
4176
|
} | null)[] | null | undefined;
|
|
4173
4177
|
crew?: ({
|
|
4174
|
-
id:
|
|
4178
|
+
id: number;
|
|
4175
4179
|
__typename?: "CreditTvCrew" | undefined;
|
|
4176
4180
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4177
|
-
credit_id: string
|
|
4181
|
+
credit_id: string;
|
|
4178
4182
|
department: string;
|
|
4179
4183
|
episode_count: number;
|
|
4180
4184
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4181
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<
|
|
4185
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4182
4186
|
job: string;
|
|
4183
4187
|
name: string;
|
|
4184
4188
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|