@tmdb-graphql-api/resolvers 0.0.34 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/production.analysis.txt +37 -37
- package/dist/types/cjs/helpers/getTvIdSeasonAndEpisode.d.cts +3 -2
- 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 +468 -472
- package/dist/types/cjs/queries/credit.d.cts.map +1 -1
- package/dist/types/cjs/queries/episode.d.cts +12 -13
- 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 +31 -34
- 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 +1144 -1167
- 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 +582 -594
- package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvReviews.d.cts +582 -594
- package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +582 -594
- 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 +0 -2
- package/dist/types/cjs/types.d.cts.map +1 -1
- package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +3 -2
- 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 +468 -472
- package/dist/types/esm/queries/credit.d.ts.map +1 -1
- package/dist/types/esm/queries/episode.d.ts +12 -13
- 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 +31 -34
- 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 +1144 -1167
- 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 +582 -594
- package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
- package/dist/types/esm/queries/tvReviews.d.ts +582 -594
- package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts +582 -594
- 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 +0 -2
- 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 +0 -2
- package/src/helpers/getTvIdSeasonAndEpisode.ts +10 -6
- package/src/queries/__snapshots__/episode.test.ts.snap +1 -2
- package/src/queries/__snapshots__/season.test.ts.snap +1 -2
- package/src/queries/episode.test.ts +2 -2
- package/src/queries/episode.ts +7 -7
- package/src/queries/episodeCredits.test.ts +5 -15
- package/src/queries/episodeExternalIds.test.ts +3 -13
- package/src/queries/episodeStills.test.ts +3 -13
- package/src/queries/episodeTranslations.test.ts +3 -13
- package/src/queries/episodeVideos.test.ts +3 -13
- package/src/queries/season.test.ts +2 -2
- package/src/queries/season.ts +6 -6
- package/src/types.ts +2 -9
|
@@ -5,7 +5,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
5
5
|
episodes: import("../types.cts").RawEpisode[] | undefined;
|
|
6
6
|
movies: {
|
|
7
7
|
genres: ({
|
|
8
|
-
id: number;
|
|
8
|
+
id: string | number;
|
|
9
9
|
__typename?: "Genre" | undefined;
|
|
10
10
|
name: string;
|
|
11
11
|
} | null)[];
|
|
@@ -22,7 +22,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
22
22
|
} | null)[] | null | undefined;
|
|
23
23
|
__typename?: "Movie" | undefined;
|
|
24
24
|
title: string;
|
|
25
|
-
id: number;
|
|
25
|
+
id: string | number;
|
|
26
26
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
27
27
|
overview: string;
|
|
28
28
|
poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -37,7 +37,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
37
37
|
vote_average: number;
|
|
38
38
|
vote_count: number;
|
|
39
39
|
belongs_to_collection?: {
|
|
40
|
-
id: number;
|
|
40
|
+
id: string | number;
|
|
41
41
|
__typename?: "Collection" | undefined;
|
|
42
42
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
43
43
|
backdrops?: ({
|
|
@@ -54,7 +54,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
54
54
|
name: string;
|
|
55
55
|
overview: string;
|
|
56
56
|
parts: ({
|
|
57
|
-
id: number;
|
|
57
|
+
id: string | number;
|
|
58
58
|
__typename?: "Movie" | undefined;
|
|
59
59
|
adult: boolean;
|
|
60
60
|
alternative_titles?: ({
|
|
@@ -79,12 +79,12 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
79
79
|
belongs_to_collection?: any | null | undefined;
|
|
80
80
|
budget: number;
|
|
81
81
|
cast?: ({
|
|
82
|
-
id: number;
|
|
82
|
+
id: string | number;
|
|
83
83
|
__typename?: "Cast" | undefined;
|
|
84
84
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
85
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
85
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
86
86
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
87
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
87
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
88
88
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
89
89
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
90
90
|
name: string;
|
|
@@ -94,10 +94,10 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
94
94
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
95
95
|
} | null)[] | null | undefined;
|
|
96
96
|
crew?: ({
|
|
97
|
-
id: number;
|
|
97
|
+
id: string | number;
|
|
98
98
|
__typename?: "Crew" | undefined;
|
|
99
99
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
100
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
100
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
101
101
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
102
102
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
103
103
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -119,7 +119,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
119
119
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
120
120
|
} | null | undefined;
|
|
121
121
|
genres: ({
|
|
122
|
-
id: number;
|
|
122
|
+
id: string | number;
|
|
123
123
|
__typename?: "Genre" | undefined;
|
|
124
124
|
name: string;
|
|
125
125
|
} | null)[];
|
|
@@ -127,7 +127,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
127
127
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
128
128
|
keywords?: ({
|
|
129
129
|
__typename?: "Keyword" | undefined;
|
|
130
|
-
id: number;
|
|
130
|
+
id: string | number;
|
|
131
131
|
name: string;
|
|
132
132
|
} | null)[] | null | undefined;
|
|
133
133
|
logos?: ({
|
|
@@ -159,7 +159,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
159
159
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
160
160
|
} | null)[] | null | undefined;
|
|
161
161
|
production_companies: ({
|
|
162
|
-
id: number;
|
|
162
|
+
id: string | number;
|
|
163
163
|
__typename?: "Company" | undefined;
|
|
164
164
|
alternative_names?: ({
|
|
165
165
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -237,6 +237,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
237
237
|
__typename?: "ReviewEdge" | undefined;
|
|
238
238
|
cursor: string;
|
|
239
239
|
node: {
|
|
240
|
+
id: string | number;
|
|
240
241
|
__typename?: "Review" | undefined;
|
|
241
242
|
author: string;
|
|
242
243
|
author_details?: {
|
|
@@ -248,7 +249,6 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
248
249
|
} | null | undefined;
|
|
249
250
|
content: string;
|
|
250
251
|
created_at: string;
|
|
251
|
-
id: string;
|
|
252
252
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
253
253
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
254
254
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -256,6 +256,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
256
256
|
};
|
|
257
257
|
} | null)[] | null | undefined;
|
|
258
258
|
nodes?: ({
|
|
259
|
+
id: string | number;
|
|
259
260
|
__typename?: "Review" | undefined;
|
|
260
261
|
author: string;
|
|
261
262
|
author_details?: {
|
|
@@ -267,7 +268,6 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
267
268
|
} | null | undefined;
|
|
268
269
|
content: string;
|
|
269
270
|
created_at: string;
|
|
270
|
-
id: string;
|
|
271
271
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
272
272
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
273
273
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -319,7 +319,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
319
319
|
} | null)[] | null | undefined;
|
|
320
320
|
video: boolean;
|
|
321
321
|
videos?: ({
|
|
322
|
-
id: number;
|
|
322
|
+
id: string | number;
|
|
323
323
|
__typename?: "Video" | undefined;
|
|
324
324
|
iso_639_1: string;
|
|
325
325
|
iso_3166_1: string;
|
|
@@ -338,35 +338,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
338
338
|
ads?: ({
|
|
339
339
|
__typename?: "WatchProvider" | undefined;
|
|
340
340
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
341
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
341
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
342
342
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
343
343
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
344
344
|
} | null)[] | null | undefined;
|
|
345
345
|
buy?: ({
|
|
346
346
|
__typename?: "WatchProvider" | undefined;
|
|
347
347
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
348
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
348
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
349
349
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
350
350
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
351
351
|
} | null)[] | null | undefined;
|
|
352
352
|
flatrate?: ({
|
|
353
353
|
__typename?: "WatchProvider" | undefined;
|
|
354
354
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
355
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
355
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
356
356
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
357
357
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
358
358
|
} | null)[] | null | undefined;
|
|
359
359
|
free?: ({
|
|
360
360
|
__typename?: "WatchProvider" | undefined;
|
|
361
361
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
362
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
362
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
363
363
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
364
364
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
365
365
|
} | null)[] | null | undefined;
|
|
366
366
|
rent?: ({
|
|
367
367
|
__typename?: "WatchProvider" | undefined;
|
|
368
368
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
369
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
369
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
370
370
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
371
371
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
372
372
|
} | null)[] | null | undefined;
|
|
@@ -376,35 +376,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
376
376
|
ads?: ({
|
|
377
377
|
__typename?: "WatchProvider" | undefined;
|
|
378
378
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
379
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
379
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
380
380
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
381
381
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
382
382
|
} | null)[] | null | undefined;
|
|
383
383
|
buy?: ({
|
|
384
384
|
__typename?: "WatchProvider" | undefined;
|
|
385
385
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
386
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
386
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
387
387
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
388
388
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
389
389
|
} | null)[] | null | undefined;
|
|
390
390
|
flatrate?: ({
|
|
391
391
|
__typename?: "WatchProvider" | undefined;
|
|
392
392
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
393
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
393
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
394
394
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
395
395
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
396
396
|
} | null)[] | null | undefined;
|
|
397
397
|
free?: ({
|
|
398
398
|
__typename?: "WatchProvider" | undefined;
|
|
399
399
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
400
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
400
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
401
401
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
402
402
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
403
403
|
} | null)[] | null | undefined;
|
|
404
404
|
rent?: ({
|
|
405
405
|
__typename?: "WatchProvider" | undefined;
|
|
406
406
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
407
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
407
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
408
408
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
409
409
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
410
410
|
} | null)[] | null | undefined;
|
|
@@ -414,35 +414,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
414
414
|
ads?: ({
|
|
415
415
|
__typename?: "WatchProvider" | undefined;
|
|
416
416
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
417
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
417
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
418
418
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
419
419
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
420
420
|
} | null)[] | null | undefined;
|
|
421
421
|
buy?: ({
|
|
422
422
|
__typename?: "WatchProvider" | undefined;
|
|
423
423
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
424
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
424
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
425
425
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
426
426
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
427
427
|
} | null)[] | null | undefined;
|
|
428
428
|
flatrate?: ({
|
|
429
429
|
__typename?: "WatchProvider" | undefined;
|
|
430
430
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
431
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
431
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
432
432
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
433
433
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
434
434
|
} | null)[] | null | undefined;
|
|
435
435
|
free?: ({
|
|
436
436
|
__typename?: "WatchProvider" | undefined;
|
|
437
437
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
438
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
438
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
439
439
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
440
440
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
441
441
|
} | null)[] | null | undefined;
|
|
442
442
|
rent?: ({
|
|
443
443
|
__typename?: "WatchProvider" | undefined;
|
|
444
444
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
445
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
445
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
446
446
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
447
447
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
448
448
|
} | null)[] | null | undefined;
|
|
@@ -452,35 +452,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
452
452
|
ads?: ({
|
|
453
453
|
__typename?: "WatchProvider" | undefined;
|
|
454
454
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
455
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
455
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
456
456
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
457
457
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
458
458
|
} | null)[] | null | undefined;
|
|
459
459
|
buy?: ({
|
|
460
460
|
__typename?: "WatchProvider" | undefined;
|
|
461
461
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
462
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
462
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
463
463
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
464
464
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
465
465
|
} | null)[] | null | undefined;
|
|
466
466
|
flatrate?: ({
|
|
467
467
|
__typename?: "WatchProvider" | undefined;
|
|
468
468
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
469
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
469
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
470
470
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
471
471
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
472
472
|
} | null)[] | null | undefined;
|
|
473
473
|
free?: ({
|
|
474
474
|
__typename?: "WatchProvider" | undefined;
|
|
475
475
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
476
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
476
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
477
477
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
478
478
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
479
479
|
} | null)[] | null | undefined;
|
|
480
480
|
rent?: ({
|
|
481
481
|
__typename?: "WatchProvider" | undefined;
|
|
482
482
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
483
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
483
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
484
484
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
485
485
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
486
486
|
} | null)[] | null | undefined;
|
|
@@ -490,35 +490,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
490
490
|
ads?: ({
|
|
491
491
|
__typename?: "WatchProvider" | undefined;
|
|
492
492
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
493
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
493
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
494
494
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
495
495
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
496
496
|
} | null)[] | null | undefined;
|
|
497
497
|
buy?: ({
|
|
498
498
|
__typename?: "WatchProvider" | undefined;
|
|
499
499
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
500
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
500
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
501
501
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
502
502
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
503
503
|
} | null)[] | null | undefined;
|
|
504
504
|
flatrate?: ({
|
|
505
505
|
__typename?: "WatchProvider" | undefined;
|
|
506
506
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
507
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
507
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
508
508
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
509
509
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
510
510
|
} | null)[] | null | undefined;
|
|
511
511
|
free?: ({
|
|
512
512
|
__typename?: "WatchProvider" | undefined;
|
|
513
513
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
514
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
514
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
515
515
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
516
516
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
517
517
|
} | null)[] | null | undefined;
|
|
518
518
|
rent?: ({
|
|
519
519
|
__typename?: "WatchProvider" | undefined;
|
|
520
520
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
521
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
521
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
522
522
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
523
523
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
524
524
|
} | null)[] | null | undefined;
|
|
@@ -528,35 +528,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
528
528
|
ads?: ({
|
|
529
529
|
__typename?: "WatchProvider" | undefined;
|
|
530
530
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
531
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
531
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
532
532
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
533
533
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
534
534
|
} | null)[] | null | undefined;
|
|
535
535
|
buy?: ({
|
|
536
536
|
__typename?: "WatchProvider" | undefined;
|
|
537
537
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
538
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
538
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
539
539
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
540
540
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
541
541
|
} | null)[] | null | undefined;
|
|
542
542
|
flatrate?: ({
|
|
543
543
|
__typename?: "WatchProvider" | undefined;
|
|
544
544
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
545
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
545
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
546
546
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
547
547
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
548
548
|
} | null)[] | null | undefined;
|
|
549
549
|
free?: ({
|
|
550
550
|
__typename?: "WatchProvider" | undefined;
|
|
551
551
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
552
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
552
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
553
553
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
554
554
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
555
555
|
} | null)[] | null | undefined;
|
|
556
556
|
rent?: ({
|
|
557
557
|
__typename?: "WatchProvider" | undefined;
|
|
558
558
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
559
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
559
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
560
560
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
561
561
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
562
562
|
} | null)[] | null | undefined;
|
|
@@ -566,35 +566,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
566
566
|
ads?: ({
|
|
567
567
|
__typename?: "WatchProvider" | undefined;
|
|
568
568
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
569
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
569
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
570
570
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
571
571
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
572
572
|
} | null)[] | null | undefined;
|
|
573
573
|
buy?: ({
|
|
574
574
|
__typename?: "WatchProvider" | undefined;
|
|
575
575
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
576
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
576
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
577
577
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
578
578
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
579
579
|
} | null)[] | null | undefined;
|
|
580
580
|
flatrate?: ({
|
|
581
581
|
__typename?: "WatchProvider" | undefined;
|
|
582
582
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
583
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
583
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
584
584
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
585
585
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
586
586
|
} | null)[] | null | undefined;
|
|
587
587
|
free?: ({
|
|
588
588
|
__typename?: "WatchProvider" | undefined;
|
|
589
589
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
590
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
590
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
591
591
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
592
592
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
593
593
|
} | null)[] | null | undefined;
|
|
594
594
|
rent?: ({
|
|
595
595
|
__typename?: "WatchProvider" | undefined;
|
|
596
596
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
597
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
597
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
598
598
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
599
599
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
600
600
|
} | null)[] | null | undefined;
|
|
@@ -604,35 +604,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
604
604
|
ads?: ({
|
|
605
605
|
__typename?: "WatchProvider" | undefined;
|
|
606
606
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
607
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
607
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
608
608
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
609
609
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
610
610
|
} | null)[] | null | undefined;
|
|
611
611
|
buy?: ({
|
|
612
612
|
__typename?: "WatchProvider" | undefined;
|
|
613
613
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
614
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
614
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
615
615
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
616
616
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
617
617
|
} | null)[] | null | undefined;
|
|
618
618
|
flatrate?: ({
|
|
619
619
|
__typename?: "WatchProvider" | undefined;
|
|
620
620
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
621
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
621
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
622
622
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
623
623
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
624
624
|
} | null)[] | null | undefined;
|
|
625
625
|
free?: ({
|
|
626
626
|
__typename?: "WatchProvider" | undefined;
|
|
627
627
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
628
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
628
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
629
629
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
630
630
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
631
631
|
} | null)[] | null | undefined;
|
|
632
632
|
rent?: ({
|
|
633
633
|
__typename?: "WatchProvider" | undefined;
|
|
634
634
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
635
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
635
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
636
636
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
637
637
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
638
638
|
} | null)[] | null | undefined;
|
|
@@ -642,35 +642,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
642
642
|
ads?: ({
|
|
643
643
|
__typename?: "WatchProvider" | undefined;
|
|
644
644
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
645
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
645
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
646
646
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
647
647
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
648
648
|
} | null)[] | null | undefined;
|
|
649
649
|
buy?: ({
|
|
650
650
|
__typename?: "WatchProvider" | undefined;
|
|
651
651
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
652
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
652
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
653
653
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
654
654
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
655
655
|
} | null)[] | null | undefined;
|
|
656
656
|
flatrate?: ({
|
|
657
657
|
__typename?: "WatchProvider" | undefined;
|
|
658
658
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
659
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
659
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
660
660
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
661
661
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
662
662
|
} | null)[] | null | undefined;
|
|
663
663
|
free?: ({
|
|
664
664
|
__typename?: "WatchProvider" | undefined;
|
|
665
665
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
666
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
666
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
667
667
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
668
668
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
669
669
|
} | null)[] | null | undefined;
|
|
670
670
|
rent?: ({
|
|
671
671
|
__typename?: "WatchProvider" | undefined;
|
|
672
672
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
673
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
673
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
674
674
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
675
675
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
676
676
|
} | null)[] | null | undefined;
|
|
@@ -680,35 +680,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
680
680
|
ads?: ({
|
|
681
681
|
__typename?: "WatchProvider" | undefined;
|
|
682
682
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
683
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
683
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
684
684
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
685
685
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
686
686
|
} | null)[] | null | undefined;
|
|
687
687
|
buy?: ({
|
|
688
688
|
__typename?: "WatchProvider" | undefined;
|
|
689
689
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
690
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
690
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
691
691
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
692
692
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
693
693
|
} | null)[] | null | undefined;
|
|
694
694
|
flatrate?: ({
|
|
695
695
|
__typename?: "WatchProvider" | undefined;
|
|
696
696
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
697
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
697
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
698
698
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
699
699
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
700
700
|
} | null)[] | null | undefined;
|
|
701
701
|
free?: ({
|
|
702
702
|
__typename?: "WatchProvider" | undefined;
|
|
703
703
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
704
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
704
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
705
705
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
706
706
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
707
707
|
} | null)[] | null | undefined;
|
|
708
708
|
rent?: ({
|
|
709
709
|
__typename?: "WatchProvider" | undefined;
|
|
710
710
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
711
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
711
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
712
712
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
713
713
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
714
714
|
} | null)[] | null | undefined;
|
|
@@ -718,35 +718,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
718
718
|
ads?: ({
|
|
719
719
|
__typename?: "WatchProvider" | undefined;
|
|
720
720
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
721
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
721
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
722
722
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
723
723
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
724
724
|
} | null)[] | null | undefined;
|
|
725
725
|
buy?: ({
|
|
726
726
|
__typename?: "WatchProvider" | undefined;
|
|
727
727
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
728
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
728
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
729
729
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
730
730
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
731
731
|
} | null)[] | null | undefined;
|
|
732
732
|
flatrate?: ({
|
|
733
733
|
__typename?: "WatchProvider" | undefined;
|
|
734
734
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
735
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
735
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
736
736
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
737
737
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
738
738
|
} | null)[] | null | undefined;
|
|
739
739
|
free?: ({
|
|
740
740
|
__typename?: "WatchProvider" | undefined;
|
|
741
741
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
742
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
742
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
743
743
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
744
744
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
745
745
|
} | null)[] | null | undefined;
|
|
746
746
|
rent?: ({
|
|
747
747
|
__typename?: "WatchProvider" | undefined;
|
|
748
748
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
749
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
749
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
750
750
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
751
751
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
752
752
|
} | null)[] | null | undefined;
|
|
@@ -756,35 +756,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
756
756
|
ads?: ({
|
|
757
757
|
__typename?: "WatchProvider" | undefined;
|
|
758
758
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
759
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
759
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
760
760
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
761
761
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
762
762
|
} | null)[] | null | undefined;
|
|
763
763
|
buy?: ({
|
|
764
764
|
__typename?: "WatchProvider" | undefined;
|
|
765
765
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
766
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
766
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
767
767
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
768
768
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
769
769
|
} | null)[] | null | undefined;
|
|
770
770
|
flatrate?: ({
|
|
771
771
|
__typename?: "WatchProvider" | undefined;
|
|
772
772
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
773
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
773
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
774
774
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
775
775
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
776
776
|
} | null)[] | null | undefined;
|
|
777
777
|
free?: ({
|
|
778
778
|
__typename?: "WatchProvider" | undefined;
|
|
779
779
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
780
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
780
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
781
781
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
782
782
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
783
783
|
} | null)[] | null | undefined;
|
|
784
784
|
rent?: ({
|
|
785
785
|
__typename?: "WatchProvider" | undefined;
|
|
786
786
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
787
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
787
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
788
788
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
789
789
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
790
790
|
} | null)[] | null | undefined;
|
|
@@ -794,35 +794,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
794
794
|
ads?: ({
|
|
795
795
|
__typename?: "WatchProvider" | undefined;
|
|
796
796
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
797
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
797
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
798
798
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
799
799
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
800
800
|
} | null)[] | null | undefined;
|
|
801
801
|
buy?: ({
|
|
802
802
|
__typename?: "WatchProvider" | undefined;
|
|
803
803
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
804
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
804
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
805
805
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
806
806
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
807
807
|
} | null)[] | null | undefined;
|
|
808
808
|
flatrate?: ({
|
|
809
809
|
__typename?: "WatchProvider" | undefined;
|
|
810
810
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
811
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
811
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
812
812
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
813
813
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
814
814
|
} | null)[] | null | undefined;
|
|
815
815
|
free?: ({
|
|
816
816
|
__typename?: "WatchProvider" | undefined;
|
|
817
817
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
818
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
818
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
819
819
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
820
820
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
821
821
|
} | null)[] | null | undefined;
|
|
822
822
|
rent?: ({
|
|
823
823
|
__typename?: "WatchProvider" | undefined;
|
|
824
824
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
825
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
825
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
826
826
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
827
827
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
828
828
|
} | null)[] | null | undefined;
|
|
@@ -832,35 +832,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
832
832
|
ads?: ({
|
|
833
833
|
__typename?: "WatchProvider" | undefined;
|
|
834
834
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
835
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
835
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
836
836
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
837
837
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
838
838
|
} | null)[] | null | undefined;
|
|
839
839
|
buy?: ({
|
|
840
840
|
__typename?: "WatchProvider" | undefined;
|
|
841
841
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
842
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
842
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
843
843
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
844
844
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
845
845
|
} | null)[] | null | undefined;
|
|
846
846
|
flatrate?: ({
|
|
847
847
|
__typename?: "WatchProvider" | undefined;
|
|
848
848
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
849
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
849
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
850
850
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
851
851
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
852
852
|
} | null)[] | null | undefined;
|
|
853
853
|
free?: ({
|
|
854
854
|
__typename?: "WatchProvider" | undefined;
|
|
855
855
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
856
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
856
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
857
857
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
858
858
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
859
859
|
} | null)[] | null | undefined;
|
|
860
860
|
rent?: ({
|
|
861
861
|
__typename?: "WatchProvider" | undefined;
|
|
862
862
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
863
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
863
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
864
864
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
865
865
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
866
866
|
} | null)[] | null | undefined;
|
|
@@ -870,35 +870,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
870
870
|
ads?: ({
|
|
871
871
|
__typename?: "WatchProvider" | undefined;
|
|
872
872
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
873
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
873
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
874
874
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
875
875
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
876
876
|
} | null)[] | null | undefined;
|
|
877
877
|
buy?: ({
|
|
878
878
|
__typename?: "WatchProvider" | undefined;
|
|
879
879
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
880
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
880
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
881
881
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
882
882
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
883
883
|
} | null)[] | null | undefined;
|
|
884
884
|
flatrate?: ({
|
|
885
885
|
__typename?: "WatchProvider" | undefined;
|
|
886
886
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
887
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
887
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
888
888
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
889
889
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
890
890
|
} | null)[] | null | undefined;
|
|
891
891
|
free?: ({
|
|
892
892
|
__typename?: "WatchProvider" | undefined;
|
|
893
893
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
894
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
894
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
895
895
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
896
896
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
897
897
|
} | null)[] | null | undefined;
|
|
898
898
|
rent?: ({
|
|
899
899
|
__typename?: "WatchProvider" | undefined;
|
|
900
900
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
901
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
901
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
902
902
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
903
903
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
904
904
|
} | null)[] | null | undefined;
|
|
@@ -908,35 +908,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
908
908
|
ads?: ({
|
|
909
909
|
__typename?: "WatchProvider" | undefined;
|
|
910
910
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
911
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
911
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
912
912
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
913
913
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
914
914
|
} | null)[] | null | undefined;
|
|
915
915
|
buy?: ({
|
|
916
916
|
__typename?: "WatchProvider" | undefined;
|
|
917
917
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
918
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
918
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
919
919
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
920
920
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
921
921
|
} | null)[] | null | undefined;
|
|
922
922
|
flatrate?: ({
|
|
923
923
|
__typename?: "WatchProvider" | undefined;
|
|
924
924
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
925
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
925
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
926
926
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
927
927
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
928
928
|
} | null)[] | null | undefined;
|
|
929
929
|
free?: ({
|
|
930
930
|
__typename?: "WatchProvider" | undefined;
|
|
931
931
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
932
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
932
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
933
933
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
934
934
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
935
935
|
} | null)[] | null | undefined;
|
|
936
936
|
rent?: ({
|
|
937
937
|
__typename?: "WatchProvider" | undefined;
|
|
938
938
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
939
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
939
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
940
940
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
941
941
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
942
942
|
} | null)[] | null | undefined;
|
|
@@ -946,35 +946,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
946
946
|
ads?: ({
|
|
947
947
|
__typename?: "WatchProvider" | undefined;
|
|
948
948
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
949
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
949
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
950
950
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
951
951
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
952
952
|
} | null)[] | null | undefined;
|
|
953
953
|
buy?: ({
|
|
954
954
|
__typename?: "WatchProvider" | undefined;
|
|
955
955
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
956
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
956
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
957
957
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
958
958
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
959
959
|
} | null)[] | null | undefined;
|
|
960
960
|
flatrate?: ({
|
|
961
961
|
__typename?: "WatchProvider" | undefined;
|
|
962
962
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
963
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
963
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
964
964
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
965
965
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
966
966
|
} | null)[] | null | undefined;
|
|
967
967
|
free?: ({
|
|
968
968
|
__typename?: "WatchProvider" | undefined;
|
|
969
969
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
970
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
970
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
971
971
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
972
972
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
973
973
|
} | null)[] | null | undefined;
|
|
974
974
|
rent?: ({
|
|
975
975
|
__typename?: "WatchProvider" | undefined;
|
|
976
976
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
977
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
977
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
978
978
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
979
979
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
980
980
|
} | null)[] | null | undefined;
|
|
@@ -984,35 +984,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
984
984
|
ads?: ({
|
|
985
985
|
__typename?: "WatchProvider" | undefined;
|
|
986
986
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
987
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
987
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
988
988
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
989
989
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
990
990
|
} | null)[] | null | undefined;
|
|
991
991
|
buy?: ({
|
|
992
992
|
__typename?: "WatchProvider" | undefined;
|
|
993
993
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
994
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
994
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
995
995
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
996
996
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
997
997
|
} | null)[] | null | undefined;
|
|
998
998
|
flatrate?: ({
|
|
999
999
|
__typename?: "WatchProvider" | undefined;
|
|
1000
1000
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1001
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1001
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1002
1002
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1003
1003
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1004
1004
|
} | null)[] | null | undefined;
|
|
1005
1005
|
free?: ({
|
|
1006
1006
|
__typename?: "WatchProvider" | undefined;
|
|
1007
1007
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1008
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1008
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1009
1009
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1010
1010
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1011
1011
|
} | null)[] | null | undefined;
|
|
1012
1012
|
rent?: ({
|
|
1013
1013
|
__typename?: "WatchProvider" | undefined;
|
|
1014
1014
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1015
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1015
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1016
1016
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1017
1017
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1018
1018
|
} | null)[] | null | undefined;
|
|
@@ -1022,35 +1022,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1022
1022
|
ads?: ({
|
|
1023
1023
|
__typename?: "WatchProvider" | undefined;
|
|
1024
1024
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1025
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1025
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1026
1026
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1027
1027
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1028
1028
|
} | null)[] | null | undefined;
|
|
1029
1029
|
buy?: ({
|
|
1030
1030
|
__typename?: "WatchProvider" | undefined;
|
|
1031
1031
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1032
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1032
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1033
1033
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1034
1034
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1035
1035
|
} | null)[] | null | undefined;
|
|
1036
1036
|
flatrate?: ({
|
|
1037
1037
|
__typename?: "WatchProvider" | undefined;
|
|
1038
1038
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1039
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1039
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1040
1040
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1041
1041
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1042
1042
|
} | null)[] | null | undefined;
|
|
1043
1043
|
free?: ({
|
|
1044
1044
|
__typename?: "WatchProvider" | undefined;
|
|
1045
1045
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1046
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1046
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1047
1047
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1048
1048
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1049
1049
|
} | null)[] | null | undefined;
|
|
1050
1050
|
rent?: ({
|
|
1051
1051
|
__typename?: "WatchProvider" | undefined;
|
|
1052
1052
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1053
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1053
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1054
1054
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1055
1055
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1056
1056
|
} | null)[] | null | undefined;
|
|
@@ -1060,35 +1060,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1060
1060
|
ads?: ({
|
|
1061
1061
|
__typename?: "WatchProvider" | undefined;
|
|
1062
1062
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1063
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1063
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1064
1064
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1065
1065
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1066
1066
|
} | null)[] | null | undefined;
|
|
1067
1067
|
buy?: ({
|
|
1068
1068
|
__typename?: "WatchProvider" | undefined;
|
|
1069
1069
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1070
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1070
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1071
1071
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1072
1072
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1073
1073
|
} | null)[] | null | undefined;
|
|
1074
1074
|
flatrate?: ({
|
|
1075
1075
|
__typename?: "WatchProvider" | undefined;
|
|
1076
1076
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1077
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1077
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1078
1078
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1079
1079
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1080
1080
|
} | null)[] | null | undefined;
|
|
1081
1081
|
free?: ({
|
|
1082
1082
|
__typename?: "WatchProvider" | undefined;
|
|
1083
1083
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1084
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1084
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1085
1085
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1086
1086
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1087
1087
|
} | null)[] | null | undefined;
|
|
1088
1088
|
rent?: ({
|
|
1089
1089
|
__typename?: "WatchProvider" | undefined;
|
|
1090
1090
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1091
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1091
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1092
1092
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1093
1093
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1094
1094
|
} | null)[] | null | undefined;
|
|
@@ -1098,35 +1098,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1098
1098
|
ads?: ({
|
|
1099
1099
|
__typename?: "WatchProvider" | undefined;
|
|
1100
1100
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1101
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1101
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1102
1102
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1103
1103
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1104
1104
|
} | null)[] | null | undefined;
|
|
1105
1105
|
buy?: ({
|
|
1106
1106
|
__typename?: "WatchProvider" | undefined;
|
|
1107
1107
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1108
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1108
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1109
1109
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1110
1110
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1111
1111
|
} | null)[] | null | undefined;
|
|
1112
1112
|
flatrate?: ({
|
|
1113
1113
|
__typename?: "WatchProvider" | undefined;
|
|
1114
1114
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1115
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1115
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1116
1116
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1117
1117
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1118
1118
|
} | null)[] | null | undefined;
|
|
1119
1119
|
free?: ({
|
|
1120
1120
|
__typename?: "WatchProvider" | undefined;
|
|
1121
1121
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1122
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1122
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1123
1123
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1124
1124
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1125
1125
|
} | null)[] | null | undefined;
|
|
1126
1126
|
rent?: ({
|
|
1127
1127
|
__typename?: "WatchProvider" | undefined;
|
|
1128
1128
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1129
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1129
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1130
1130
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1131
1131
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1132
1132
|
} | null)[] | null | undefined;
|
|
@@ -1136,35 +1136,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1136
1136
|
ads?: ({
|
|
1137
1137
|
__typename?: "WatchProvider" | undefined;
|
|
1138
1138
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1139
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1139
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1140
1140
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1141
1141
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1142
1142
|
} | null)[] | null | undefined;
|
|
1143
1143
|
buy?: ({
|
|
1144
1144
|
__typename?: "WatchProvider" | undefined;
|
|
1145
1145
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1146
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1146
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1147
1147
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1148
1148
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1149
1149
|
} | null)[] | null | undefined;
|
|
1150
1150
|
flatrate?: ({
|
|
1151
1151
|
__typename?: "WatchProvider" | undefined;
|
|
1152
1152
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1153
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1153
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1154
1154
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1155
1155
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1156
1156
|
} | null)[] | null | undefined;
|
|
1157
1157
|
free?: ({
|
|
1158
1158
|
__typename?: "WatchProvider" | undefined;
|
|
1159
1159
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1160
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1160
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1161
1161
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1162
1162
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1163
1163
|
} | null)[] | null | undefined;
|
|
1164
1164
|
rent?: ({
|
|
1165
1165
|
__typename?: "WatchProvider" | undefined;
|
|
1166
1166
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1167
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1167
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1168
1168
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1169
1169
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1170
1170
|
} | null)[] | null | undefined;
|
|
@@ -1174,35 +1174,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1174
1174
|
ads?: ({
|
|
1175
1175
|
__typename?: "WatchProvider" | undefined;
|
|
1176
1176
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1177
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1177
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1178
1178
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1179
1179
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1180
1180
|
} | null)[] | null | undefined;
|
|
1181
1181
|
buy?: ({
|
|
1182
1182
|
__typename?: "WatchProvider" | undefined;
|
|
1183
1183
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1184
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1184
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1185
1185
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1186
1186
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1187
1187
|
} | null)[] | null | undefined;
|
|
1188
1188
|
flatrate?: ({
|
|
1189
1189
|
__typename?: "WatchProvider" | undefined;
|
|
1190
1190
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1191
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1191
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1192
1192
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1193
1193
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1194
1194
|
} | null)[] | null | undefined;
|
|
1195
1195
|
free?: ({
|
|
1196
1196
|
__typename?: "WatchProvider" | undefined;
|
|
1197
1197
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1198
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1198
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1199
1199
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1200
1200
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1201
1201
|
} | null)[] | null | undefined;
|
|
1202
1202
|
rent?: ({
|
|
1203
1203
|
__typename?: "WatchProvider" | undefined;
|
|
1204
1204
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1205
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1205
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1206
1206
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1207
1207
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1208
1208
|
} | null)[] | null | undefined;
|
|
@@ -1212,35 +1212,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1212
1212
|
ads?: ({
|
|
1213
1213
|
__typename?: "WatchProvider" | undefined;
|
|
1214
1214
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1215
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1215
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1216
1216
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1217
1217
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1218
1218
|
} | null)[] | null | undefined;
|
|
1219
1219
|
buy?: ({
|
|
1220
1220
|
__typename?: "WatchProvider" | undefined;
|
|
1221
1221
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1222
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1222
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1223
1223
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1224
1224
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1225
1225
|
} | null)[] | null | undefined;
|
|
1226
1226
|
flatrate?: ({
|
|
1227
1227
|
__typename?: "WatchProvider" | undefined;
|
|
1228
1228
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1229
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1229
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1230
1230
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1231
1231
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1232
1232
|
} | null)[] | null | undefined;
|
|
1233
1233
|
free?: ({
|
|
1234
1234
|
__typename?: "WatchProvider" | undefined;
|
|
1235
1235
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1236
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1236
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1237
1237
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1238
1238
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1239
1239
|
} | null)[] | null | undefined;
|
|
1240
1240
|
rent?: ({
|
|
1241
1241
|
__typename?: "WatchProvider" | undefined;
|
|
1242
1242
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1243
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1243
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1244
1244
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1245
1245
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1246
1246
|
} | null)[] | null | undefined;
|
|
@@ -1250,35 +1250,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1250
1250
|
ads?: ({
|
|
1251
1251
|
__typename?: "WatchProvider" | undefined;
|
|
1252
1252
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1253
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1253
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1254
1254
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1255
1255
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1256
1256
|
} | null)[] | null | undefined;
|
|
1257
1257
|
buy?: ({
|
|
1258
1258
|
__typename?: "WatchProvider" | undefined;
|
|
1259
1259
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1260
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1260
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1261
1261
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1262
1262
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1263
1263
|
} | null)[] | null | undefined;
|
|
1264
1264
|
flatrate?: ({
|
|
1265
1265
|
__typename?: "WatchProvider" | undefined;
|
|
1266
1266
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1267
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1267
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1268
1268
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1269
1269
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1270
1270
|
} | null)[] | null | undefined;
|
|
1271
1271
|
free?: ({
|
|
1272
1272
|
__typename?: "WatchProvider" | undefined;
|
|
1273
1273
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1274
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1274
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1275
1275
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1276
1276
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1277
1277
|
} | null)[] | null | undefined;
|
|
1278
1278
|
rent?: ({
|
|
1279
1279
|
__typename?: "WatchProvider" | undefined;
|
|
1280
1280
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1281
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1281
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1282
1282
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1283
1283
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1284
1284
|
} | null)[] | null | undefined;
|
|
@@ -1288,35 +1288,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1288
1288
|
ads?: ({
|
|
1289
1289
|
__typename?: "WatchProvider" | undefined;
|
|
1290
1290
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1291
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1291
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1292
1292
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1293
1293
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1294
1294
|
} | null)[] | null | undefined;
|
|
1295
1295
|
buy?: ({
|
|
1296
1296
|
__typename?: "WatchProvider" | undefined;
|
|
1297
1297
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1298
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1298
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1299
1299
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1300
1300
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1301
1301
|
} | null)[] | null | undefined;
|
|
1302
1302
|
flatrate?: ({
|
|
1303
1303
|
__typename?: "WatchProvider" | undefined;
|
|
1304
1304
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1305
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1305
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1306
1306
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1307
1307
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1308
1308
|
} | null)[] | null | undefined;
|
|
1309
1309
|
free?: ({
|
|
1310
1310
|
__typename?: "WatchProvider" | undefined;
|
|
1311
1311
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1312
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1312
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1313
1313
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1314
1314
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1315
1315
|
} | null)[] | null | undefined;
|
|
1316
1316
|
rent?: ({
|
|
1317
1317
|
__typename?: "WatchProvider" | undefined;
|
|
1318
1318
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1319
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1319
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1320
1320
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1321
1321
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1322
1322
|
} | null)[] | null | undefined;
|
|
@@ -1326,35 +1326,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1326
1326
|
ads?: ({
|
|
1327
1327
|
__typename?: "WatchProvider" | undefined;
|
|
1328
1328
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1329
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1329
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1330
1330
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1331
1331
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1332
1332
|
} | null)[] | null | undefined;
|
|
1333
1333
|
buy?: ({
|
|
1334
1334
|
__typename?: "WatchProvider" | undefined;
|
|
1335
1335
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1336
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1336
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1337
1337
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1338
1338
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1339
1339
|
} | null)[] | null | undefined;
|
|
1340
1340
|
flatrate?: ({
|
|
1341
1341
|
__typename?: "WatchProvider" | undefined;
|
|
1342
1342
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1343
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1343
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1344
1344
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1345
1345
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1346
1346
|
} | null)[] | null | undefined;
|
|
1347
1347
|
free?: ({
|
|
1348
1348
|
__typename?: "WatchProvider" | undefined;
|
|
1349
1349
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1350
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1350
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1351
1351
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1352
1352
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1353
1353
|
} | null)[] | null | undefined;
|
|
1354
1354
|
rent?: ({
|
|
1355
1355
|
__typename?: "WatchProvider" | undefined;
|
|
1356
1356
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1357
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1357
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1358
1358
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1359
1359
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1360
1360
|
} | null)[] | null | undefined;
|
|
@@ -1364,35 +1364,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1364
1364
|
ads?: ({
|
|
1365
1365
|
__typename?: "WatchProvider" | undefined;
|
|
1366
1366
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1367
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1367
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1368
1368
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1369
1369
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1370
1370
|
} | null)[] | null | undefined;
|
|
1371
1371
|
buy?: ({
|
|
1372
1372
|
__typename?: "WatchProvider" | undefined;
|
|
1373
1373
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1374
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1374
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1375
1375
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1376
1376
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1377
1377
|
} | null)[] | null | undefined;
|
|
1378
1378
|
flatrate?: ({
|
|
1379
1379
|
__typename?: "WatchProvider" | undefined;
|
|
1380
1380
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1381
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1381
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1382
1382
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1383
1383
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1384
1384
|
} | null)[] | null | undefined;
|
|
1385
1385
|
free?: ({
|
|
1386
1386
|
__typename?: "WatchProvider" | undefined;
|
|
1387
1387
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1388
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1388
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1389
1389
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1390
1390
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1391
1391
|
} | null)[] | null | undefined;
|
|
1392
1392
|
rent?: ({
|
|
1393
1393
|
__typename?: "WatchProvider" | undefined;
|
|
1394
1394
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1395
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1395
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1396
1396
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1397
1397
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1398
1398
|
} | null)[] | null | undefined;
|
|
@@ -1402,35 +1402,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1402
1402
|
ads?: ({
|
|
1403
1403
|
__typename?: "WatchProvider" | undefined;
|
|
1404
1404
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1405
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1405
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1406
1406
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1407
1407
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1408
1408
|
} | null)[] | null | undefined;
|
|
1409
1409
|
buy?: ({
|
|
1410
1410
|
__typename?: "WatchProvider" | undefined;
|
|
1411
1411
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1412
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1412
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1413
1413
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1414
1414
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1415
1415
|
} | null)[] | null | undefined;
|
|
1416
1416
|
flatrate?: ({
|
|
1417
1417
|
__typename?: "WatchProvider" | undefined;
|
|
1418
1418
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1419
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1419
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1420
1420
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1421
1421
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1422
1422
|
} | null)[] | null | undefined;
|
|
1423
1423
|
free?: ({
|
|
1424
1424
|
__typename?: "WatchProvider" | undefined;
|
|
1425
1425
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1426
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1426
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1427
1427
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1428
1428
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1429
1429
|
} | null)[] | null | undefined;
|
|
1430
1430
|
rent?: ({
|
|
1431
1431
|
__typename?: "WatchProvider" | undefined;
|
|
1432
1432
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1433
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1433
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1434
1434
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1435
1435
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1436
1436
|
} | null)[] | null | undefined;
|
|
@@ -1440,35 +1440,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1440
1440
|
ads?: ({
|
|
1441
1441
|
__typename?: "WatchProvider" | undefined;
|
|
1442
1442
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1443
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1443
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1444
1444
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1445
1445
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1446
1446
|
} | null)[] | null | undefined;
|
|
1447
1447
|
buy?: ({
|
|
1448
1448
|
__typename?: "WatchProvider" | undefined;
|
|
1449
1449
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1450
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1450
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1451
1451
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1452
1452
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1453
1453
|
} | null)[] | null | undefined;
|
|
1454
1454
|
flatrate?: ({
|
|
1455
1455
|
__typename?: "WatchProvider" | undefined;
|
|
1456
1456
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1457
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1457
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1458
1458
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1459
1459
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1460
1460
|
} | null)[] | null | undefined;
|
|
1461
1461
|
free?: ({
|
|
1462
1462
|
__typename?: "WatchProvider" | undefined;
|
|
1463
1463
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1464
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1464
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1465
1465
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1466
1466
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1467
1467
|
} | null)[] | null | undefined;
|
|
1468
1468
|
rent?: ({
|
|
1469
1469
|
__typename?: "WatchProvider" | undefined;
|
|
1470
1470
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1471
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1471
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1472
1472
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1473
1473
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1474
1474
|
} | null)[] | null | undefined;
|
|
@@ -1478,35 +1478,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1478
1478
|
ads?: ({
|
|
1479
1479
|
__typename?: "WatchProvider" | undefined;
|
|
1480
1480
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1481
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1481
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1482
1482
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1483
1483
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1484
1484
|
} | null)[] | null | undefined;
|
|
1485
1485
|
buy?: ({
|
|
1486
1486
|
__typename?: "WatchProvider" | undefined;
|
|
1487
1487
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1488
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1488
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1489
1489
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1490
1490
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1491
1491
|
} | null)[] | null | undefined;
|
|
1492
1492
|
flatrate?: ({
|
|
1493
1493
|
__typename?: "WatchProvider" | undefined;
|
|
1494
1494
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1495
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1495
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1496
1496
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1497
1497
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1498
1498
|
} | null)[] | null | undefined;
|
|
1499
1499
|
free?: ({
|
|
1500
1500
|
__typename?: "WatchProvider" | undefined;
|
|
1501
1501
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1502
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1502
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1503
1503
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1504
1504
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1505
1505
|
} | null)[] | null | undefined;
|
|
1506
1506
|
rent?: ({
|
|
1507
1507
|
__typename?: "WatchProvider" | undefined;
|
|
1508
1508
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1509
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1509
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1510
1510
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1511
1511
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1512
1512
|
} | null)[] | null | undefined;
|
|
@@ -1516,35 +1516,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1516
1516
|
ads?: ({
|
|
1517
1517
|
__typename?: "WatchProvider" | undefined;
|
|
1518
1518
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1519
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1519
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1520
1520
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1521
1521
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1522
1522
|
} | null)[] | null | undefined;
|
|
1523
1523
|
buy?: ({
|
|
1524
1524
|
__typename?: "WatchProvider" | undefined;
|
|
1525
1525
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1526
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1526
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1527
1527
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1528
1528
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1529
1529
|
} | null)[] | null | undefined;
|
|
1530
1530
|
flatrate?: ({
|
|
1531
1531
|
__typename?: "WatchProvider" | undefined;
|
|
1532
1532
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1533
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1533
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1534
1534
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1535
1535
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1536
1536
|
} | null)[] | null | undefined;
|
|
1537
1537
|
free?: ({
|
|
1538
1538
|
__typename?: "WatchProvider" | undefined;
|
|
1539
1539
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1540
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1540
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1541
1541
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1542
1542
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1543
1543
|
} | null)[] | null | undefined;
|
|
1544
1544
|
rent?: ({
|
|
1545
1545
|
__typename?: "WatchProvider" | undefined;
|
|
1546
1546
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1547
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1547
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1548
1548
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1549
1549
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1550
1550
|
} | null)[] | null | undefined;
|
|
@@ -1554,35 +1554,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1554
1554
|
ads?: ({
|
|
1555
1555
|
__typename?: "WatchProvider" | undefined;
|
|
1556
1556
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1557
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1557
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1558
1558
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1559
1559
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1560
1560
|
} | null)[] | null | undefined;
|
|
1561
1561
|
buy?: ({
|
|
1562
1562
|
__typename?: "WatchProvider" | undefined;
|
|
1563
1563
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1564
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1564
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1565
1565
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1566
1566
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1567
1567
|
} | null)[] | null | undefined;
|
|
1568
1568
|
flatrate?: ({
|
|
1569
1569
|
__typename?: "WatchProvider" | undefined;
|
|
1570
1570
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1571
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1571
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1572
1572
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1573
1573
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1574
1574
|
} | null)[] | null | undefined;
|
|
1575
1575
|
free?: ({
|
|
1576
1576
|
__typename?: "WatchProvider" | undefined;
|
|
1577
1577
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1578
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1578
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1579
1579
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1580
1580
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1581
1581
|
} | null)[] | null | undefined;
|
|
1582
1582
|
rent?: ({
|
|
1583
1583
|
__typename?: "WatchProvider" | undefined;
|
|
1584
1584
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1585
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1585
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1586
1586
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1587
1587
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1588
1588
|
} | null)[] | null | undefined;
|
|
@@ -1592,35 +1592,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1592
1592
|
ads?: ({
|
|
1593
1593
|
__typename?: "WatchProvider" | undefined;
|
|
1594
1594
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1595
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1595
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1596
1596
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1597
1597
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1598
1598
|
} | null)[] | null | undefined;
|
|
1599
1599
|
buy?: ({
|
|
1600
1600
|
__typename?: "WatchProvider" | undefined;
|
|
1601
1601
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1602
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1602
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1603
1603
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1604
1604
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1605
1605
|
} | null)[] | null | undefined;
|
|
1606
1606
|
flatrate?: ({
|
|
1607
1607
|
__typename?: "WatchProvider" | undefined;
|
|
1608
1608
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1609
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1609
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1610
1610
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1611
1611
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1612
1612
|
} | null)[] | null | undefined;
|
|
1613
1613
|
free?: ({
|
|
1614
1614
|
__typename?: "WatchProvider" | undefined;
|
|
1615
1615
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1616
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1616
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1617
1617
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1618
1618
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1619
1619
|
} | null)[] | null | undefined;
|
|
1620
1620
|
rent?: ({
|
|
1621
1621
|
__typename?: "WatchProvider" | undefined;
|
|
1622
1622
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1623
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1623
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1624
1624
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1625
1625
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1626
1626
|
} | null)[] | null | undefined;
|
|
@@ -1630,35 +1630,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1630
1630
|
ads?: ({
|
|
1631
1631
|
__typename?: "WatchProvider" | undefined;
|
|
1632
1632
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1633
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1633
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1634
1634
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1635
1635
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1636
1636
|
} | null)[] | null | undefined;
|
|
1637
1637
|
buy?: ({
|
|
1638
1638
|
__typename?: "WatchProvider" | undefined;
|
|
1639
1639
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1640
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1640
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1641
1641
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1642
1642
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1643
1643
|
} | null)[] | null | undefined;
|
|
1644
1644
|
flatrate?: ({
|
|
1645
1645
|
__typename?: "WatchProvider" | undefined;
|
|
1646
1646
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1647
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1647
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1648
1648
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1649
1649
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1650
1650
|
} | null)[] | null | undefined;
|
|
1651
1651
|
free?: ({
|
|
1652
1652
|
__typename?: "WatchProvider" | undefined;
|
|
1653
1653
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1654
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1654
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1655
1655
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1656
1656
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1657
1657
|
} | null)[] | null | undefined;
|
|
1658
1658
|
rent?: ({
|
|
1659
1659
|
__typename?: "WatchProvider" | undefined;
|
|
1660
1660
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1661
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1661
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1662
1662
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1663
1663
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1664
1664
|
} | null)[] | null | undefined;
|
|
@@ -1668,35 +1668,35 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1668
1668
|
ads?: ({
|
|
1669
1669
|
__typename?: "WatchProvider" | undefined;
|
|
1670
1670
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1671
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1671
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1672
1672
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1673
1673
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1674
1674
|
} | null)[] | null | undefined;
|
|
1675
1675
|
buy?: ({
|
|
1676
1676
|
__typename?: "WatchProvider" | undefined;
|
|
1677
1677
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1678
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1678
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1679
1679
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1680
1680
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1681
1681
|
} | null)[] | null | undefined;
|
|
1682
1682
|
flatrate?: ({
|
|
1683
1683
|
__typename?: "WatchProvider" | undefined;
|
|
1684
1684
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1685
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1685
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1686
1686
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1687
1687
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1688
1688
|
} | null)[] | null | undefined;
|
|
1689
1689
|
free?: ({
|
|
1690
1690
|
__typename?: "WatchProvider" | undefined;
|
|
1691
1691
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1692
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1692
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1693
1693
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1694
1694
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1695
1695
|
} | null)[] | null | undefined;
|
|
1696
1696
|
rent?: ({
|
|
1697
1697
|
__typename?: "WatchProvider" | undefined;
|
|
1698
1698
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1699
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1699
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1700
1700
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1701
1701
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1702
1702
|
} | null)[] | null | undefined;
|
|
@@ -1734,7 +1734,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1734
1734
|
budget: number;
|
|
1735
1735
|
imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1736
1736
|
production_companies: ({
|
|
1737
|
-
id: number;
|
|
1737
|
+
id: string | number;
|
|
1738
1738
|
__typename?: "Company" | undefined;
|
|
1739
1739
|
alternative_names?: ({
|
|
1740
1740
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -1782,7 +1782,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
1782
1782
|
people: {
|
|
1783
1783
|
__typename?: "Person" | undefined;
|
|
1784
1784
|
name: string;
|
|
1785
|
-
id: number;
|
|
1785
|
+
id: string | number;
|
|
1786
1786
|
homepage?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1787
1787
|
adult: boolean;
|
|
1788
1788
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
|