@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
|
@@ -16,7 +16,7 @@ export declare const cursorCache: Core;
|
|
|
16
16
|
export declare const getters: Getters<RawTvSimilarTvShows, RawTv>;
|
|
17
17
|
export declare const resolveTvSimilarTvShows: (source: {
|
|
18
18
|
genres: ({
|
|
19
|
-
id: number;
|
|
19
|
+
id: string | number;
|
|
20
20
|
__typename?: "Genre" | undefined;
|
|
21
21
|
name: string;
|
|
22
22
|
} | null)[];
|
|
@@ -45,7 +45,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
45
45
|
__typename?: "TvEdge" | undefined;
|
|
46
46
|
cursor: string;
|
|
47
47
|
node: {
|
|
48
|
-
id: number;
|
|
48
|
+
id: string | number;
|
|
49
49
|
__typename?: "Tv" | undefined;
|
|
50
50
|
alternative_titles?: ({
|
|
51
51
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -67,12 +67,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
67
67
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
68
68
|
} | null)[] | null | undefined;
|
|
69
69
|
cast?: ({
|
|
70
|
-
id: number;
|
|
70
|
+
id: string | number;
|
|
71
71
|
__typename?: "Cast" | undefined;
|
|
72
72
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
73
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
73
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
74
74
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
75
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
75
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
76
76
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
77
77
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
78
78
|
name: string;
|
|
@@ -87,7 +87,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
87
87
|
rating: string;
|
|
88
88
|
} | null)[] | null | undefined;
|
|
89
89
|
created_by?: {
|
|
90
|
-
id: number;
|
|
90
|
+
id: string | number;
|
|
91
91
|
__typename?: "Person" | undefined;
|
|
92
92
|
adult: boolean;
|
|
93
93
|
also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -96,15 +96,15 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
96
96
|
combined_credits?: {
|
|
97
97
|
__typename?: "CreditsCombined" | undefined;
|
|
98
98
|
cast?: ({
|
|
99
|
-
id: number;
|
|
99
|
+
id: string | number;
|
|
100
100
|
__typename?: "CreditCombinedCast" | undefined;
|
|
101
101
|
adult: boolean;
|
|
102
102
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
103
103
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
104
|
-
credit_id: string;
|
|
104
|
+
credit_id: string | number;
|
|
105
105
|
episode_count: number;
|
|
106
106
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
107
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
107
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
108
108
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
109
109
|
name: string;
|
|
110
110
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -121,15 +121,15 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
121
121
|
vote_count: number;
|
|
122
122
|
} | null)[] | null | undefined;
|
|
123
123
|
crew?: ({
|
|
124
|
-
id: number;
|
|
124
|
+
id: string | number;
|
|
125
125
|
__typename?: "CreditCombinedCrew" | undefined;
|
|
126
126
|
adult: boolean;
|
|
127
127
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
128
|
-
credit_id: string;
|
|
128
|
+
credit_id: string | number;
|
|
129
129
|
department: string;
|
|
130
130
|
episode_count: number;
|
|
131
131
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
132
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
132
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
133
133
|
job: string;
|
|
134
134
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
135
135
|
name: string;
|
|
@@ -167,13 +167,13 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
167
167
|
movie_credits?: {
|
|
168
168
|
__typename?: "CreditsMovie" | undefined;
|
|
169
169
|
cast?: ({
|
|
170
|
-
id: number;
|
|
170
|
+
id: string | number;
|
|
171
171
|
__typename?: "CreditMovieCast" | undefined;
|
|
172
172
|
adult: boolean;
|
|
173
173
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
174
174
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
175
|
-
credit_id: string;
|
|
176
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
175
|
+
credit_id: string | number;
|
|
176
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
177
177
|
original_language: string;
|
|
178
178
|
original_title: string;
|
|
179
179
|
overview: string;
|
|
@@ -186,13 +186,13 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
186
186
|
vote_count: number;
|
|
187
187
|
} | null)[] | null | undefined;
|
|
188
188
|
crew?: ({
|
|
189
|
-
id: number;
|
|
189
|
+
id: string | number;
|
|
190
190
|
__typename?: "CreditMovieCrew" | undefined;
|
|
191
191
|
adult: boolean;
|
|
192
192
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
193
|
-
credit_id: string;
|
|
193
|
+
credit_id: string | number;
|
|
194
194
|
department: string;
|
|
195
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
195
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
196
196
|
job: string;
|
|
197
197
|
original_language: string;
|
|
198
198
|
original_title: string;
|
|
@@ -239,14 +239,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
239
239
|
tv_credits?: {
|
|
240
240
|
__typename?: "CreditsTv" | undefined;
|
|
241
241
|
cast?: ({
|
|
242
|
-
id: number;
|
|
242
|
+
id: string | number;
|
|
243
243
|
__typename?: "CreditTvCast" | undefined;
|
|
244
244
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
245
245
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
246
|
-
credit_id: string;
|
|
246
|
+
credit_id: string | number;
|
|
247
247
|
episode_count: number;
|
|
248
248
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
249
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
249
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
250
250
|
name: string;
|
|
251
251
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
252
252
|
original_language: string;
|
|
@@ -258,14 +258,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
258
258
|
vote_count: number;
|
|
259
259
|
} | null)[] | null | undefined;
|
|
260
260
|
crew?: ({
|
|
261
|
-
id: number;
|
|
261
|
+
id: string | number;
|
|
262
262
|
__typename?: "CreditTvCrew" | undefined;
|
|
263
263
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
-
credit_id: string;
|
|
264
|
+
credit_id: string | number;
|
|
265
265
|
department: string;
|
|
266
266
|
episode_count: number;
|
|
267
267
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
268
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
268
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
269
269
|
job: string;
|
|
270
270
|
name: string;
|
|
271
271
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -280,10 +280,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
280
280
|
} | null | undefined;
|
|
281
281
|
} | null | undefined;
|
|
282
282
|
crew?: ({
|
|
283
|
-
id: number;
|
|
283
|
+
id: string | number;
|
|
284
284
|
__typename?: "Crew" | undefined;
|
|
285
285
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
286
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
286
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
287
287
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
288
288
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
289
289
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -294,14 +294,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
294
294
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
295
295
|
} | null)[] | null | undefined;
|
|
296
296
|
episode_groups?: ({
|
|
297
|
-
id: number;
|
|
297
|
+
id: string | number;
|
|
298
298
|
__typename?: "EpisodeGroup" | undefined;
|
|
299
299
|
description: string;
|
|
300
300
|
episode_count: number;
|
|
301
301
|
group_count: number;
|
|
302
302
|
name: string;
|
|
303
303
|
network: {
|
|
304
|
-
id: number;
|
|
304
|
+
id: string | number;
|
|
305
305
|
__typename?: "Network" | undefined;
|
|
306
306
|
alternative_names?: ({
|
|
307
307
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -343,7 +343,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
343
343
|
} | null | undefined;
|
|
344
344
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
345
345
|
genres: ({
|
|
346
|
-
id: number;
|
|
346
|
+
id: string | number;
|
|
347
347
|
__typename?: "Genre" | undefined;
|
|
348
348
|
name: string;
|
|
349
349
|
} | null)[];
|
|
@@ -351,22 +351,22 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
351
351
|
in_production: boolean;
|
|
352
352
|
keywords?: ({
|
|
353
353
|
__typename?: "Keyword" | undefined;
|
|
354
|
-
id: number;
|
|
354
|
+
id: string | number;
|
|
355
355
|
name: string;
|
|
356
356
|
} | null)[] | null | undefined;
|
|
357
357
|
languages: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
358
358
|
last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
359
359
|
last_episode_to_air?: {
|
|
360
|
-
id: number;
|
|
360
|
+
id: string | number;
|
|
361
361
|
__typename?: "Episode" | undefined;
|
|
362
362
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
363
363
|
cast?: ({
|
|
364
|
-
id: number;
|
|
364
|
+
id: string | number;
|
|
365
365
|
__typename?: "Cast" | undefined;
|
|
366
366
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
367
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
367
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
368
368
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
369
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
369
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
370
370
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
371
371
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
372
372
|
name: string;
|
|
@@ -376,10 +376,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
376
376
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
377
377
|
} | null)[] | null | undefined;
|
|
378
378
|
crew?: ({
|
|
379
|
-
id: number;
|
|
379
|
+
id: string | number;
|
|
380
380
|
__typename?: "Crew" | undefined;
|
|
381
381
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
382
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
382
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
383
383
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
384
384
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
385
385
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -389,7 +389,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
389
389
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
390
390
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
391
391
|
} | null)[] | null | undefined;
|
|
392
|
-
episode_lookup_id: string;
|
|
393
392
|
episode_number: number;
|
|
394
393
|
external_ids?: {
|
|
395
394
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -403,12 +402,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
403
402
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
404
403
|
} | null | undefined;
|
|
405
404
|
guest_stars?: ({
|
|
406
|
-
id: number;
|
|
405
|
+
id: string | number;
|
|
407
406
|
__typename?: "Cast" | undefined;
|
|
408
407
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
409
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
408
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
410
409
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
411
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
410
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
412
411
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
413
412
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
414
413
|
name: string;
|
|
@@ -449,9 +448,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
449
448
|
iso_3166_1: string;
|
|
450
449
|
name: string;
|
|
451
450
|
} | null)[] | null | undefined;
|
|
452
|
-
tv_show_id: number;
|
|
451
|
+
tv_show_id: string | number;
|
|
453
452
|
videos?: ({
|
|
454
|
-
id: number;
|
|
453
|
+
id: string | number;
|
|
455
454
|
__typename?: "Video" | undefined;
|
|
456
455
|
iso_639_1: string;
|
|
457
456
|
iso_3166_1: string;
|
|
@@ -478,7 +477,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
478
477
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
|
|
479
478
|
name: string;
|
|
480
479
|
networks: ({
|
|
481
|
-
id: number;
|
|
480
|
+
id: string | number;
|
|
482
481
|
__typename?: "Network" | undefined;
|
|
483
482
|
alternative_names?: ({
|
|
484
483
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -505,16 +504,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
505
504
|
origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
506
505
|
} | null)[];
|
|
507
506
|
next_episode_to_air?: {
|
|
508
|
-
id: number;
|
|
507
|
+
id: string | number;
|
|
509
508
|
__typename?: "Episode" | undefined;
|
|
510
509
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
511
510
|
cast?: ({
|
|
512
|
-
id: number;
|
|
511
|
+
id: string | number;
|
|
513
512
|
__typename?: "Cast" | undefined;
|
|
514
513
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
515
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
514
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
516
515
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
517
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
516
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
518
517
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
519
518
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
520
519
|
name: string;
|
|
@@ -524,10 +523,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
524
523
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
525
524
|
} | null)[] | null | undefined;
|
|
526
525
|
crew?: ({
|
|
527
|
-
id: number;
|
|
526
|
+
id: string | number;
|
|
528
527
|
__typename?: "Crew" | undefined;
|
|
529
528
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
530
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
529
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
531
530
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
532
531
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
533
532
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -537,7 +536,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
537
536
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
538
537
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
539
538
|
} | null)[] | null | undefined;
|
|
540
|
-
episode_lookup_id: string;
|
|
541
539
|
episode_number: number;
|
|
542
540
|
external_ids?: {
|
|
543
541
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -551,12 +549,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
551
549
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
552
550
|
} | null | undefined;
|
|
553
551
|
guest_stars?: ({
|
|
554
|
-
id: number;
|
|
552
|
+
id: string | number;
|
|
555
553
|
__typename?: "Cast" | undefined;
|
|
556
554
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
557
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
555
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
558
556
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
559
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
557
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
560
558
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
561
559
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
562
560
|
name: string;
|
|
@@ -597,9 +595,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
597
595
|
iso_3166_1: string;
|
|
598
596
|
name: string;
|
|
599
597
|
} | null)[] | null | undefined;
|
|
600
|
-
tv_show_id: number;
|
|
598
|
+
tv_show_id: string | number;
|
|
601
599
|
videos?: ({
|
|
602
|
-
id: number;
|
|
600
|
+
id: string | number;
|
|
603
601
|
__typename?: "Video" | undefined;
|
|
604
602
|
iso_639_1: string;
|
|
605
603
|
iso_3166_1: string;
|
|
@@ -632,7 +630,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
632
630
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
633
631
|
} | null)[] | null | undefined;
|
|
634
632
|
production_companies: ({
|
|
635
|
-
id: number;
|
|
633
|
+
id: string | number;
|
|
636
634
|
__typename?: "Company" | undefined;
|
|
637
635
|
alternative_names?: ({
|
|
638
636
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -674,6 +672,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
674
672
|
__typename?: "ReviewEdge" | undefined;
|
|
675
673
|
cursor: string;
|
|
676
674
|
node: {
|
|
675
|
+
id: string | number;
|
|
677
676
|
__typename?: "Review" | undefined;
|
|
678
677
|
author: string;
|
|
679
678
|
author_details?: {
|
|
@@ -685,7 +684,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
685
684
|
} | null | undefined;
|
|
686
685
|
content: string;
|
|
687
686
|
created_at: string;
|
|
688
|
-
id: string;
|
|
689
687
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
690
688
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
691
689
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -693,6 +691,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
693
691
|
};
|
|
694
692
|
} | null)[] | null | undefined;
|
|
695
693
|
nodes?: ({
|
|
694
|
+
id: string | number;
|
|
696
695
|
__typename?: "Review" | undefined;
|
|
697
696
|
author: string;
|
|
698
697
|
author_details?: {
|
|
@@ -704,7 +703,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
704
703
|
} | null | undefined;
|
|
705
704
|
content: string;
|
|
706
705
|
created_at: string;
|
|
707
|
-
id: string;
|
|
708
706
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
709
707
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
710
708
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -713,16 +711,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
713
711
|
total_count: number;
|
|
714
712
|
} | null | undefined;
|
|
715
713
|
seasons: ({
|
|
716
|
-
id: number;
|
|
714
|
+
id: string | number;
|
|
717
715
|
__typename?: "Season" | undefined;
|
|
718
716
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
719
717
|
cast?: ({
|
|
720
|
-
id: number;
|
|
718
|
+
id: string | number;
|
|
721
719
|
__typename?: "Cast" | undefined;
|
|
722
720
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
723
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
721
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
724
722
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
725
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
723
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
726
724
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
727
725
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
728
726
|
name: string;
|
|
@@ -732,10 +730,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
732
730
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
733
731
|
} | null)[] | null | undefined;
|
|
734
732
|
crew?: ({
|
|
735
|
-
id: number;
|
|
733
|
+
id: string | number;
|
|
736
734
|
__typename?: "Crew" | undefined;
|
|
737
735
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
738
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
736
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
739
737
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
740
738
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
741
739
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -747,16 +745,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
747
745
|
} | null)[] | null | undefined;
|
|
748
746
|
episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
749
747
|
episodes?: ({
|
|
750
|
-
id: number;
|
|
748
|
+
id: string | number;
|
|
751
749
|
__typename?: "Episode" | undefined;
|
|
752
750
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
753
751
|
cast?: ({
|
|
754
|
-
id: number;
|
|
752
|
+
id: string | number;
|
|
755
753
|
__typename?: "Cast" | undefined;
|
|
756
754
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
757
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
755
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
758
756
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
759
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
757
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
760
758
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
761
759
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
762
760
|
name: string;
|
|
@@ -766,10 +764,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
766
764
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
767
765
|
} | null)[] | null | undefined;
|
|
768
766
|
crew?: ({
|
|
769
|
-
id: number;
|
|
767
|
+
id: string | number;
|
|
770
768
|
__typename?: "Crew" | undefined;
|
|
771
769
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
772
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
770
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
773
771
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
774
772
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
775
773
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -779,7 +777,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
779
777
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
780
778
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
781
779
|
} | null)[] | null | undefined;
|
|
782
|
-
episode_lookup_id: string;
|
|
783
780
|
episode_number: number;
|
|
784
781
|
external_ids?: {
|
|
785
782
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -793,12 +790,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
793
790
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
794
791
|
} | null | undefined;
|
|
795
792
|
guest_stars?: ({
|
|
796
|
-
id: number;
|
|
793
|
+
id: string | number;
|
|
797
794
|
__typename?: "Cast" | undefined;
|
|
798
795
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
799
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
796
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
800
797
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
801
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
798
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
802
799
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
803
800
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
804
801
|
name: string;
|
|
@@ -839,9 +836,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
839
836
|
iso_3166_1: string;
|
|
840
837
|
name: string;
|
|
841
838
|
} | null)[] | null | undefined;
|
|
842
|
-
tv_show_id: number;
|
|
839
|
+
tv_show_id: string | number;
|
|
843
840
|
videos?: ({
|
|
844
|
-
id: number;
|
|
841
|
+
id: string | number;
|
|
845
842
|
__typename?: "Video" | undefined;
|
|
846
843
|
iso_639_1: string;
|
|
847
844
|
iso_3166_1: string;
|
|
@@ -879,7 +876,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
879
876
|
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
880
877
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
881
878
|
} | null)[] | null | undefined;
|
|
882
|
-
season_lookup_id: string;
|
|
883
879
|
season_number: number;
|
|
884
880
|
translations?: ({
|
|
885
881
|
__typename?: "Translation" | undefined;
|
|
@@ -896,9 +892,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
896
892
|
iso_3166_1: string;
|
|
897
893
|
name: string;
|
|
898
894
|
} | null)[] | null | undefined;
|
|
899
|
-
tv_show_id: number;
|
|
895
|
+
tv_show_id: string | number;
|
|
900
896
|
videos?: ({
|
|
901
|
-
id: number;
|
|
897
|
+
id: string | number;
|
|
902
898
|
__typename?: "Video" | undefined;
|
|
903
899
|
iso_639_1: string;
|
|
904
900
|
iso_3166_1: string;
|
|
@@ -929,7 +925,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
929
925
|
} | null)[] | null | undefined;
|
|
930
926
|
type: import("@tmdb-graphql-api/schema/types").TvType;
|
|
931
927
|
videos?: ({
|
|
932
|
-
id: number;
|
|
928
|
+
id: string | number;
|
|
933
929
|
__typename?: "Video" | undefined;
|
|
934
930
|
iso_639_1: string;
|
|
935
931
|
iso_3166_1: string;
|
|
@@ -948,35 +944,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
948
944
|
ads?: ({
|
|
949
945
|
__typename?: "WatchProvider" | undefined;
|
|
950
946
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
951
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
947
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
952
948
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
953
949
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
954
950
|
} | null)[] | null | undefined;
|
|
955
951
|
buy?: ({
|
|
956
952
|
__typename?: "WatchProvider" | undefined;
|
|
957
953
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
958
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
954
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
959
955
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
960
956
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
961
957
|
} | null)[] | null | undefined;
|
|
962
958
|
flatrate?: ({
|
|
963
959
|
__typename?: "WatchProvider" | undefined;
|
|
964
960
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
965
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
961
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
966
962
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
967
963
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
968
964
|
} | null)[] | null | undefined;
|
|
969
965
|
free?: ({
|
|
970
966
|
__typename?: "WatchProvider" | undefined;
|
|
971
967
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
972
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
968
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
973
969
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
974
970
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
975
971
|
} | null)[] | null | undefined;
|
|
976
972
|
rent?: ({
|
|
977
973
|
__typename?: "WatchProvider" | undefined;
|
|
978
974
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
979
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
975
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
980
976
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
981
977
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
982
978
|
} | null)[] | null | undefined;
|
|
@@ -986,35 +982,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
986
982
|
ads?: ({
|
|
987
983
|
__typename?: "WatchProvider" | undefined;
|
|
988
984
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
989
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
985
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
990
986
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
991
987
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
992
988
|
} | null)[] | null | undefined;
|
|
993
989
|
buy?: ({
|
|
994
990
|
__typename?: "WatchProvider" | undefined;
|
|
995
991
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
996
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
992
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
997
993
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
998
994
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
999
995
|
} | null)[] | null | undefined;
|
|
1000
996
|
flatrate?: ({
|
|
1001
997
|
__typename?: "WatchProvider" | undefined;
|
|
1002
998
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1003
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
999
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1004
1000
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1005
1001
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1006
1002
|
} | null)[] | null | undefined;
|
|
1007
1003
|
free?: ({
|
|
1008
1004
|
__typename?: "WatchProvider" | undefined;
|
|
1009
1005
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1010
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1006
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1011
1007
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1012
1008
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1013
1009
|
} | null)[] | null | undefined;
|
|
1014
1010
|
rent?: ({
|
|
1015
1011
|
__typename?: "WatchProvider" | undefined;
|
|
1016
1012
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1017
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1013
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1018
1014
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1019
1015
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1020
1016
|
} | null)[] | null | undefined;
|
|
@@ -1024,35 +1020,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1024
1020
|
ads?: ({
|
|
1025
1021
|
__typename?: "WatchProvider" | undefined;
|
|
1026
1022
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1027
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1023
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1028
1024
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1029
1025
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1030
1026
|
} | null)[] | null | undefined;
|
|
1031
1027
|
buy?: ({
|
|
1032
1028
|
__typename?: "WatchProvider" | undefined;
|
|
1033
1029
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1034
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1030
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1035
1031
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1036
1032
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1037
1033
|
} | null)[] | null | undefined;
|
|
1038
1034
|
flatrate?: ({
|
|
1039
1035
|
__typename?: "WatchProvider" | undefined;
|
|
1040
1036
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1041
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1037
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1042
1038
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1043
1039
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1044
1040
|
} | null)[] | null | undefined;
|
|
1045
1041
|
free?: ({
|
|
1046
1042
|
__typename?: "WatchProvider" | undefined;
|
|
1047
1043
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1048
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1044
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1049
1045
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1050
1046
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1051
1047
|
} | null)[] | null | undefined;
|
|
1052
1048
|
rent?: ({
|
|
1053
1049
|
__typename?: "WatchProvider" | undefined;
|
|
1054
1050
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1055
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1051
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1056
1052
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1057
1053
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1058
1054
|
} | null)[] | null | undefined;
|
|
@@ -1062,35 +1058,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1062
1058
|
ads?: ({
|
|
1063
1059
|
__typename?: "WatchProvider" | undefined;
|
|
1064
1060
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1065
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1061
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1066
1062
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1067
1063
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1068
1064
|
} | null)[] | null | undefined;
|
|
1069
1065
|
buy?: ({
|
|
1070
1066
|
__typename?: "WatchProvider" | undefined;
|
|
1071
1067
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1072
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1068
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1073
1069
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1074
1070
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1075
1071
|
} | null)[] | null | undefined;
|
|
1076
1072
|
flatrate?: ({
|
|
1077
1073
|
__typename?: "WatchProvider" | undefined;
|
|
1078
1074
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1079
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1075
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1080
1076
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1081
1077
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1082
1078
|
} | null)[] | null | undefined;
|
|
1083
1079
|
free?: ({
|
|
1084
1080
|
__typename?: "WatchProvider" | undefined;
|
|
1085
1081
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1086
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1082
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1087
1083
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1088
1084
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1089
1085
|
} | null)[] | null | undefined;
|
|
1090
1086
|
rent?: ({
|
|
1091
1087
|
__typename?: "WatchProvider" | undefined;
|
|
1092
1088
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1093
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1089
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1094
1090
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1095
1091
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1096
1092
|
} | null)[] | null | undefined;
|
|
@@ -1100,35 +1096,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1100
1096
|
ads?: ({
|
|
1101
1097
|
__typename?: "WatchProvider" | undefined;
|
|
1102
1098
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1103
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1099
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1104
1100
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1105
1101
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1106
1102
|
} | null)[] | null | undefined;
|
|
1107
1103
|
buy?: ({
|
|
1108
1104
|
__typename?: "WatchProvider" | undefined;
|
|
1109
1105
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1110
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1106
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1111
1107
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1112
1108
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1113
1109
|
} | null)[] | null | undefined;
|
|
1114
1110
|
flatrate?: ({
|
|
1115
1111
|
__typename?: "WatchProvider" | undefined;
|
|
1116
1112
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1117
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1113
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1118
1114
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1119
1115
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1120
1116
|
} | null)[] | null | undefined;
|
|
1121
1117
|
free?: ({
|
|
1122
1118
|
__typename?: "WatchProvider" | undefined;
|
|
1123
1119
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1124
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1120
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1125
1121
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1126
1122
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1127
1123
|
} | null)[] | null | undefined;
|
|
1128
1124
|
rent?: ({
|
|
1129
1125
|
__typename?: "WatchProvider" | undefined;
|
|
1130
1126
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1131
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1127
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1132
1128
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1133
1129
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1134
1130
|
} | null)[] | null | undefined;
|
|
@@ -1138,35 +1134,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1138
1134
|
ads?: ({
|
|
1139
1135
|
__typename?: "WatchProvider" | undefined;
|
|
1140
1136
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1141
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1137
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1142
1138
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1143
1139
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1144
1140
|
} | null)[] | null | undefined;
|
|
1145
1141
|
buy?: ({
|
|
1146
1142
|
__typename?: "WatchProvider" | undefined;
|
|
1147
1143
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1148
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1144
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1149
1145
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1150
1146
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1151
1147
|
} | null)[] | null | undefined;
|
|
1152
1148
|
flatrate?: ({
|
|
1153
1149
|
__typename?: "WatchProvider" | undefined;
|
|
1154
1150
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1155
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1151
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1156
1152
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1157
1153
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1158
1154
|
} | null)[] | null | undefined;
|
|
1159
1155
|
free?: ({
|
|
1160
1156
|
__typename?: "WatchProvider" | undefined;
|
|
1161
1157
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1162
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1158
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1163
1159
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1164
1160
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1165
1161
|
} | null)[] | null | undefined;
|
|
1166
1162
|
rent?: ({
|
|
1167
1163
|
__typename?: "WatchProvider" | undefined;
|
|
1168
1164
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1169
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1165
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1170
1166
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1171
1167
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1172
1168
|
} | null)[] | null | undefined;
|
|
@@ -1176,35 +1172,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1176
1172
|
ads?: ({
|
|
1177
1173
|
__typename?: "WatchProvider" | undefined;
|
|
1178
1174
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1179
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1175
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1180
1176
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1181
1177
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1182
1178
|
} | null)[] | null | undefined;
|
|
1183
1179
|
buy?: ({
|
|
1184
1180
|
__typename?: "WatchProvider" | undefined;
|
|
1185
1181
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1186
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1182
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1187
1183
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1188
1184
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1189
1185
|
} | null)[] | null | undefined;
|
|
1190
1186
|
flatrate?: ({
|
|
1191
1187
|
__typename?: "WatchProvider" | undefined;
|
|
1192
1188
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1193
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1189
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1194
1190
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1195
1191
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1196
1192
|
} | null)[] | null | undefined;
|
|
1197
1193
|
free?: ({
|
|
1198
1194
|
__typename?: "WatchProvider" | undefined;
|
|
1199
1195
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1200
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1196
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1201
1197
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1202
1198
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1203
1199
|
} | null)[] | null | undefined;
|
|
1204
1200
|
rent?: ({
|
|
1205
1201
|
__typename?: "WatchProvider" | undefined;
|
|
1206
1202
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1207
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1203
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1208
1204
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1209
1205
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1210
1206
|
} | null)[] | null | undefined;
|
|
@@ -1214,35 +1210,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1214
1210
|
ads?: ({
|
|
1215
1211
|
__typename?: "WatchProvider" | undefined;
|
|
1216
1212
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1217
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1213
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1218
1214
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1219
1215
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1220
1216
|
} | null)[] | null | undefined;
|
|
1221
1217
|
buy?: ({
|
|
1222
1218
|
__typename?: "WatchProvider" | undefined;
|
|
1223
1219
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1224
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1220
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1225
1221
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1226
1222
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1227
1223
|
} | null)[] | null | undefined;
|
|
1228
1224
|
flatrate?: ({
|
|
1229
1225
|
__typename?: "WatchProvider" | undefined;
|
|
1230
1226
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1231
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1227
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1232
1228
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1233
1229
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1234
1230
|
} | null)[] | null | undefined;
|
|
1235
1231
|
free?: ({
|
|
1236
1232
|
__typename?: "WatchProvider" | undefined;
|
|
1237
1233
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1238
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1234
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1239
1235
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1240
1236
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1241
1237
|
} | null)[] | null | undefined;
|
|
1242
1238
|
rent?: ({
|
|
1243
1239
|
__typename?: "WatchProvider" | undefined;
|
|
1244
1240
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1245
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1241
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1246
1242
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1247
1243
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1248
1244
|
} | null)[] | null | undefined;
|
|
@@ -1252,35 +1248,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1252
1248
|
ads?: ({
|
|
1253
1249
|
__typename?: "WatchProvider" | undefined;
|
|
1254
1250
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1255
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1251
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1256
1252
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1257
1253
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1258
1254
|
} | null)[] | null | undefined;
|
|
1259
1255
|
buy?: ({
|
|
1260
1256
|
__typename?: "WatchProvider" | undefined;
|
|
1261
1257
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1262
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1258
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1263
1259
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1264
1260
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1265
1261
|
} | null)[] | null | undefined;
|
|
1266
1262
|
flatrate?: ({
|
|
1267
1263
|
__typename?: "WatchProvider" | undefined;
|
|
1268
1264
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1269
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1265
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1270
1266
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1271
1267
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1272
1268
|
} | null)[] | null | undefined;
|
|
1273
1269
|
free?: ({
|
|
1274
1270
|
__typename?: "WatchProvider" | undefined;
|
|
1275
1271
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1276
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1272
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1277
1273
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1278
1274
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1279
1275
|
} | null)[] | null | undefined;
|
|
1280
1276
|
rent?: ({
|
|
1281
1277
|
__typename?: "WatchProvider" | undefined;
|
|
1282
1278
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1283
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1279
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1284
1280
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1285
1281
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1286
1282
|
} | null)[] | null | undefined;
|
|
@@ -1290,35 +1286,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1290
1286
|
ads?: ({
|
|
1291
1287
|
__typename?: "WatchProvider" | undefined;
|
|
1292
1288
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1293
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1289
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1294
1290
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1295
1291
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1296
1292
|
} | null)[] | null | undefined;
|
|
1297
1293
|
buy?: ({
|
|
1298
1294
|
__typename?: "WatchProvider" | undefined;
|
|
1299
1295
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1300
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1296
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1301
1297
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1302
1298
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1303
1299
|
} | null)[] | null | undefined;
|
|
1304
1300
|
flatrate?: ({
|
|
1305
1301
|
__typename?: "WatchProvider" | undefined;
|
|
1306
1302
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1307
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1303
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1308
1304
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1309
1305
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1310
1306
|
} | null)[] | null | undefined;
|
|
1311
1307
|
free?: ({
|
|
1312
1308
|
__typename?: "WatchProvider" | undefined;
|
|
1313
1309
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1314
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1310
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1315
1311
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1316
1312
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1317
1313
|
} | null)[] | null | undefined;
|
|
1318
1314
|
rent?: ({
|
|
1319
1315
|
__typename?: "WatchProvider" | undefined;
|
|
1320
1316
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1321
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1317
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1322
1318
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1323
1319
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1324
1320
|
} | null)[] | null | undefined;
|
|
@@ -1328,35 +1324,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1328
1324
|
ads?: ({
|
|
1329
1325
|
__typename?: "WatchProvider" | undefined;
|
|
1330
1326
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1331
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1327
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1332
1328
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1333
1329
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1334
1330
|
} | null)[] | null | undefined;
|
|
1335
1331
|
buy?: ({
|
|
1336
1332
|
__typename?: "WatchProvider" | undefined;
|
|
1337
1333
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1338
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1334
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1339
1335
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1340
1336
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1341
1337
|
} | null)[] | null | undefined;
|
|
1342
1338
|
flatrate?: ({
|
|
1343
1339
|
__typename?: "WatchProvider" | undefined;
|
|
1344
1340
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1345
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1341
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1346
1342
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1347
1343
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1348
1344
|
} | null)[] | null | undefined;
|
|
1349
1345
|
free?: ({
|
|
1350
1346
|
__typename?: "WatchProvider" | undefined;
|
|
1351
1347
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1352
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1348
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1353
1349
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1354
1350
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1355
1351
|
} | null)[] | null | undefined;
|
|
1356
1352
|
rent?: ({
|
|
1357
1353
|
__typename?: "WatchProvider" | undefined;
|
|
1358
1354
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1359
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1355
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1360
1356
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1361
1357
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1362
1358
|
} | null)[] | null | undefined;
|
|
@@ -1366,35 +1362,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1366
1362
|
ads?: ({
|
|
1367
1363
|
__typename?: "WatchProvider" | undefined;
|
|
1368
1364
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1369
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1365
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1370
1366
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1371
1367
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1372
1368
|
} | null)[] | null | undefined;
|
|
1373
1369
|
buy?: ({
|
|
1374
1370
|
__typename?: "WatchProvider" | undefined;
|
|
1375
1371
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1376
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1372
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1377
1373
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1378
1374
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1379
1375
|
} | null)[] | null | undefined;
|
|
1380
1376
|
flatrate?: ({
|
|
1381
1377
|
__typename?: "WatchProvider" | undefined;
|
|
1382
1378
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1383
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1379
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1384
1380
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1385
1381
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1386
1382
|
} | null)[] | null | undefined;
|
|
1387
1383
|
free?: ({
|
|
1388
1384
|
__typename?: "WatchProvider" | undefined;
|
|
1389
1385
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1390
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1386
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1391
1387
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1392
1388
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1393
1389
|
} | null)[] | null | undefined;
|
|
1394
1390
|
rent?: ({
|
|
1395
1391
|
__typename?: "WatchProvider" | undefined;
|
|
1396
1392
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1397
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1393
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1398
1394
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1399
1395
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1400
1396
|
} | null)[] | null | undefined;
|
|
@@ -1404,35 +1400,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1404
1400
|
ads?: ({
|
|
1405
1401
|
__typename?: "WatchProvider" | undefined;
|
|
1406
1402
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1407
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1403
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1408
1404
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1409
1405
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1410
1406
|
} | null)[] | null | undefined;
|
|
1411
1407
|
buy?: ({
|
|
1412
1408
|
__typename?: "WatchProvider" | undefined;
|
|
1413
1409
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1414
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1410
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1415
1411
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1416
1412
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1417
1413
|
} | null)[] | null | undefined;
|
|
1418
1414
|
flatrate?: ({
|
|
1419
1415
|
__typename?: "WatchProvider" | undefined;
|
|
1420
1416
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1421
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1417
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1422
1418
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1423
1419
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1424
1420
|
} | null)[] | null | undefined;
|
|
1425
1421
|
free?: ({
|
|
1426
1422
|
__typename?: "WatchProvider" | undefined;
|
|
1427
1423
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1428
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1424
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1429
1425
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1430
1426
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1431
1427
|
} | null)[] | null | undefined;
|
|
1432
1428
|
rent?: ({
|
|
1433
1429
|
__typename?: "WatchProvider" | undefined;
|
|
1434
1430
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1435
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1431
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1436
1432
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1437
1433
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1438
1434
|
} | null)[] | null | undefined;
|
|
@@ -1442,35 +1438,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1442
1438
|
ads?: ({
|
|
1443
1439
|
__typename?: "WatchProvider" | undefined;
|
|
1444
1440
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1445
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1441
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1446
1442
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1447
1443
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1448
1444
|
} | null)[] | null | undefined;
|
|
1449
1445
|
buy?: ({
|
|
1450
1446
|
__typename?: "WatchProvider" | undefined;
|
|
1451
1447
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1452
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1448
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1453
1449
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1454
1450
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1455
1451
|
} | null)[] | null | undefined;
|
|
1456
1452
|
flatrate?: ({
|
|
1457
1453
|
__typename?: "WatchProvider" | undefined;
|
|
1458
1454
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1459
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1455
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1460
1456
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1461
1457
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1462
1458
|
} | null)[] | null | undefined;
|
|
1463
1459
|
free?: ({
|
|
1464
1460
|
__typename?: "WatchProvider" | undefined;
|
|
1465
1461
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1466
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1462
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1467
1463
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1468
1464
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1469
1465
|
} | null)[] | null | undefined;
|
|
1470
1466
|
rent?: ({
|
|
1471
1467
|
__typename?: "WatchProvider" | undefined;
|
|
1472
1468
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1473
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1469
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1474
1470
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1475
1471
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1476
1472
|
} | null)[] | null | undefined;
|
|
@@ -1480,35 +1476,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1480
1476
|
ads?: ({
|
|
1481
1477
|
__typename?: "WatchProvider" | undefined;
|
|
1482
1478
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1483
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1479
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1484
1480
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1485
1481
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1486
1482
|
} | null)[] | null | undefined;
|
|
1487
1483
|
buy?: ({
|
|
1488
1484
|
__typename?: "WatchProvider" | undefined;
|
|
1489
1485
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1490
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1486
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1491
1487
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1492
1488
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1493
1489
|
} | null)[] | null | undefined;
|
|
1494
1490
|
flatrate?: ({
|
|
1495
1491
|
__typename?: "WatchProvider" | undefined;
|
|
1496
1492
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1497
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1493
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1498
1494
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1499
1495
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1500
1496
|
} | null)[] | null | undefined;
|
|
1501
1497
|
free?: ({
|
|
1502
1498
|
__typename?: "WatchProvider" | undefined;
|
|
1503
1499
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1504
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1500
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1505
1501
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1506
1502
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1507
1503
|
} | null)[] | null | undefined;
|
|
1508
1504
|
rent?: ({
|
|
1509
1505
|
__typename?: "WatchProvider" | undefined;
|
|
1510
1506
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1511
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1507
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1512
1508
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1513
1509
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1514
1510
|
} | null)[] | null | undefined;
|
|
@@ -1518,35 +1514,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1518
1514
|
ads?: ({
|
|
1519
1515
|
__typename?: "WatchProvider" | undefined;
|
|
1520
1516
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1521
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1517
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1522
1518
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1523
1519
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1524
1520
|
} | null)[] | null | undefined;
|
|
1525
1521
|
buy?: ({
|
|
1526
1522
|
__typename?: "WatchProvider" | undefined;
|
|
1527
1523
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1528
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1524
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1529
1525
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1530
1526
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1531
1527
|
} | null)[] | null | undefined;
|
|
1532
1528
|
flatrate?: ({
|
|
1533
1529
|
__typename?: "WatchProvider" | undefined;
|
|
1534
1530
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1535
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1531
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1536
1532
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1537
1533
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1538
1534
|
} | null)[] | null | undefined;
|
|
1539
1535
|
free?: ({
|
|
1540
1536
|
__typename?: "WatchProvider" | undefined;
|
|
1541
1537
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1542
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1538
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1543
1539
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1544
1540
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1545
1541
|
} | null)[] | null | undefined;
|
|
1546
1542
|
rent?: ({
|
|
1547
1543
|
__typename?: "WatchProvider" | undefined;
|
|
1548
1544
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1549
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1545
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1550
1546
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1551
1547
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1552
1548
|
} | null)[] | null | undefined;
|
|
@@ -1556,35 +1552,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1556
1552
|
ads?: ({
|
|
1557
1553
|
__typename?: "WatchProvider" | undefined;
|
|
1558
1554
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1559
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1555
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1560
1556
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1561
1557
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1562
1558
|
} | null)[] | null | undefined;
|
|
1563
1559
|
buy?: ({
|
|
1564
1560
|
__typename?: "WatchProvider" | undefined;
|
|
1565
1561
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1566
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1562
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1567
1563
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1568
1564
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1569
1565
|
} | null)[] | null | undefined;
|
|
1570
1566
|
flatrate?: ({
|
|
1571
1567
|
__typename?: "WatchProvider" | undefined;
|
|
1572
1568
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1573
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1569
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1574
1570
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1575
1571
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1576
1572
|
} | null)[] | null | undefined;
|
|
1577
1573
|
free?: ({
|
|
1578
1574
|
__typename?: "WatchProvider" | undefined;
|
|
1579
1575
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1580
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1576
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1581
1577
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1582
1578
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1583
1579
|
} | null)[] | null | undefined;
|
|
1584
1580
|
rent?: ({
|
|
1585
1581
|
__typename?: "WatchProvider" | undefined;
|
|
1586
1582
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1587
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1583
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1588
1584
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1589
1585
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1590
1586
|
} | null)[] | null | undefined;
|
|
@@ -1594,35 +1590,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1594
1590
|
ads?: ({
|
|
1595
1591
|
__typename?: "WatchProvider" | undefined;
|
|
1596
1592
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1597
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1593
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1598
1594
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1599
1595
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1600
1596
|
} | null)[] | null | undefined;
|
|
1601
1597
|
buy?: ({
|
|
1602
1598
|
__typename?: "WatchProvider" | undefined;
|
|
1603
1599
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1604
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1600
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1605
1601
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1606
1602
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1607
1603
|
} | null)[] | null | undefined;
|
|
1608
1604
|
flatrate?: ({
|
|
1609
1605
|
__typename?: "WatchProvider" | undefined;
|
|
1610
1606
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1611
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1607
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1612
1608
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1613
1609
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1614
1610
|
} | null)[] | null | undefined;
|
|
1615
1611
|
free?: ({
|
|
1616
1612
|
__typename?: "WatchProvider" | undefined;
|
|
1617
1613
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1618
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1614
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1619
1615
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1620
1616
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1621
1617
|
} | null)[] | null | undefined;
|
|
1622
1618
|
rent?: ({
|
|
1623
1619
|
__typename?: "WatchProvider" | undefined;
|
|
1624
1620
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1625
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1621
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1626
1622
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1627
1623
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1628
1624
|
} | null)[] | null | undefined;
|
|
@@ -1632,35 +1628,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1632
1628
|
ads?: ({
|
|
1633
1629
|
__typename?: "WatchProvider" | undefined;
|
|
1634
1630
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1635
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1631
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1636
1632
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1637
1633
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1638
1634
|
} | null)[] | null | undefined;
|
|
1639
1635
|
buy?: ({
|
|
1640
1636
|
__typename?: "WatchProvider" | undefined;
|
|
1641
1637
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1642
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1638
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1643
1639
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1644
1640
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1645
1641
|
} | null)[] | null | undefined;
|
|
1646
1642
|
flatrate?: ({
|
|
1647
1643
|
__typename?: "WatchProvider" | undefined;
|
|
1648
1644
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1649
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1645
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1650
1646
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1651
1647
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1652
1648
|
} | null)[] | null | undefined;
|
|
1653
1649
|
free?: ({
|
|
1654
1650
|
__typename?: "WatchProvider" | undefined;
|
|
1655
1651
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1656
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1652
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1657
1653
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1658
1654
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1659
1655
|
} | null)[] | null | undefined;
|
|
1660
1656
|
rent?: ({
|
|
1661
1657
|
__typename?: "WatchProvider" | undefined;
|
|
1662
1658
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1663
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1659
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1664
1660
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1665
1661
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1666
1662
|
} | null)[] | null | undefined;
|
|
@@ -1670,35 +1666,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1670
1666
|
ads?: ({
|
|
1671
1667
|
__typename?: "WatchProvider" | undefined;
|
|
1672
1668
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1673
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1669
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1674
1670
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1675
1671
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1676
1672
|
} | null)[] | null | undefined;
|
|
1677
1673
|
buy?: ({
|
|
1678
1674
|
__typename?: "WatchProvider" | undefined;
|
|
1679
1675
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1680
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1676
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1681
1677
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1682
1678
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1683
1679
|
} | null)[] | null | undefined;
|
|
1684
1680
|
flatrate?: ({
|
|
1685
1681
|
__typename?: "WatchProvider" | undefined;
|
|
1686
1682
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1687
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1683
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1688
1684
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1689
1685
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1690
1686
|
} | null)[] | null | undefined;
|
|
1691
1687
|
free?: ({
|
|
1692
1688
|
__typename?: "WatchProvider" | undefined;
|
|
1693
1689
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1694
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1690
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1695
1691
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1696
1692
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1697
1693
|
} | null)[] | null | undefined;
|
|
1698
1694
|
rent?: ({
|
|
1699
1695
|
__typename?: "WatchProvider" | undefined;
|
|
1700
1696
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1701
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1697
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1702
1698
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1703
1699
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1704
1700
|
} | null)[] | null | undefined;
|
|
@@ -1708,35 +1704,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1708
1704
|
ads?: ({
|
|
1709
1705
|
__typename?: "WatchProvider" | undefined;
|
|
1710
1706
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1711
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1707
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1712
1708
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1713
1709
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1714
1710
|
} | null)[] | null | undefined;
|
|
1715
1711
|
buy?: ({
|
|
1716
1712
|
__typename?: "WatchProvider" | undefined;
|
|
1717
1713
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1718
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1714
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1719
1715
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1720
1716
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1721
1717
|
} | null)[] | null | undefined;
|
|
1722
1718
|
flatrate?: ({
|
|
1723
1719
|
__typename?: "WatchProvider" | undefined;
|
|
1724
1720
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1725
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1721
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1726
1722
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1727
1723
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1728
1724
|
} | null)[] | null | undefined;
|
|
1729
1725
|
free?: ({
|
|
1730
1726
|
__typename?: "WatchProvider" | undefined;
|
|
1731
1727
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1732
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1728
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1733
1729
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1734
1730
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1735
1731
|
} | null)[] | null | undefined;
|
|
1736
1732
|
rent?: ({
|
|
1737
1733
|
__typename?: "WatchProvider" | undefined;
|
|
1738
1734
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1739
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1735
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1740
1736
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1741
1737
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1742
1738
|
} | null)[] | null | undefined;
|
|
@@ -1746,35 +1742,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1746
1742
|
ads?: ({
|
|
1747
1743
|
__typename?: "WatchProvider" | undefined;
|
|
1748
1744
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1749
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1745
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1750
1746
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1751
1747
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1752
1748
|
} | null)[] | null | undefined;
|
|
1753
1749
|
buy?: ({
|
|
1754
1750
|
__typename?: "WatchProvider" | undefined;
|
|
1755
1751
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1756
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1752
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1757
1753
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1758
1754
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1759
1755
|
} | null)[] | null | undefined;
|
|
1760
1756
|
flatrate?: ({
|
|
1761
1757
|
__typename?: "WatchProvider" | undefined;
|
|
1762
1758
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1763
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1759
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1764
1760
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1765
1761
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1766
1762
|
} | null)[] | null | undefined;
|
|
1767
1763
|
free?: ({
|
|
1768
1764
|
__typename?: "WatchProvider" | undefined;
|
|
1769
1765
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1770
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1766
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1771
1767
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1772
1768
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1773
1769
|
} | null)[] | null | undefined;
|
|
1774
1770
|
rent?: ({
|
|
1775
1771
|
__typename?: "WatchProvider" | undefined;
|
|
1776
1772
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1777
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1773
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1778
1774
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1779
1775
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1780
1776
|
} | null)[] | null | undefined;
|
|
@@ -1784,35 +1780,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1784
1780
|
ads?: ({
|
|
1785
1781
|
__typename?: "WatchProvider" | undefined;
|
|
1786
1782
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1787
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1783
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1788
1784
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1789
1785
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1790
1786
|
} | null)[] | null | undefined;
|
|
1791
1787
|
buy?: ({
|
|
1792
1788
|
__typename?: "WatchProvider" | undefined;
|
|
1793
1789
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1794
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1790
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1795
1791
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1796
1792
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1797
1793
|
} | null)[] | null | undefined;
|
|
1798
1794
|
flatrate?: ({
|
|
1799
1795
|
__typename?: "WatchProvider" | undefined;
|
|
1800
1796
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1801
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1797
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1802
1798
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1803
1799
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1804
1800
|
} | null)[] | null | undefined;
|
|
1805
1801
|
free?: ({
|
|
1806
1802
|
__typename?: "WatchProvider" | undefined;
|
|
1807
1803
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1808
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1804
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1809
1805
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1810
1806
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1811
1807
|
} | null)[] | null | undefined;
|
|
1812
1808
|
rent?: ({
|
|
1813
1809
|
__typename?: "WatchProvider" | undefined;
|
|
1814
1810
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1815
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1811
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1816
1812
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1817
1813
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1818
1814
|
} | null)[] | null | undefined;
|
|
@@ -1822,35 +1818,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1822
1818
|
ads?: ({
|
|
1823
1819
|
__typename?: "WatchProvider" | undefined;
|
|
1824
1820
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1825
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1821
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1826
1822
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1827
1823
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1828
1824
|
} | null)[] | null | undefined;
|
|
1829
1825
|
buy?: ({
|
|
1830
1826
|
__typename?: "WatchProvider" | undefined;
|
|
1831
1827
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1832
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1828
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1833
1829
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1834
1830
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1835
1831
|
} | null)[] | null | undefined;
|
|
1836
1832
|
flatrate?: ({
|
|
1837
1833
|
__typename?: "WatchProvider" | undefined;
|
|
1838
1834
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1839
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1835
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1840
1836
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1841
1837
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1842
1838
|
} | null)[] | null | undefined;
|
|
1843
1839
|
free?: ({
|
|
1844
1840
|
__typename?: "WatchProvider" | undefined;
|
|
1845
1841
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1846
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1842
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1847
1843
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1848
1844
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1849
1845
|
} | null)[] | null | undefined;
|
|
1850
1846
|
rent?: ({
|
|
1851
1847
|
__typename?: "WatchProvider" | undefined;
|
|
1852
1848
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1853
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1849
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1854
1850
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1855
1851
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1856
1852
|
} | null)[] | null | undefined;
|
|
@@ -1860,35 +1856,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1860
1856
|
ads?: ({
|
|
1861
1857
|
__typename?: "WatchProvider" | undefined;
|
|
1862
1858
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1863
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1859
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1864
1860
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1865
1861
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1866
1862
|
} | null)[] | null | undefined;
|
|
1867
1863
|
buy?: ({
|
|
1868
1864
|
__typename?: "WatchProvider" | undefined;
|
|
1869
1865
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1870
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1866
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1871
1867
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1872
1868
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1873
1869
|
} | null)[] | null | undefined;
|
|
1874
1870
|
flatrate?: ({
|
|
1875
1871
|
__typename?: "WatchProvider" | undefined;
|
|
1876
1872
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1877
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1873
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1878
1874
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1879
1875
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1880
1876
|
} | null)[] | null | undefined;
|
|
1881
1877
|
free?: ({
|
|
1882
1878
|
__typename?: "WatchProvider" | undefined;
|
|
1883
1879
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1884
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1880
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1885
1881
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1886
1882
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1887
1883
|
} | null)[] | null | undefined;
|
|
1888
1884
|
rent?: ({
|
|
1889
1885
|
__typename?: "WatchProvider" | undefined;
|
|
1890
1886
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1891
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1887
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1892
1888
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1893
1889
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1894
1890
|
} | null)[] | null | undefined;
|
|
@@ -1898,35 +1894,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1898
1894
|
ads?: ({
|
|
1899
1895
|
__typename?: "WatchProvider" | undefined;
|
|
1900
1896
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1901
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1897
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1902
1898
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1903
1899
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1904
1900
|
} | null)[] | null | undefined;
|
|
1905
1901
|
buy?: ({
|
|
1906
1902
|
__typename?: "WatchProvider" | undefined;
|
|
1907
1903
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1908
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1904
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1909
1905
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1910
1906
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1911
1907
|
} | null)[] | null | undefined;
|
|
1912
1908
|
flatrate?: ({
|
|
1913
1909
|
__typename?: "WatchProvider" | undefined;
|
|
1914
1910
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1915
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1911
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1916
1912
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1917
1913
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1918
1914
|
} | null)[] | null | undefined;
|
|
1919
1915
|
free?: ({
|
|
1920
1916
|
__typename?: "WatchProvider" | undefined;
|
|
1921
1917
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1922
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1918
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1923
1919
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1924
1920
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1925
1921
|
} | null)[] | null | undefined;
|
|
1926
1922
|
rent?: ({
|
|
1927
1923
|
__typename?: "WatchProvider" | undefined;
|
|
1928
1924
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1929
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1925
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1930
1926
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1931
1927
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1932
1928
|
} | null)[] | null | undefined;
|
|
@@ -1936,35 +1932,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1936
1932
|
ads?: ({
|
|
1937
1933
|
__typename?: "WatchProvider" | undefined;
|
|
1938
1934
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1939
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1935
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1940
1936
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1941
1937
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1942
1938
|
} | null)[] | null | undefined;
|
|
1943
1939
|
buy?: ({
|
|
1944
1940
|
__typename?: "WatchProvider" | undefined;
|
|
1945
1941
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1946
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1942
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1947
1943
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1948
1944
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1949
1945
|
} | null)[] | null | undefined;
|
|
1950
1946
|
flatrate?: ({
|
|
1951
1947
|
__typename?: "WatchProvider" | undefined;
|
|
1952
1948
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1953
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1949
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1954
1950
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1955
1951
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1956
1952
|
} | null)[] | null | undefined;
|
|
1957
1953
|
free?: ({
|
|
1958
1954
|
__typename?: "WatchProvider" | undefined;
|
|
1959
1955
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1960
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1956
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1961
1957
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1962
1958
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1963
1959
|
} | null)[] | null | undefined;
|
|
1964
1960
|
rent?: ({
|
|
1965
1961
|
__typename?: "WatchProvider" | undefined;
|
|
1966
1962
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1967
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1963
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1968
1964
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1969
1965
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1970
1966
|
} | null)[] | null | undefined;
|
|
@@ -1974,35 +1970,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
1974
1970
|
ads?: ({
|
|
1975
1971
|
__typename?: "WatchProvider" | undefined;
|
|
1976
1972
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1977
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1973
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1978
1974
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1979
1975
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1980
1976
|
} | null)[] | null | undefined;
|
|
1981
1977
|
buy?: ({
|
|
1982
1978
|
__typename?: "WatchProvider" | undefined;
|
|
1983
1979
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1984
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1980
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1985
1981
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1986
1982
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1987
1983
|
} | null)[] | null | undefined;
|
|
1988
1984
|
flatrate?: ({
|
|
1989
1985
|
__typename?: "WatchProvider" | undefined;
|
|
1990
1986
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1991
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1987
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1992
1988
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1993
1989
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1994
1990
|
} | null)[] | null | undefined;
|
|
1995
1991
|
free?: ({
|
|
1996
1992
|
__typename?: "WatchProvider" | undefined;
|
|
1997
1993
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1998
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
1994
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
1999
1995
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2000
1996
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2001
1997
|
} | null)[] | null | undefined;
|
|
2002
1998
|
rent?: ({
|
|
2003
1999
|
__typename?: "WatchProvider" | undefined;
|
|
2004
2000
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2005
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2001
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2006
2002
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2007
2003
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2008
2004
|
} | null)[] | null | undefined;
|
|
@@ -2012,35 +2008,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2012
2008
|
ads?: ({
|
|
2013
2009
|
__typename?: "WatchProvider" | undefined;
|
|
2014
2010
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2015
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2011
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2016
2012
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2017
2013
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2018
2014
|
} | null)[] | null | undefined;
|
|
2019
2015
|
buy?: ({
|
|
2020
2016
|
__typename?: "WatchProvider" | undefined;
|
|
2021
2017
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2022
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2018
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2023
2019
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2024
2020
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2025
2021
|
} | null)[] | null | undefined;
|
|
2026
2022
|
flatrate?: ({
|
|
2027
2023
|
__typename?: "WatchProvider" | undefined;
|
|
2028
2024
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2029
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2025
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2030
2026
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2031
2027
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2032
2028
|
} | null)[] | null | undefined;
|
|
2033
2029
|
free?: ({
|
|
2034
2030
|
__typename?: "WatchProvider" | undefined;
|
|
2035
2031
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2036
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2032
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2037
2033
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2038
2034
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2039
2035
|
} | null)[] | null | undefined;
|
|
2040
2036
|
rent?: ({
|
|
2041
2037
|
__typename?: "WatchProvider" | undefined;
|
|
2042
2038
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2043
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2039
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2044
2040
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2045
2041
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2046
2042
|
} | null)[] | null | undefined;
|
|
@@ -2050,35 +2046,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2050
2046
|
ads?: ({
|
|
2051
2047
|
__typename?: "WatchProvider" | undefined;
|
|
2052
2048
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2053
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2049
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2054
2050
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2055
2051
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2056
2052
|
} | null)[] | null | undefined;
|
|
2057
2053
|
buy?: ({
|
|
2058
2054
|
__typename?: "WatchProvider" | undefined;
|
|
2059
2055
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2060
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2056
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2061
2057
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2062
2058
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2063
2059
|
} | null)[] | null | undefined;
|
|
2064
2060
|
flatrate?: ({
|
|
2065
2061
|
__typename?: "WatchProvider" | undefined;
|
|
2066
2062
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2067
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2063
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2068
2064
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2069
2065
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2070
2066
|
} | null)[] | null | undefined;
|
|
2071
2067
|
free?: ({
|
|
2072
2068
|
__typename?: "WatchProvider" | undefined;
|
|
2073
2069
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2074
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2070
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2075
2071
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2076
2072
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2077
2073
|
} | null)[] | null | undefined;
|
|
2078
2074
|
rent?: ({
|
|
2079
2075
|
__typename?: "WatchProvider" | undefined;
|
|
2080
2076
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2081
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2077
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2082
2078
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2083
2079
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2084
2080
|
} | null)[] | null | undefined;
|
|
@@ -2088,35 +2084,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2088
2084
|
ads?: ({
|
|
2089
2085
|
__typename?: "WatchProvider" | undefined;
|
|
2090
2086
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2091
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2087
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2092
2088
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2093
2089
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2094
2090
|
} | null)[] | null | undefined;
|
|
2095
2091
|
buy?: ({
|
|
2096
2092
|
__typename?: "WatchProvider" | undefined;
|
|
2097
2093
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2098
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2094
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2099
2095
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2100
2096
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2101
2097
|
} | null)[] | null | undefined;
|
|
2102
2098
|
flatrate?: ({
|
|
2103
2099
|
__typename?: "WatchProvider" | undefined;
|
|
2104
2100
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2105
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2101
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2106
2102
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2107
2103
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2108
2104
|
} | null)[] | null | undefined;
|
|
2109
2105
|
free?: ({
|
|
2110
2106
|
__typename?: "WatchProvider" | undefined;
|
|
2111
2107
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2112
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2108
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2113
2109
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2114
2110
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2115
2111
|
} | null)[] | null | undefined;
|
|
2116
2112
|
rent?: ({
|
|
2117
2113
|
__typename?: "WatchProvider" | undefined;
|
|
2118
2114
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2119
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2115
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2120
2116
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2121
2117
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2122
2118
|
} | null)[] | null | undefined;
|
|
@@ -2126,35 +2122,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2126
2122
|
ads?: ({
|
|
2127
2123
|
__typename?: "WatchProvider" | undefined;
|
|
2128
2124
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2129
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2125
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2130
2126
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2131
2127
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2132
2128
|
} | null)[] | null | undefined;
|
|
2133
2129
|
buy?: ({
|
|
2134
2130
|
__typename?: "WatchProvider" | undefined;
|
|
2135
2131
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2136
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2132
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2137
2133
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2138
2134
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2139
2135
|
} | null)[] | null | undefined;
|
|
2140
2136
|
flatrate?: ({
|
|
2141
2137
|
__typename?: "WatchProvider" | undefined;
|
|
2142
2138
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2143
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2139
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2144
2140
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2145
2141
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2146
2142
|
} | null)[] | null | undefined;
|
|
2147
2143
|
free?: ({
|
|
2148
2144
|
__typename?: "WatchProvider" | undefined;
|
|
2149
2145
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2150
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2146
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2151
2147
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2152
2148
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2153
2149
|
} | null)[] | null | undefined;
|
|
2154
2150
|
rent?: ({
|
|
2155
2151
|
__typename?: "WatchProvider" | undefined;
|
|
2156
2152
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2157
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2153
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2158
2154
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2159
2155
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2160
2156
|
} | null)[] | null | undefined;
|
|
@@ -2164,35 +2160,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2164
2160
|
ads?: ({
|
|
2165
2161
|
__typename?: "WatchProvider" | undefined;
|
|
2166
2162
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2167
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2163
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2168
2164
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2169
2165
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2170
2166
|
} | null)[] | null | undefined;
|
|
2171
2167
|
buy?: ({
|
|
2172
2168
|
__typename?: "WatchProvider" | undefined;
|
|
2173
2169
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2174
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2170
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2175
2171
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2176
2172
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2177
2173
|
} | null)[] | null | undefined;
|
|
2178
2174
|
flatrate?: ({
|
|
2179
2175
|
__typename?: "WatchProvider" | undefined;
|
|
2180
2176
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2181
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2177
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2182
2178
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2183
2179
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2184
2180
|
} | null)[] | null | undefined;
|
|
2185
2181
|
free?: ({
|
|
2186
2182
|
__typename?: "WatchProvider" | undefined;
|
|
2187
2183
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2188
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2184
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2189
2185
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2190
2186
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2191
2187
|
} | null)[] | null | undefined;
|
|
2192
2188
|
rent?: ({
|
|
2193
2189
|
__typename?: "WatchProvider" | undefined;
|
|
2194
2190
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2195
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2191
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2196
2192
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2197
2193
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2198
2194
|
} | null)[] | null | undefined;
|
|
@@ -2202,35 +2198,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2202
2198
|
ads?: ({
|
|
2203
2199
|
__typename?: "WatchProvider" | undefined;
|
|
2204
2200
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2205
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2201
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2206
2202
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2207
2203
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2208
2204
|
} | null)[] | null | undefined;
|
|
2209
2205
|
buy?: ({
|
|
2210
2206
|
__typename?: "WatchProvider" | undefined;
|
|
2211
2207
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2212
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2208
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2213
2209
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2214
2210
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2215
2211
|
} | null)[] | null | undefined;
|
|
2216
2212
|
flatrate?: ({
|
|
2217
2213
|
__typename?: "WatchProvider" | undefined;
|
|
2218
2214
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2219
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2215
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2220
2216
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2221
2217
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2222
2218
|
} | null)[] | null | undefined;
|
|
2223
2219
|
free?: ({
|
|
2224
2220
|
__typename?: "WatchProvider" | undefined;
|
|
2225
2221
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2226
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2222
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2227
2223
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2228
2224
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2229
2225
|
} | null)[] | null | undefined;
|
|
2230
2226
|
rent?: ({
|
|
2231
2227
|
__typename?: "WatchProvider" | undefined;
|
|
2232
2228
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2233
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2229
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2234
2230
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2235
2231
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2236
2232
|
} | null)[] | null | undefined;
|
|
@@ -2240,35 +2236,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2240
2236
|
ads?: ({
|
|
2241
2237
|
__typename?: "WatchProvider" | undefined;
|
|
2242
2238
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2243
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2239
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2244
2240
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2245
2241
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2246
2242
|
} | null)[] | null | undefined;
|
|
2247
2243
|
buy?: ({
|
|
2248
2244
|
__typename?: "WatchProvider" | undefined;
|
|
2249
2245
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2250
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2246
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2251
2247
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2252
2248
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2253
2249
|
} | null)[] | null | undefined;
|
|
2254
2250
|
flatrate?: ({
|
|
2255
2251
|
__typename?: "WatchProvider" | undefined;
|
|
2256
2252
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2257
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2253
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2258
2254
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2259
2255
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2260
2256
|
} | null)[] | null | undefined;
|
|
2261
2257
|
free?: ({
|
|
2262
2258
|
__typename?: "WatchProvider" | undefined;
|
|
2263
2259
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2264
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2260
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2265
2261
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2266
2262
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2267
2263
|
} | null)[] | null | undefined;
|
|
2268
2264
|
rent?: ({
|
|
2269
2265
|
__typename?: "WatchProvider" | undefined;
|
|
2270
2266
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2271
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2267
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2272
2268
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2273
2269
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2274
2270
|
} | null)[] | null | undefined;
|
|
@@ -2278,35 +2274,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2278
2274
|
ads?: ({
|
|
2279
2275
|
__typename?: "WatchProvider" | undefined;
|
|
2280
2276
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2281
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2277
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2282
2278
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2283
2279
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2284
2280
|
} | null)[] | null | undefined;
|
|
2285
2281
|
buy?: ({
|
|
2286
2282
|
__typename?: "WatchProvider" | undefined;
|
|
2287
2283
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2288
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2284
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2289
2285
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2290
2286
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2291
2287
|
} | null)[] | null | undefined;
|
|
2292
2288
|
flatrate?: ({
|
|
2293
2289
|
__typename?: "WatchProvider" | undefined;
|
|
2294
2290
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2295
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2291
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2296
2292
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2297
2293
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2298
2294
|
} | null)[] | null | undefined;
|
|
2299
2295
|
free?: ({
|
|
2300
2296
|
__typename?: "WatchProvider" | undefined;
|
|
2301
2297
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2302
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2298
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2303
2299
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2304
2300
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2305
2301
|
} | null)[] | null | undefined;
|
|
2306
2302
|
rent?: ({
|
|
2307
2303
|
__typename?: "WatchProvider" | undefined;
|
|
2308
2304
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2309
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2305
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2310
2306
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2311
2307
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2312
2308
|
} | null)[] | null | undefined;
|
|
@@ -2315,7 +2311,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2315
2311
|
};
|
|
2316
2312
|
} | null)[] | null | undefined;
|
|
2317
2313
|
nodes?: ({
|
|
2318
|
-
id: number;
|
|
2314
|
+
id: string | number;
|
|
2319
2315
|
__typename?: "Tv" | undefined;
|
|
2320
2316
|
alternative_titles?: ({
|
|
2321
2317
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -2337,12 +2333,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2337
2333
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2338
2334
|
} | null)[] | null | undefined;
|
|
2339
2335
|
cast?: ({
|
|
2340
|
-
id: number;
|
|
2336
|
+
id: string | number;
|
|
2341
2337
|
__typename?: "Cast" | undefined;
|
|
2342
2338
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2343
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2339
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2344
2340
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2345
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2341
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2346
2342
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2347
2343
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2348
2344
|
name: string;
|
|
@@ -2357,7 +2353,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2357
2353
|
rating: string;
|
|
2358
2354
|
} | null)[] | null | undefined;
|
|
2359
2355
|
created_by?: {
|
|
2360
|
-
id: number;
|
|
2356
|
+
id: string | number;
|
|
2361
2357
|
__typename?: "Person" | undefined;
|
|
2362
2358
|
adult: boolean;
|
|
2363
2359
|
also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -2366,15 +2362,15 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2366
2362
|
combined_credits?: {
|
|
2367
2363
|
__typename?: "CreditsCombined" | undefined;
|
|
2368
2364
|
cast?: ({
|
|
2369
|
-
id: number;
|
|
2365
|
+
id: string | number;
|
|
2370
2366
|
__typename?: "CreditCombinedCast" | undefined;
|
|
2371
2367
|
adult: boolean;
|
|
2372
2368
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2373
2369
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2374
|
-
credit_id: string;
|
|
2370
|
+
credit_id: string | number;
|
|
2375
2371
|
episode_count: number;
|
|
2376
2372
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2377
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
2373
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
2378
2374
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
2379
2375
|
name: string;
|
|
2380
2376
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -2391,15 +2387,15 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2391
2387
|
vote_count: number;
|
|
2392
2388
|
} | null)[] | null | undefined;
|
|
2393
2389
|
crew?: ({
|
|
2394
|
-
id: number;
|
|
2390
|
+
id: string | number;
|
|
2395
2391
|
__typename?: "CreditCombinedCrew" | undefined;
|
|
2396
2392
|
adult: boolean;
|
|
2397
2393
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2398
|
-
credit_id: string;
|
|
2394
|
+
credit_id: string | number;
|
|
2399
2395
|
department: string;
|
|
2400
2396
|
episode_count: number;
|
|
2401
2397
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2402
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
2398
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
2403
2399
|
job: string;
|
|
2404
2400
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
2405
2401
|
name: string;
|
|
@@ -2437,13 +2433,13 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2437
2433
|
movie_credits?: {
|
|
2438
2434
|
__typename?: "CreditsMovie" | undefined;
|
|
2439
2435
|
cast?: ({
|
|
2440
|
-
id: number;
|
|
2436
|
+
id: string | number;
|
|
2441
2437
|
__typename?: "CreditMovieCast" | undefined;
|
|
2442
2438
|
adult: boolean;
|
|
2443
2439
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2444
2440
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2445
|
-
credit_id: string;
|
|
2446
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
2441
|
+
credit_id: string | number;
|
|
2442
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
2447
2443
|
original_language: string;
|
|
2448
2444
|
original_title: string;
|
|
2449
2445
|
overview: string;
|
|
@@ -2456,13 +2452,13 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2456
2452
|
vote_count: number;
|
|
2457
2453
|
} | null)[] | null | undefined;
|
|
2458
2454
|
crew?: ({
|
|
2459
|
-
id: number;
|
|
2455
|
+
id: string | number;
|
|
2460
2456
|
__typename?: "CreditMovieCrew" | undefined;
|
|
2461
2457
|
adult: boolean;
|
|
2462
2458
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2463
|
-
credit_id: string;
|
|
2459
|
+
credit_id: string | number;
|
|
2464
2460
|
department: string;
|
|
2465
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
2461
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
2466
2462
|
job: string;
|
|
2467
2463
|
original_language: string;
|
|
2468
2464
|
original_title: string;
|
|
@@ -2509,14 +2505,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2509
2505
|
tv_credits?: {
|
|
2510
2506
|
__typename?: "CreditsTv" | undefined;
|
|
2511
2507
|
cast?: ({
|
|
2512
|
-
id: number;
|
|
2508
|
+
id: string | number;
|
|
2513
2509
|
__typename?: "CreditTvCast" | undefined;
|
|
2514
2510
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2515
2511
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2516
|
-
credit_id: string;
|
|
2512
|
+
credit_id: string | number;
|
|
2517
2513
|
episode_count: number;
|
|
2518
2514
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2519
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
2515
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
2520
2516
|
name: string;
|
|
2521
2517
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
2522
2518
|
original_language: string;
|
|
@@ -2528,14 +2524,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2528
2524
|
vote_count: number;
|
|
2529
2525
|
} | null)[] | null | undefined;
|
|
2530
2526
|
crew?: ({
|
|
2531
|
-
id: number;
|
|
2527
|
+
id: string | number;
|
|
2532
2528
|
__typename?: "CreditTvCrew" | undefined;
|
|
2533
2529
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2534
|
-
credit_id: string;
|
|
2530
|
+
credit_id: string | number;
|
|
2535
2531
|
department: string;
|
|
2536
2532
|
episode_count: number;
|
|
2537
2533
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2538
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
2534
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
2539
2535
|
job: string;
|
|
2540
2536
|
name: string;
|
|
2541
2537
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -2550,10 +2546,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2550
2546
|
} | null | undefined;
|
|
2551
2547
|
} | null | undefined;
|
|
2552
2548
|
crew?: ({
|
|
2553
|
-
id: number;
|
|
2549
|
+
id: string | number;
|
|
2554
2550
|
__typename?: "Crew" | undefined;
|
|
2555
2551
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2556
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2552
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2557
2553
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2558
2554
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2559
2555
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -2564,14 +2560,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2564
2560
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2565
2561
|
} | null)[] | null | undefined;
|
|
2566
2562
|
episode_groups?: ({
|
|
2567
|
-
id: number;
|
|
2563
|
+
id: string | number;
|
|
2568
2564
|
__typename?: "EpisodeGroup" | undefined;
|
|
2569
2565
|
description: string;
|
|
2570
2566
|
episode_count: number;
|
|
2571
2567
|
group_count: number;
|
|
2572
2568
|
name: string;
|
|
2573
2569
|
network: {
|
|
2574
|
-
id: number;
|
|
2570
|
+
id: string | number;
|
|
2575
2571
|
__typename?: "Network" | undefined;
|
|
2576
2572
|
alternative_names?: ({
|
|
2577
2573
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -2613,7 +2609,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2613
2609
|
} | null | undefined;
|
|
2614
2610
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2615
2611
|
genres: ({
|
|
2616
|
-
id: number;
|
|
2612
|
+
id: string | number;
|
|
2617
2613
|
__typename?: "Genre" | undefined;
|
|
2618
2614
|
name: string;
|
|
2619
2615
|
} | null)[];
|
|
@@ -2621,22 +2617,22 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2621
2617
|
in_production: boolean;
|
|
2622
2618
|
keywords?: ({
|
|
2623
2619
|
__typename?: "Keyword" | undefined;
|
|
2624
|
-
id: number;
|
|
2620
|
+
id: string | number;
|
|
2625
2621
|
name: string;
|
|
2626
2622
|
} | null)[] | null | undefined;
|
|
2627
2623
|
languages: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
2628
2624
|
last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2629
2625
|
last_episode_to_air?: {
|
|
2630
|
-
id: number;
|
|
2626
|
+
id: string | number;
|
|
2631
2627
|
__typename?: "Episode" | undefined;
|
|
2632
2628
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2633
2629
|
cast?: ({
|
|
2634
|
-
id: number;
|
|
2630
|
+
id: string | number;
|
|
2635
2631
|
__typename?: "Cast" | undefined;
|
|
2636
2632
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2637
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2633
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2638
2634
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2639
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2635
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2640
2636
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2641
2637
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2642
2638
|
name: string;
|
|
@@ -2646,10 +2642,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2646
2642
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2647
2643
|
} | null)[] | null | undefined;
|
|
2648
2644
|
crew?: ({
|
|
2649
|
-
id: number;
|
|
2645
|
+
id: string | number;
|
|
2650
2646
|
__typename?: "Crew" | undefined;
|
|
2651
2647
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2652
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2648
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2653
2649
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2654
2650
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2655
2651
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -2659,7 +2655,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2659
2655
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2660
2656
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2661
2657
|
} | null)[] | null | undefined;
|
|
2662
|
-
episode_lookup_id: string;
|
|
2663
2658
|
episode_number: number;
|
|
2664
2659
|
external_ids?: {
|
|
2665
2660
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -2673,12 +2668,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2673
2668
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2674
2669
|
} | null | undefined;
|
|
2675
2670
|
guest_stars?: ({
|
|
2676
|
-
id: number;
|
|
2671
|
+
id: string | number;
|
|
2677
2672
|
__typename?: "Cast" | undefined;
|
|
2678
2673
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2679
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2674
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2680
2675
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2681
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2676
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2682
2677
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2683
2678
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2684
2679
|
name: string;
|
|
@@ -2719,9 +2714,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2719
2714
|
iso_3166_1: string;
|
|
2720
2715
|
name: string;
|
|
2721
2716
|
} | null)[] | null | undefined;
|
|
2722
|
-
tv_show_id: number;
|
|
2717
|
+
tv_show_id: string | number;
|
|
2723
2718
|
videos?: ({
|
|
2724
|
-
id: number;
|
|
2719
|
+
id: string | number;
|
|
2725
2720
|
__typename?: "Video" | undefined;
|
|
2726
2721
|
iso_639_1: string;
|
|
2727
2722
|
iso_3166_1: string;
|
|
@@ -2748,7 +2743,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2748
2743
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").MediaType> | undefined;
|
|
2749
2744
|
name: string;
|
|
2750
2745
|
networks: ({
|
|
2751
|
-
id: number;
|
|
2746
|
+
id: string | number;
|
|
2752
2747
|
__typename?: "Network" | undefined;
|
|
2753
2748
|
alternative_names?: ({
|
|
2754
2749
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -2775,16 +2770,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2775
2770
|
origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2776
2771
|
} | null)[];
|
|
2777
2772
|
next_episode_to_air?: {
|
|
2778
|
-
id: number;
|
|
2773
|
+
id: string | number;
|
|
2779
2774
|
__typename?: "Episode" | undefined;
|
|
2780
2775
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2781
2776
|
cast?: ({
|
|
2782
|
-
id: number;
|
|
2777
|
+
id: string | number;
|
|
2783
2778
|
__typename?: "Cast" | undefined;
|
|
2784
2779
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2785
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2780
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2786
2781
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2787
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2782
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2788
2783
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2789
2784
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2790
2785
|
name: string;
|
|
@@ -2794,10 +2789,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2794
2789
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2795
2790
|
} | null)[] | null | undefined;
|
|
2796
2791
|
crew?: ({
|
|
2797
|
-
id: number;
|
|
2792
|
+
id: string | number;
|
|
2798
2793
|
__typename?: "Crew" | undefined;
|
|
2799
2794
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2800
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2795
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2801
2796
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2802
2797
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2803
2798
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -2807,7 +2802,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2807
2802
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2808
2803
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2809
2804
|
} | null)[] | null | undefined;
|
|
2810
|
-
episode_lookup_id: string;
|
|
2811
2805
|
episode_number: number;
|
|
2812
2806
|
external_ids?: {
|
|
2813
2807
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -2821,12 +2815,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2821
2815
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2822
2816
|
} | null | undefined;
|
|
2823
2817
|
guest_stars?: ({
|
|
2824
|
-
id: number;
|
|
2818
|
+
id: string | number;
|
|
2825
2819
|
__typename?: "Cast" | undefined;
|
|
2826
2820
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2827
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2821
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2828
2822
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2829
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2823
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2830
2824
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2831
2825
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2832
2826
|
name: string;
|
|
@@ -2867,9 +2861,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2867
2861
|
iso_3166_1: string;
|
|
2868
2862
|
name: string;
|
|
2869
2863
|
} | null)[] | null | undefined;
|
|
2870
|
-
tv_show_id: number;
|
|
2864
|
+
tv_show_id: string | number;
|
|
2871
2865
|
videos?: ({
|
|
2872
|
-
id: number;
|
|
2866
|
+
id: string | number;
|
|
2873
2867
|
__typename?: "Video" | undefined;
|
|
2874
2868
|
iso_639_1: string;
|
|
2875
2869
|
iso_3166_1: string;
|
|
@@ -2902,7 +2896,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2902
2896
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2903
2897
|
} | null)[] | null | undefined;
|
|
2904
2898
|
production_companies: ({
|
|
2905
|
-
id: number;
|
|
2899
|
+
id: string | number;
|
|
2906
2900
|
__typename?: "Company" | undefined;
|
|
2907
2901
|
alternative_names?: ({
|
|
2908
2902
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -2944,6 +2938,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2944
2938
|
__typename?: "ReviewEdge" | undefined;
|
|
2945
2939
|
cursor: string;
|
|
2946
2940
|
node: {
|
|
2941
|
+
id: string | number;
|
|
2947
2942
|
__typename?: "Review" | undefined;
|
|
2948
2943
|
author: string;
|
|
2949
2944
|
author_details?: {
|
|
@@ -2955,7 +2950,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2955
2950
|
} | null | undefined;
|
|
2956
2951
|
content: string;
|
|
2957
2952
|
created_at: string;
|
|
2958
|
-
id: string;
|
|
2959
2953
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2960
2954
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2961
2955
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -2963,6 +2957,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2963
2957
|
};
|
|
2964
2958
|
} | null)[] | null | undefined;
|
|
2965
2959
|
nodes?: ({
|
|
2960
|
+
id: string | number;
|
|
2966
2961
|
__typename?: "Review" | undefined;
|
|
2967
2962
|
author: string;
|
|
2968
2963
|
author_details?: {
|
|
@@ -2974,7 +2969,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2974
2969
|
} | null | undefined;
|
|
2975
2970
|
content: string;
|
|
2976
2971
|
created_at: string;
|
|
2977
|
-
id: string;
|
|
2978
2972
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2979
2973
|
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2980
2974
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
@@ -2983,16 +2977,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2983
2977
|
total_count: number;
|
|
2984
2978
|
} | null | undefined;
|
|
2985
2979
|
seasons: ({
|
|
2986
|
-
id: number;
|
|
2980
|
+
id: string | number;
|
|
2987
2981
|
__typename?: "Season" | undefined;
|
|
2988
2982
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2989
2983
|
cast?: ({
|
|
2990
|
-
id: number;
|
|
2984
|
+
id: string | number;
|
|
2991
2985
|
__typename?: "Cast" | undefined;
|
|
2992
2986
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
2993
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2987
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2994
2988
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2995
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2989
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
2996
2990
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
2997
2991
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2998
2992
|
name: string;
|
|
@@ -3002,10 +2996,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3002
2996
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3003
2997
|
} | null)[] | null | undefined;
|
|
3004
2998
|
crew?: ({
|
|
3005
|
-
id: number;
|
|
2999
|
+
id: string | number;
|
|
3006
3000
|
__typename?: "Crew" | undefined;
|
|
3007
3001
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
3008
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3002
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3009
3003
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3010
3004
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3011
3005
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -3017,16 +3011,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3017
3011
|
} | null)[] | null | undefined;
|
|
3018
3012
|
episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3019
3013
|
episodes?: ({
|
|
3020
|
-
id: number;
|
|
3014
|
+
id: string | number;
|
|
3021
3015
|
__typename?: "Episode" | undefined;
|
|
3022
3016
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3023
3017
|
cast?: ({
|
|
3024
|
-
id: number;
|
|
3018
|
+
id: string | number;
|
|
3025
3019
|
__typename?: "Cast" | undefined;
|
|
3026
3020
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
3027
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3021
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3028
3022
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3029
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3023
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3030
3024
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3031
3025
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3032
3026
|
name: string;
|
|
@@ -3036,10 +3030,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3036
3030
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3037
3031
|
} | null)[] | null | undefined;
|
|
3038
3032
|
crew?: ({
|
|
3039
|
-
id: number;
|
|
3033
|
+
id: string | number;
|
|
3040
3034
|
__typename?: "Crew" | undefined;
|
|
3041
3035
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
3042
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3036
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3043
3037
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3044
3038
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3045
3039
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -3049,7 +3043,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3049
3043
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3050
3044
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3051
3045
|
} | null)[] | null | undefined;
|
|
3052
|
-
episode_lookup_id: string;
|
|
3053
3046
|
episode_number: number;
|
|
3054
3047
|
external_ids?: {
|
|
3055
3048
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -3063,12 +3056,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3063
3056
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3064
3057
|
} | null | undefined;
|
|
3065
3058
|
guest_stars?: ({
|
|
3066
|
-
id: number;
|
|
3059
|
+
id: string | number;
|
|
3067
3060
|
__typename?: "Cast" | undefined;
|
|
3068
3061
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
3069
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3062
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3070
3063
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3071
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3064
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3072
3065
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3073
3066
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3074
3067
|
name: string;
|
|
@@ -3109,9 +3102,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3109
3102
|
iso_3166_1: string;
|
|
3110
3103
|
name: string;
|
|
3111
3104
|
} | null)[] | null | undefined;
|
|
3112
|
-
tv_show_id: number;
|
|
3105
|
+
tv_show_id: string | number;
|
|
3113
3106
|
videos?: ({
|
|
3114
|
-
id: number;
|
|
3107
|
+
id: string | number;
|
|
3115
3108
|
__typename?: "Video" | undefined;
|
|
3116
3109
|
iso_639_1: string;
|
|
3117
3110
|
iso_3166_1: string;
|
|
@@ -3149,7 +3142,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3149
3142
|
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3150
3143
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3151
3144
|
} | null)[] | null | undefined;
|
|
3152
|
-
season_lookup_id: string;
|
|
3153
3145
|
season_number: number;
|
|
3154
3146
|
translations?: ({
|
|
3155
3147
|
__typename?: "Translation" | undefined;
|
|
@@ -3166,9 +3158,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3166
3158
|
iso_3166_1: string;
|
|
3167
3159
|
name: string;
|
|
3168
3160
|
} | null)[] | null | undefined;
|
|
3169
|
-
tv_show_id: number;
|
|
3161
|
+
tv_show_id: string | number;
|
|
3170
3162
|
videos?: ({
|
|
3171
|
-
id: number;
|
|
3163
|
+
id: string | number;
|
|
3172
3164
|
__typename?: "Video" | undefined;
|
|
3173
3165
|
iso_639_1: string;
|
|
3174
3166
|
iso_3166_1: string;
|
|
@@ -3199,7 +3191,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3199
3191
|
} | null)[] | null | undefined;
|
|
3200
3192
|
type: import("@tmdb-graphql-api/schema/types").TvType;
|
|
3201
3193
|
videos?: ({
|
|
3202
|
-
id: number;
|
|
3194
|
+
id: string | number;
|
|
3203
3195
|
__typename?: "Video" | undefined;
|
|
3204
3196
|
iso_639_1: string;
|
|
3205
3197
|
iso_3166_1: string;
|
|
@@ -3218,35 +3210,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3218
3210
|
ads?: ({
|
|
3219
3211
|
__typename?: "WatchProvider" | undefined;
|
|
3220
3212
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3221
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3213
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3222
3214
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3223
3215
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3224
3216
|
} | null)[] | null | undefined;
|
|
3225
3217
|
buy?: ({
|
|
3226
3218
|
__typename?: "WatchProvider" | undefined;
|
|
3227
3219
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3228
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3220
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3229
3221
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3230
3222
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3231
3223
|
} | null)[] | null | undefined;
|
|
3232
3224
|
flatrate?: ({
|
|
3233
3225
|
__typename?: "WatchProvider" | undefined;
|
|
3234
3226
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3235
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3227
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3236
3228
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3237
3229
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3238
3230
|
} | null)[] | null | undefined;
|
|
3239
3231
|
free?: ({
|
|
3240
3232
|
__typename?: "WatchProvider" | undefined;
|
|
3241
3233
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3242
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3234
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3243
3235
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3244
3236
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3245
3237
|
} | null)[] | null | undefined;
|
|
3246
3238
|
rent?: ({
|
|
3247
3239
|
__typename?: "WatchProvider" | undefined;
|
|
3248
3240
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3249
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3241
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3250
3242
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3251
3243
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3252
3244
|
} | null)[] | null | undefined;
|
|
@@ -3256,35 +3248,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3256
3248
|
ads?: ({
|
|
3257
3249
|
__typename?: "WatchProvider" | undefined;
|
|
3258
3250
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3259
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3251
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3260
3252
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3261
3253
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3262
3254
|
} | null)[] | null | undefined;
|
|
3263
3255
|
buy?: ({
|
|
3264
3256
|
__typename?: "WatchProvider" | undefined;
|
|
3265
3257
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3266
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3258
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3267
3259
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3268
3260
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3269
3261
|
} | null)[] | null | undefined;
|
|
3270
3262
|
flatrate?: ({
|
|
3271
3263
|
__typename?: "WatchProvider" | undefined;
|
|
3272
3264
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3273
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3265
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3274
3266
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3275
3267
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3276
3268
|
} | null)[] | null | undefined;
|
|
3277
3269
|
free?: ({
|
|
3278
3270
|
__typename?: "WatchProvider" | undefined;
|
|
3279
3271
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3280
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3272
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3281
3273
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3282
3274
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3283
3275
|
} | null)[] | null | undefined;
|
|
3284
3276
|
rent?: ({
|
|
3285
3277
|
__typename?: "WatchProvider" | undefined;
|
|
3286
3278
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3287
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3279
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3288
3280
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3289
3281
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3290
3282
|
} | null)[] | null | undefined;
|
|
@@ -3294,35 +3286,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3294
3286
|
ads?: ({
|
|
3295
3287
|
__typename?: "WatchProvider" | undefined;
|
|
3296
3288
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3297
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3289
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3298
3290
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3299
3291
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3300
3292
|
} | null)[] | null | undefined;
|
|
3301
3293
|
buy?: ({
|
|
3302
3294
|
__typename?: "WatchProvider" | undefined;
|
|
3303
3295
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3304
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3296
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3305
3297
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3306
3298
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3307
3299
|
} | null)[] | null | undefined;
|
|
3308
3300
|
flatrate?: ({
|
|
3309
3301
|
__typename?: "WatchProvider" | undefined;
|
|
3310
3302
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3311
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3303
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3312
3304
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3313
3305
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3314
3306
|
} | null)[] | null | undefined;
|
|
3315
3307
|
free?: ({
|
|
3316
3308
|
__typename?: "WatchProvider" | undefined;
|
|
3317
3309
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3318
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3310
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3319
3311
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3320
3312
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3321
3313
|
} | null)[] | null | undefined;
|
|
3322
3314
|
rent?: ({
|
|
3323
3315
|
__typename?: "WatchProvider" | undefined;
|
|
3324
3316
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3325
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3317
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3326
3318
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3327
3319
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3328
3320
|
} | null)[] | null | undefined;
|
|
@@ -3332,35 +3324,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3332
3324
|
ads?: ({
|
|
3333
3325
|
__typename?: "WatchProvider" | undefined;
|
|
3334
3326
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3335
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3327
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3336
3328
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3337
3329
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3338
3330
|
} | null)[] | null | undefined;
|
|
3339
3331
|
buy?: ({
|
|
3340
3332
|
__typename?: "WatchProvider" | undefined;
|
|
3341
3333
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3342
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3334
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3343
3335
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3344
3336
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3345
3337
|
} | null)[] | null | undefined;
|
|
3346
3338
|
flatrate?: ({
|
|
3347
3339
|
__typename?: "WatchProvider" | undefined;
|
|
3348
3340
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3349
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3341
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3350
3342
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3351
3343
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3352
3344
|
} | null)[] | null | undefined;
|
|
3353
3345
|
free?: ({
|
|
3354
3346
|
__typename?: "WatchProvider" | undefined;
|
|
3355
3347
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3356
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3348
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3357
3349
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3358
3350
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3359
3351
|
} | null)[] | null | undefined;
|
|
3360
3352
|
rent?: ({
|
|
3361
3353
|
__typename?: "WatchProvider" | undefined;
|
|
3362
3354
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3363
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3355
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3364
3356
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3365
3357
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3366
3358
|
} | null)[] | null | undefined;
|
|
@@ -3370,35 +3362,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3370
3362
|
ads?: ({
|
|
3371
3363
|
__typename?: "WatchProvider" | undefined;
|
|
3372
3364
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3373
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3365
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3374
3366
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3375
3367
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3376
3368
|
} | null)[] | null | undefined;
|
|
3377
3369
|
buy?: ({
|
|
3378
3370
|
__typename?: "WatchProvider" | undefined;
|
|
3379
3371
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3380
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3372
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3381
3373
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3382
3374
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3383
3375
|
} | null)[] | null | undefined;
|
|
3384
3376
|
flatrate?: ({
|
|
3385
3377
|
__typename?: "WatchProvider" | undefined;
|
|
3386
3378
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3387
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3379
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3388
3380
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3389
3381
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3390
3382
|
} | null)[] | null | undefined;
|
|
3391
3383
|
free?: ({
|
|
3392
3384
|
__typename?: "WatchProvider" | undefined;
|
|
3393
3385
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3394
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3386
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3395
3387
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3396
3388
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3397
3389
|
} | null)[] | null | undefined;
|
|
3398
3390
|
rent?: ({
|
|
3399
3391
|
__typename?: "WatchProvider" | undefined;
|
|
3400
3392
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3401
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3393
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3402
3394
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3403
3395
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3404
3396
|
} | null)[] | null | undefined;
|
|
@@ -3408,35 +3400,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3408
3400
|
ads?: ({
|
|
3409
3401
|
__typename?: "WatchProvider" | undefined;
|
|
3410
3402
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3411
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3403
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3412
3404
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3413
3405
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3414
3406
|
} | null)[] | null | undefined;
|
|
3415
3407
|
buy?: ({
|
|
3416
3408
|
__typename?: "WatchProvider" | undefined;
|
|
3417
3409
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3418
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3410
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3419
3411
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3420
3412
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3421
3413
|
} | null)[] | null | undefined;
|
|
3422
3414
|
flatrate?: ({
|
|
3423
3415
|
__typename?: "WatchProvider" | undefined;
|
|
3424
3416
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3425
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3417
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3426
3418
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3427
3419
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3428
3420
|
} | null)[] | null | undefined;
|
|
3429
3421
|
free?: ({
|
|
3430
3422
|
__typename?: "WatchProvider" | undefined;
|
|
3431
3423
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3432
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3424
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3433
3425
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3434
3426
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3435
3427
|
} | null)[] | null | undefined;
|
|
3436
3428
|
rent?: ({
|
|
3437
3429
|
__typename?: "WatchProvider" | undefined;
|
|
3438
3430
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3439
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3431
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3440
3432
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3441
3433
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3442
3434
|
} | null)[] | null | undefined;
|
|
@@ -3446,35 +3438,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3446
3438
|
ads?: ({
|
|
3447
3439
|
__typename?: "WatchProvider" | undefined;
|
|
3448
3440
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3449
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3441
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3450
3442
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3451
3443
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3452
3444
|
} | null)[] | null | undefined;
|
|
3453
3445
|
buy?: ({
|
|
3454
3446
|
__typename?: "WatchProvider" | undefined;
|
|
3455
3447
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3456
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3448
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3457
3449
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3458
3450
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3459
3451
|
} | null)[] | null | undefined;
|
|
3460
3452
|
flatrate?: ({
|
|
3461
3453
|
__typename?: "WatchProvider" | undefined;
|
|
3462
3454
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3463
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3455
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3464
3456
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3465
3457
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3466
3458
|
} | null)[] | null | undefined;
|
|
3467
3459
|
free?: ({
|
|
3468
3460
|
__typename?: "WatchProvider" | undefined;
|
|
3469
3461
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3470
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3462
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3471
3463
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3472
3464
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3473
3465
|
} | null)[] | null | undefined;
|
|
3474
3466
|
rent?: ({
|
|
3475
3467
|
__typename?: "WatchProvider" | undefined;
|
|
3476
3468
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3477
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3469
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3478
3470
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3479
3471
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3480
3472
|
} | null)[] | null | undefined;
|
|
@@ -3484,35 +3476,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3484
3476
|
ads?: ({
|
|
3485
3477
|
__typename?: "WatchProvider" | undefined;
|
|
3486
3478
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3487
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3479
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3488
3480
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3489
3481
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3490
3482
|
} | null)[] | null | undefined;
|
|
3491
3483
|
buy?: ({
|
|
3492
3484
|
__typename?: "WatchProvider" | undefined;
|
|
3493
3485
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3494
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3486
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3495
3487
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3496
3488
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3497
3489
|
} | null)[] | null | undefined;
|
|
3498
3490
|
flatrate?: ({
|
|
3499
3491
|
__typename?: "WatchProvider" | undefined;
|
|
3500
3492
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3501
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3493
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3502
3494
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3503
3495
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3504
3496
|
} | null)[] | null | undefined;
|
|
3505
3497
|
free?: ({
|
|
3506
3498
|
__typename?: "WatchProvider" | undefined;
|
|
3507
3499
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3508
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3500
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3509
3501
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3510
3502
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3511
3503
|
} | null)[] | null | undefined;
|
|
3512
3504
|
rent?: ({
|
|
3513
3505
|
__typename?: "WatchProvider" | undefined;
|
|
3514
3506
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3515
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3507
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3516
3508
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3517
3509
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3518
3510
|
} | null)[] | null | undefined;
|
|
@@ -3522,35 +3514,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3522
3514
|
ads?: ({
|
|
3523
3515
|
__typename?: "WatchProvider" | undefined;
|
|
3524
3516
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3525
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3517
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3526
3518
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3527
3519
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3528
3520
|
} | null)[] | null | undefined;
|
|
3529
3521
|
buy?: ({
|
|
3530
3522
|
__typename?: "WatchProvider" | undefined;
|
|
3531
3523
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3532
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3524
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3533
3525
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3534
3526
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3535
3527
|
} | null)[] | null | undefined;
|
|
3536
3528
|
flatrate?: ({
|
|
3537
3529
|
__typename?: "WatchProvider" | undefined;
|
|
3538
3530
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3539
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3531
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3540
3532
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3541
3533
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3542
3534
|
} | null)[] | null | undefined;
|
|
3543
3535
|
free?: ({
|
|
3544
3536
|
__typename?: "WatchProvider" | undefined;
|
|
3545
3537
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3546
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3538
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3547
3539
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3548
3540
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3549
3541
|
} | null)[] | null | undefined;
|
|
3550
3542
|
rent?: ({
|
|
3551
3543
|
__typename?: "WatchProvider" | undefined;
|
|
3552
3544
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3553
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3545
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3554
3546
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3555
3547
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3556
3548
|
} | null)[] | null | undefined;
|
|
@@ -3560,35 +3552,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3560
3552
|
ads?: ({
|
|
3561
3553
|
__typename?: "WatchProvider" | undefined;
|
|
3562
3554
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3563
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3555
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3564
3556
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3565
3557
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3566
3558
|
} | null)[] | null | undefined;
|
|
3567
3559
|
buy?: ({
|
|
3568
3560
|
__typename?: "WatchProvider" | undefined;
|
|
3569
3561
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3570
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3562
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3571
3563
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3572
3564
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3573
3565
|
} | null)[] | null | undefined;
|
|
3574
3566
|
flatrate?: ({
|
|
3575
3567
|
__typename?: "WatchProvider" | undefined;
|
|
3576
3568
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3577
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3569
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3578
3570
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3579
3571
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3580
3572
|
} | null)[] | null | undefined;
|
|
3581
3573
|
free?: ({
|
|
3582
3574
|
__typename?: "WatchProvider" | undefined;
|
|
3583
3575
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3584
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3576
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3585
3577
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3586
3578
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3587
3579
|
} | null)[] | null | undefined;
|
|
3588
3580
|
rent?: ({
|
|
3589
3581
|
__typename?: "WatchProvider" | undefined;
|
|
3590
3582
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3591
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3583
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3592
3584
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3593
3585
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3594
3586
|
} | null)[] | null | undefined;
|
|
@@ -3598,35 +3590,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3598
3590
|
ads?: ({
|
|
3599
3591
|
__typename?: "WatchProvider" | undefined;
|
|
3600
3592
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3601
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3593
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3602
3594
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3603
3595
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3604
3596
|
} | null)[] | null | undefined;
|
|
3605
3597
|
buy?: ({
|
|
3606
3598
|
__typename?: "WatchProvider" | undefined;
|
|
3607
3599
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3608
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3600
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3609
3601
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3610
3602
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3611
3603
|
} | null)[] | null | undefined;
|
|
3612
3604
|
flatrate?: ({
|
|
3613
3605
|
__typename?: "WatchProvider" | undefined;
|
|
3614
3606
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3615
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3607
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3616
3608
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3617
3609
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3618
3610
|
} | null)[] | null | undefined;
|
|
3619
3611
|
free?: ({
|
|
3620
3612
|
__typename?: "WatchProvider" | undefined;
|
|
3621
3613
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3622
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3614
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3623
3615
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3624
3616
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3625
3617
|
} | null)[] | null | undefined;
|
|
3626
3618
|
rent?: ({
|
|
3627
3619
|
__typename?: "WatchProvider" | undefined;
|
|
3628
3620
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3629
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3621
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3630
3622
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3631
3623
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3632
3624
|
} | null)[] | null | undefined;
|
|
@@ -3636,35 +3628,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3636
3628
|
ads?: ({
|
|
3637
3629
|
__typename?: "WatchProvider" | undefined;
|
|
3638
3630
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3639
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3631
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3640
3632
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3641
3633
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3642
3634
|
} | null)[] | null | undefined;
|
|
3643
3635
|
buy?: ({
|
|
3644
3636
|
__typename?: "WatchProvider" | undefined;
|
|
3645
3637
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3646
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3638
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3647
3639
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3648
3640
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3649
3641
|
} | null)[] | null | undefined;
|
|
3650
3642
|
flatrate?: ({
|
|
3651
3643
|
__typename?: "WatchProvider" | undefined;
|
|
3652
3644
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3653
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3645
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3654
3646
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3655
3647
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3656
3648
|
} | null)[] | null | undefined;
|
|
3657
3649
|
free?: ({
|
|
3658
3650
|
__typename?: "WatchProvider" | undefined;
|
|
3659
3651
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3660
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3652
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3661
3653
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3662
3654
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3663
3655
|
} | null)[] | null | undefined;
|
|
3664
3656
|
rent?: ({
|
|
3665
3657
|
__typename?: "WatchProvider" | undefined;
|
|
3666
3658
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3667
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3659
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3668
3660
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3669
3661
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3670
3662
|
} | null)[] | null | undefined;
|
|
@@ -3674,35 +3666,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3674
3666
|
ads?: ({
|
|
3675
3667
|
__typename?: "WatchProvider" | undefined;
|
|
3676
3668
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3677
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3669
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3678
3670
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3679
3671
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3680
3672
|
} | null)[] | null | undefined;
|
|
3681
3673
|
buy?: ({
|
|
3682
3674
|
__typename?: "WatchProvider" | undefined;
|
|
3683
3675
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3684
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3676
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3685
3677
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3686
3678
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3687
3679
|
} | null)[] | null | undefined;
|
|
3688
3680
|
flatrate?: ({
|
|
3689
3681
|
__typename?: "WatchProvider" | undefined;
|
|
3690
3682
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3691
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3683
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3692
3684
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3693
3685
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3694
3686
|
} | null)[] | null | undefined;
|
|
3695
3687
|
free?: ({
|
|
3696
3688
|
__typename?: "WatchProvider" | undefined;
|
|
3697
3689
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3698
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3690
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3699
3691
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3700
3692
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3701
3693
|
} | null)[] | null | undefined;
|
|
3702
3694
|
rent?: ({
|
|
3703
3695
|
__typename?: "WatchProvider" | undefined;
|
|
3704
3696
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3705
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3697
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3706
3698
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3707
3699
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3708
3700
|
} | null)[] | null | undefined;
|
|
@@ -3712,35 +3704,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3712
3704
|
ads?: ({
|
|
3713
3705
|
__typename?: "WatchProvider" | undefined;
|
|
3714
3706
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3715
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3707
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3716
3708
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3717
3709
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3718
3710
|
} | null)[] | null | undefined;
|
|
3719
3711
|
buy?: ({
|
|
3720
3712
|
__typename?: "WatchProvider" | undefined;
|
|
3721
3713
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3722
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3714
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3723
3715
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3724
3716
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3725
3717
|
} | null)[] | null | undefined;
|
|
3726
3718
|
flatrate?: ({
|
|
3727
3719
|
__typename?: "WatchProvider" | undefined;
|
|
3728
3720
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3729
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3721
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3730
3722
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3731
3723
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3732
3724
|
} | null)[] | null | undefined;
|
|
3733
3725
|
free?: ({
|
|
3734
3726
|
__typename?: "WatchProvider" | undefined;
|
|
3735
3727
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3736
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3728
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3737
3729
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3738
3730
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3739
3731
|
} | null)[] | null | undefined;
|
|
3740
3732
|
rent?: ({
|
|
3741
3733
|
__typename?: "WatchProvider" | undefined;
|
|
3742
3734
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3743
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3735
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3744
3736
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3745
3737
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3746
3738
|
} | null)[] | null | undefined;
|
|
@@ -3750,35 +3742,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3750
3742
|
ads?: ({
|
|
3751
3743
|
__typename?: "WatchProvider" | undefined;
|
|
3752
3744
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3753
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3745
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3754
3746
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3755
3747
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3756
3748
|
} | null)[] | null | undefined;
|
|
3757
3749
|
buy?: ({
|
|
3758
3750
|
__typename?: "WatchProvider" | undefined;
|
|
3759
3751
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3760
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3752
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3761
3753
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3762
3754
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3763
3755
|
} | null)[] | null | undefined;
|
|
3764
3756
|
flatrate?: ({
|
|
3765
3757
|
__typename?: "WatchProvider" | undefined;
|
|
3766
3758
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3767
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3759
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3768
3760
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3769
3761
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3770
3762
|
} | null)[] | null | undefined;
|
|
3771
3763
|
free?: ({
|
|
3772
3764
|
__typename?: "WatchProvider" | undefined;
|
|
3773
3765
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3774
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3766
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3775
3767
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3776
3768
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3777
3769
|
} | null)[] | null | undefined;
|
|
3778
3770
|
rent?: ({
|
|
3779
3771
|
__typename?: "WatchProvider" | undefined;
|
|
3780
3772
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3781
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3773
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3782
3774
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3783
3775
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3784
3776
|
} | null)[] | null | undefined;
|
|
@@ -3788,35 +3780,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3788
3780
|
ads?: ({
|
|
3789
3781
|
__typename?: "WatchProvider" | undefined;
|
|
3790
3782
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3791
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3783
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3792
3784
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3793
3785
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3794
3786
|
} | null)[] | null | undefined;
|
|
3795
3787
|
buy?: ({
|
|
3796
3788
|
__typename?: "WatchProvider" | undefined;
|
|
3797
3789
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3798
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3790
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3799
3791
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3800
3792
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3801
3793
|
} | null)[] | null | undefined;
|
|
3802
3794
|
flatrate?: ({
|
|
3803
3795
|
__typename?: "WatchProvider" | undefined;
|
|
3804
3796
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3805
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3797
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3806
3798
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3807
3799
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3808
3800
|
} | null)[] | null | undefined;
|
|
3809
3801
|
free?: ({
|
|
3810
3802
|
__typename?: "WatchProvider" | undefined;
|
|
3811
3803
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3812
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3804
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3813
3805
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3814
3806
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3815
3807
|
} | null)[] | null | undefined;
|
|
3816
3808
|
rent?: ({
|
|
3817
3809
|
__typename?: "WatchProvider" | undefined;
|
|
3818
3810
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3819
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3811
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3820
3812
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3821
3813
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3822
3814
|
} | null)[] | null | undefined;
|
|
@@ -3826,35 +3818,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3826
3818
|
ads?: ({
|
|
3827
3819
|
__typename?: "WatchProvider" | undefined;
|
|
3828
3820
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3829
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3821
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3830
3822
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3831
3823
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3832
3824
|
} | null)[] | null | undefined;
|
|
3833
3825
|
buy?: ({
|
|
3834
3826
|
__typename?: "WatchProvider" | undefined;
|
|
3835
3827
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3836
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3828
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3837
3829
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3838
3830
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3839
3831
|
} | null)[] | null | undefined;
|
|
3840
3832
|
flatrate?: ({
|
|
3841
3833
|
__typename?: "WatchProvider" | undefined;
|
|
3842
3834
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3843
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3835
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3844
3836
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3845
3837
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3846
3838
|
} | null)[] | null | undefined;
|
|
3847
3839
|
free?: ({
|
|
3848
3840
|
__typename?: "WatchProvider" | undefined;
|
|
3849
3841
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3850
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3842
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3851
3843
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3852
3844
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3853
3845
|
} | null)[] | null | undefined;
|
|
3854
3846
|
rent?: ({
|
|
3855
3847
|
__typename?: "WatchProvider" | undefined;
|
|
3856
3848
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3857
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3849
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3858
3850
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3859
3851
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3860
3852
|
} | null)[] | null | undefined;
|
|
@@ -3864,35 +3856,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3864
3856
|
ads?: ({
|
|
3865
3857
|
__typename?: "WatchProvider" | undefined;
|
|
3866
3858
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3867
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3859
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3868
3860
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3869
3861
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3870
3862
|
} | null)[] | null | undefined;
|
|
3871
3863
|
buy?: ({
|
|
3872
3864
|
__typename?: "WatchProvider" | undefined;
|
|
3873
3865
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3874
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3866
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3875
3867
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3876
3868
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3877
3869
|
} | null)[] | null | undefined;
|
|
3878
3870
|
flatrate?: ({
|
|
3879
3871
|
__typename?: "WatchProvider" | undefined;
|
|
3880
3872
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3881
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3873
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3882
3874
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3883
3875
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3884
3876
|
} | null)[] | null | undefined;
|
|
3885
3877
|
free?: ({
|
|
3886
3878
|
__typename?: "WatchProvider" | undefined;
|
|
3887
3879
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3888
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3880
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3889
3881
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3890
3882
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3891
3883
|
} | null)[] | null | undefined;
|
|
3892
3884
|
rent?: ({
|
|
3893
3885
|
__typename?: "WatchProvider" | undefined;
|
|
3894
3886
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3895
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3887
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3896
3888
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3897
3889
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3898
3890
|
} | null)[] | null | undefined;
|
|
@@ -3902,35 +3894,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3902
3894
|
ads?: ({
|
|
3903
3895
|
__typename?: "WatchProvider" | undefined;
|
|
3904
3896
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3905
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3897
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3906
3898
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3907
3899
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3908
3900
|
} | null)[] | null | undefined;
|
|
3909
3901
|
buy?: ({
|
|
3910
3902
|
__typename?: "WatchProvider" | undefined;
|
|
3911
3903
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3912
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3904
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3913
3905
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3914
3906
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3915
3907
|
} | null)[] | null | undefined;
|
|
3916
3908
|
flatrate?: ({
|
|
3917
3909
|
__typename?: "WatchProvider" | undefined;
|
|
3918
3910
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3919
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3911
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3920
3912
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3921
3913
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3922
3914
|
} | null)[] | null | undefined;
|
|
3923
3915
|
free?: ({
|
|
3924
3916
|
__typename?: "WatchProvider" | undefined;
|
|
3925
3917
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3926
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3918
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3927
3919
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3928
3920
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3929
3921
|
} | null)[] | null | undefined;
|
|
3930
3922
|
rent?: ({
|
|
3931
3923
|
__typename?: "WatchProvider" | undefined;
|
|
3932
3924
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3933
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3925
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3934
3926
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3935
3927
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3936
3928
|
} | null)[] | null | undefined;
|
|
@@ -3940,35 +3932,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3940
3932
|
ads?: ({
|
|
3941
3933
|
__typename?: "WatchProvider" | undefined;
|
|
3942
3934
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3943
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3935
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3944
3936
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3945
3937
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3946
3938
|
} | null)[] | null | undefined;
|
|
3947
3939
|
buy?: ({
|
|
3948
3940
|
__typename?: "WatchProvider" | undefined;
|
|
3949
3941
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3950
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3942
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3951
3943
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3952
3944
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3953
3945
|
} | null)[] | null | undefined;
|
|
3954
3946
|
flatrate?: ({
|
|
3955
3947
|
__typename?: "WatchProvider" | undefined;
|
|
3956
3948
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3957
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3949
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3958
3950
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3959
3951
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3960
3952
|
} | null)[] | null | undefined;
|
|
3961
3953
|
free?: ({
|
|
3962
3954
|
__typename?: "WatchProvider" | undefined;
|
|
3963
3955
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3964
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3956
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3965
3957
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3966
3958
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3967
3959
|
} | null)[] | null | undefined;
|
|
3968
3960
|
rent?: ({
|
|
3969
3961
|
__typename?: "WatchProvider" | undefined;
|
|
3970
3962
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3971
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3963
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3972
3964
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3973
3965
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3974
3966
|
} | null)[] | null | undefined;
|
|
@@ -3978,35 +3970,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
3978
3970
|
ads?: ({
|
|
3979
3971
|
__typename?: "WatchProvider" | undefined;
|
|
3980
3972
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3981
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3973
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3982
3974
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3983
3975
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3984
3976
|
} | null)[] | null | undefined;
|
|
3985
3977
|
buy?: ({
|
|
3986
3978
|
__typename?: "WatchProvider" | undefined;
|
|
3987
3979
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3988
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3980
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3989
3981
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3990
3982
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3991
3983
|
} | null)[] | null | undefined;
|
|
3992
3984
|
flatrate?: ({
|
|
3993
3985
|
__typename?: "WatchProvider" | undefined;
|
|
3994
3986
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3995
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3987
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
3996
3988
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3997
3989
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3998
3990
|
} | null)[] | null | undefined;
|
|
3999
3991
|
free?: ({
|
|
4000
3992
|
__typename?: "WatchProvider" | undefined;
|
|
4001
3993
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4002
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
3994
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4003
3995
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4004
3996
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4005
3997
|
} | null)[] | null | undefined;
|
|
4006
3998
|
rent?: ({
|
|
4007
3999
|
__typename?: "WatchProvider" | undefined;
|
|
4008
4000
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4009
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4001
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4010
4002
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4011
4003
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4012
4004
|
} | null)[] | null | undefined;
|
|
@@ -4016,35 +4008,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4016
4008
|
ads?: ({
|
|
4017
4009
|
__typename?: "WatchProvider" | undefined;
|
|
4018
4010
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4019
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4011
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4020
4012
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4021
4013
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4022
4014
|
} | null)[] | null | undefined;
|
|
4023
4015
|
buy?: ({
|
|
4024
4016
|
__typename?: "WatchProvider" | undefined;
|
|
4025
4017
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4026
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4018
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4027
4019
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4028
4020
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4029
4021
|
} | null)[] | null | undefined;
|
|
4030
4022
|
flatrate?: ({
|
|
4031
4023
|
__typename?: "WatchProvider" | undefined;
|
|
4032
4024
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4033
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4025
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4034
4026
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4035
4027
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4036
4028
|
} | null)[] | null | undefined;
|
|
4037
4029
|
free?: ({
|
|
4038
4030
|
__typename?: "WatchProvider" | undefined;
|
|
4039
4031
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4040
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4032
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4041
4033
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4042
4034
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4043
4035
|
} | null)[] | null | undefined;
|
|
4044
4036
|
rent?: ({
|
|
4045
4037
|
__typename?: "WatchProvider" | undefined;
|
|
4046
4038
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4047
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4039
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4048
4040
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4049
4041
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4050
4042
|
} | null)[] | null | undefined;
|
|
@@ -4054,35 +4046,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4054
4046
|
ads?: ({
|
|
4055
4047
|
__typename?: "WatchProvider" | undefined;
|
|
4056
4048
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4057
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4049
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4058
4050
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4059
4051
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4060
4052
|
} | null)[] | null | undefined;
|
|
4061
4053
|
buy?: ({
|
|
4062
4054
|
__typename?: "WatchProvider" | undefined;
|
|
4063
4055
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4064
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4056
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4065
4057
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4066
4058
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4067
4059
|
} | null)[] | null | undefined;
|
|
4068
4060
|
flatrate?: ({
|
|
4069
4061
|
__typename?: "WatchProvider" | undefined;
|
|
4070
4062
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4071
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4063
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4072
4064
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4073
4065
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4074
4066
|
} | null)[] | null | undefined;
|
|
4075
4067
|
free?: ({
|
|
4076
4068
|
__typename?: "WatchProvider" | undefined;
|
|
4077
4069
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4078
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4070
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4079
4071
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4080
4072
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4081
4073
|
} | null)[] | null | undefined;
|
|
4082
4074
|
rent?: ({
|
|
4083
4075
|
__typename?: "WatchProvider" | undefined;
|
|
4084
4076
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4085
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4077
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4086
4078
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4087
4079
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4088
4080
|
} | null)[] | null | undefined;
|
|
@@ -4092,35 +4084,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4092
4084
|
ads?: ({
|
|
4093
4085
|
__typename?: "WatchProvider" | undefined;
|
|
4094
4086
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4095
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4087
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4096
4088
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4097
4089
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4098
4090
|
} | null)[] | null | undefined;
|
|
4099
4091
|
buy?: ({
|
|
4100
4092
|
__typename?: "WatchProvider" | undefined;
|
|
4101
4093
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4102
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4094
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4103
4095
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4104
4096
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4105
4097
|
} | null)[] | null | undefined;
|
|
4106
4098
|
flatrate?: ({
|
|
4107
4099
|
__typename?: "WatchProvider" | undefined;
|
|
4108
4100
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4109
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4101
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4110
4102
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4111
4103
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4112
4104
|
} | null)[] | null | undefined;
|
|
4113
4105
|
free?: ({
|
|
4114
4106
|
__typename?: "WatchProvider" | undefined;
|
|
4115
4107
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4116
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4108
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4117
4109
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4118
4110
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4119
4111
|
} | null)[] | null | undefined;
|
|
4120
4112
|
rent?: ({
|
|
4121
4113
|
__typename?: "WatchProvider" | undefined;
|
|
4122
4114
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4123
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4115
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4124
4116
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4125
4117
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4126
4118
|
} | null)[] | null | undefined;
|
|
@@ -4130,35 +4122,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4130
4122
|
ads?: ({
|
|
4131
4123
|
__typename?: "WatchProvider" | undefined;
|
|
4132
4124
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4133
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4125
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4134
4126
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4135
4127
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4136
4128
|
} | null)[] | null | undefined;
|
|
4137
4129
|
buy?: ({
|
|
4138
4130
|
__typename?: "WatchProvider" | undefined;
|
|
4139
4131
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4140
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4132
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4141
4133
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4142
4134
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4143
4135
|
} | null)[] | null | undefined;
|
|
4144
4136
|
flatrate?: ({
|
|
4145
4137
|
__typename?: "WatchProvider" | undefined;
|
|
4146
4138
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4147
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4139
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4148
4140
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4149
4141
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4150
4142
|
} | null)[] | null | undefined;
|
|
4151
4143
|
free?: ({
|
|
4152
4144
|
__typename?: "WatchProvider" | undefined;
|
|
4153
4145
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4154
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4146
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4155
4147
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4156
4148
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4157
4149
|
} | null)[] | null | undefined;
|
|
4158
4150
|
rent?: ({
|
|
4159
4151
|
__typename?: "WatchProvider" | undefined;
|
|
4160
4152
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4161
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4153
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4162
4154
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4163
4155
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4164
4156
|
} | null)[] | null | undefined;
|
|
@@ -4168,35 +4160,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4168
4160
|
ads?: ({
|
|
4169
4161
|
__typename?: "WatchProvider" | undefined;
|
|
4170
4162
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4171
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4163
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4172
4164
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4173
4165
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4174
4166
|
} | null)[] | null | undefined;
|
|
4175
4167
|
buy?: ({
|
|
4176
4168
|
__typename?: "WatchProvider" | undefined;
|
|
4177
4169
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4178
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4170
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4179
4171
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4180
4172
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4181
4173
|
} | null)[] | null | undefined;
|
|
4182
4174
|
flatrate?: ({
|
|
4183
4175
|
__typename?: "WatchProvider" | undefined;
|
|
4184
4176
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4185
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4177
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4186
4178
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4187
4179
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4188
4180
|
} | null)[] | null | undefined;
|
|
4189
4181
|
free?: ({
|
|
4190
4182
|
__typename?: "WatchProvider" | undefined;
|
|
4191
4183
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4192
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4184
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4193
4185
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4194
4186
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4195
4187
|
} | null)[] | null | undefined;
|
|
4196
4188
|
rent?: ({
|
|
4197
4189
|
__typename?: "WatchProvider" | undefined;
|
|
4198
4190
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4199
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4191
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4200
4192
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4201
4193
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4202
4194
|
} | null)[] | null | undefined;
|
|
@@ -4206,35 +4198,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4206
4198
|
ads?: ({
|
|
4207
4199
|
__typename?: "WatchProvider" | undefined;
|
|
4208
4200
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4209
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4201
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4210
4202
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4211
4203
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4212
4204
|
} | null)[] | null | undefined;
|
|
4213
4205
|
buy?: ({
|
|
4214
4206
|
__typename?: "WatchProvider" | undefined;
|
|
4215
4207
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4216
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4208
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4217
4209
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4218
4210
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4219
4211
|
} | null)[] | null | undefined;
|
|
4220
4212
|
flatrate?: ({
|
|
4221
4213
|
__typename?: "WatchProvider" | undefined;
|
|
4222
4214
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4223
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4215
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4224
4216
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4225
4217
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4226
4218
|
} | null)[] | null | undefined;
|
|
4227
4219
|
free?: ({
|
|
4228
4220
|
__typename?: "WatchProvider" | undefined;
|
|
4229
4221
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4230
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4222
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4231
4223
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4232
4224
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4233
4225
|
} | null)[] | null | undefined;
|
|
4234
4226
|
rent?: ({
|
|
4235
4227
|
__typename?: "WatchProvider" | undefined;
|
|
4236
4228
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4237
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4229
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4238
4230
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4239
4231
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4240
4232
|
} | null)[] | null | undefined;
|
|
@@ -4244,35 +4236,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4244
4236
|
ads?: ({
|
|
4245
4237
|
__typename?: "WatchProvider" | undefined;
|
|
4246
4238
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4247
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4239
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4248
4240
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4249
4241
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4250
4242
|
} | null)[] | null | undefined;
|
|
4251
4243
|
buy?: ({
|
|
4252
4244
|
__typename?: "WatchProvider" | undefined;
|
|
4253
4245
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4254
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4246
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4255
4247
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4256
4248
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4257
4249
|
} | null)[] | null | undefined;
|
|
4258
4250
|
flatrate?: ({
|
|
4259
4251
|
__typename?: "WatchProvider" | undefined;
|
|
4260
4252
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4261
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4253
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4262
4254
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4263
4255
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4264
4256
|
} | null)[] | null | undefined;
|
|
4265
4257
|
free?: ({
|
|
4266
4258
|
__typename?: "WatchProvider" | undefined;
|
|
4267
4259
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4268
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4260
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4269
4261
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4270
4262
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4271
4263
|
} | null)[] | null | undefined;
|
|
4272
4264
|
rent?: ({
|
|
4273
4265
|
__typename?: "WatchProvider" | undefined;
|
|
4274
4266
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4275
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4267
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4276
4268
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4277
4269
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4278
4270
|
} | null)[] | null | undefined;
|
|
@@ -4282,35 +4274,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4282
4274
|
ads?: ({
|
|
4283
4275
|
__typename?: "WatchProvider" | undefined;
|
|
4284
4276
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4285
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4277
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4286
4278
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4287
4279
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4288
4280
|
} | null)[] | null | undefined;
|
|
4289
4281
|
buy?: ({
|
|
4290
4282
|
__typename?: "WatchProvider" | undefined;
|
|
4291
4283
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4292
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4284
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4293
4285
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4294
4286
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4295
4287
|
} | null)[] | null | undefined;
|
|
4296
4288
|
flatrate?: ({
|
|
4297
4289
|
__typename?: "WatchProvider" | undefined;
|
|
4298
4290
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4299
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4291
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4300
4292
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4301
4293
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4302
4294
|
} | null)[] | null | undefined;
|
|
4303
4295
|
free?: ({
|
|
4304
4296
|
__typename?: "WatchProvider" | undefined;
|
|
4305
4297
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4306
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4298
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4307
4299
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4308
4300
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4309
4301
|
} | null)[] | null | undefined;
|
|
4310
4302
|
rent?: ({
|
|
4311
4303
|
__typename?: "WatchProvider" | undefined;
|
|
4312
4304
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4313
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4305
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4314
4306
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4315
4307
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4316
4308
|
} | null)[] | null | undefined;
|
|
@@ -4320,35 +4312,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4320
4312
|
ads?: ({
|
|
4321
4313
|
__typename?: "WatchProvider" | undefined;
|
|
4322
4314
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4323
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4315
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4324
4316
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4325
4317
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4326
4318
|
} | null)[] | null | undefined;
|
|
4327
4319
|
buy?: ({
|
|
4328
4320
|
__typename?: "WatchProvider" | undefined;
|
|
4329
4321
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4330
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4322
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4331
4323
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4332
4324
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4333
4325
|
} | null)[] | null | undefined;
|
|
4334
4326
|
flatrate?: ({
|
|
4335
4327
|
__typename?: "WatchProvider" | undefined;
|
|
4336
4328
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4337
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4329
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4338
4330
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4339
4331
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4340
4332
|
} | null)[] | null | undefined;
|
|
4341
4333
|
free?: ({
|
|
4342
4334
|
__typename?: "WatchProvider" | undefined;
|
|
4343
4335
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4344
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4336
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4345
4337
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4346
4338
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4347
4339
|
} | null)[] | null | undefined;
|
|
4348
4340
|
rent?: ({
|
|
4349
4341
|
__typename?: "WatchProvider" | undefined;
|
|
4350
4342
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4351
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4343
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4352
4344
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4353
4345
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4354
4346
|
} | null)[] | null | undefined;
|
|
@@ -4358,35 +4350,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4358
4350
|
ads?: ({
|
|
4359
4351
|
__typename?: "WatchProvider" | undefined;
|
|
4360
4352
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4361
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4353
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4362
4354
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4363
4355
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4364
4356
|
} | null)[] | null | undefined;
|
|
4365
4357
|
buy?: ({
|
|
4366
4358
|
__typename?: "WatchProvider" | undefined;
|
|
4367
4359
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4368
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4360
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4369
4361
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4370
4362
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4371
4363
|
} | null)[] | null | undefined;
|
|
4372
4364
|
flatrate?: ({
|
|
4373
4365
|
__typename?: "WatchProvider" | undefined;
|
|
4374
4366
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4375
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4367
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4376
4368
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4377
4369
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4378
4370
|
} | null)[] | null | undefined;
|
|
4379
4371
|
free?: ({
|
|
4380
4372
|
__typename?: "WatchProvider" | undefined;
|
|
4381
4373
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4382
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4374
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4383
4375
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4384
4376
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4385
4377
|
} | null)[] | null | undefined;
|
|
4386
4378
|
rent?: ({
|
|
4387
4379
|
__typename?: "WatchProvider" | undefined;
|
|
4388
4380
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4389
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4381
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4390
4382
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4391
4383
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4392
4384
|
} | null)[] | null | undefined;
|
|
@@ -4396,35 +4388,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4396
4388
|
ads?: ({
|
|
4397
4389
|
__typename?: "WatchProvider" | undefined;
|
|
4398
4390
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4399
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4391
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4400
4392
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4401
4393
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4402
4394
|
} | null)[] | null | undefined;
|
|
4403
4395
|
buy?: ({
|
|
4404
4396
|
__typename?: "WatchProvider" | undefined;
|
|
4405
4397
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4406
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4398
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4407
4399
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4408
4400
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4409
4401
|
} | null)[] | null | undefined;
|
|
4410
4402
|
flatrate?: ({
|
|
4411
4403
|
__typename?: "WatchProvider" | undefined;
|
|
4412
4404
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4413
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4405
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4414
4406
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4415
4407
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4416
4408
|
} | null)[] | null | undefined;
|
|
4417
4409
|
free?: ({
|
|
4418
4410
|
__typename?: "WatchProvider" | undefined;
|
|
4419
4411
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4420
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4412
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4421
4413
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4422
4414
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4423
4415
|
} | null)[] | null | undefined;
|
|
4424
4416
|
rent?: ({
|
|
4425
4417
|
__typename?: "WatchProvider" | undefined;
|
|
4426
4418
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4427
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4419
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4428
4420
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4429
4421
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4430
4422
|
} | null)[] | null | undefined;
|
|
@@ -4434,35 +4426,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4434
4426
|
ads?: ({
|
|
4435
4427
|
__typename?: "WatchProvider" | undefined;
|
|
4436
4428
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4437
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4429
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4438
4430
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4439
4431
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4440
4432
|
} | null)[] | null | undefined;
|
|
4441
4433
|
buy?: ({
|
|
4442
4434
|
__typename?: "WatchProvider" | undefined;
|
|
4443
4435
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4444
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4436
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4445
4437
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4446
4438
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4447
4439
|
} | null)[] | null | undefined;
|
|
4448
4440
|
flatrate?: ({
|
|
4449
4441
|
__typename?: "WatchProvider" | undefined;
|
|
4450
4442
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4451
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4443
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4452
4444
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4453
4445
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4454
4446
|
} | null)[] | null | undefined;
|
|
4455
4447
|
free?: ({
|
|
4456
4448
|
__typename?: "WatchProvider" | undefined;
|
|
4457
4449
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4458
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4450
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4459
4451
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4460
4452
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4461
4453
|
} | null)[] | null | undefined;
|
|
4462
4454
|
rent?: ({
|
|
4463
4455
|
__typename?: "WatchProvider" | undefined;
|
|
4464
4456
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4465
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4457
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4466
4458
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4467
4459
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4468
4460
|
} | null)[] | null | undefined;
|
|
@@ -4472,35 +4464,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4472
4464
|
ads?: ({
|
|
4473
4465
|
__typename?: "WatchProvider" | undefined;
|
|
4474
4466
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4475
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4467
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4476
4468
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4477
4469
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4478
4470
|
} | null)[] | null | undefined;
|
|
4479
4471
|
buy?: ({
|
|
4480
4472
|
__typename?: "WatchProvider" | undefined;
|
|
4481
4473
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4482
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4474
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4483
4475
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4484
4476
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4485
4477
|
} | null)[] | null | undefined;
|
|
4486
4478
|
flatrate?: ({
|
|
4487
4479
|
__typename?: "WatchProvider" | undefined;
|
|
4488
4480
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4489
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4481
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4490
4482
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4491
4483
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4492
4484
|
} | null)[] | null | undefined;
|
|
4493
4485
|
free?: ({
|
|
4494
4486
|
__typename?: "WatchProvider" | undefined;
|
|
4495
4487
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4496
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4488
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4497
4489
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4498
4490
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4499
4491
|
} | null)[] | null | undefined;
|
|
4500
4492
|
rent?: ({
|
|
4501
4493
|
__typename?: "WatchProvider" | undefined;
|
|
4502
4494
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4503
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4495
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4504
4496
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4505
4497
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4506
4498
|
} | null)[] | null | undefined;
|
|
@@ -4510,35 +4502,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4510
4502
|
ads?: ({
|
|
4511
4503
|
__typename?: "WatchProvider" | undefined;
|
|
4512
4504
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4513
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4505
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4514
4506
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4515
4507
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4516
4508
|
} | null)[] | null | undefined;
|
|
4517
4509
|
buy?: ({
|
|
4518
4510
|
__typename?: "WatchProvider" | undefined;
|
|
4519
4511
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4520
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4512
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4521
4513
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4522
4514
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4523
4515
|
} | null)[] | null | undefined;
|
|
4524
4516
|
flatrate?: ({
|
|
4525
4517
|
__typename?: "WatchProvider" | undefined;
|
|
4526
4518
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4527
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4519
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4528
4520
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4529
4521
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4530
4522
|
} | null)[] | null | undefined;
|
|
4531
4523
|
free?: ({
|
|
4532
4524
|
__typename?: "WatchProvider" | undefined;
|
|
4533
4525
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4534
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4526
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4535
4527
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4536
4528
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4537
4529
|
} | null)[] | null | undefined;
|
|
4538
4530
|
rent?: ({
|
|
4539
4531
|
__typename?: "WatchProvider" | undefined;
|
|
4540
4532
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4541
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4533
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4542
4534
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4543
4535
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4544
4536
|
} | null)[] | null | undefined;
|
|
@@ -4548,35 +4540,35 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4548
4540
|
ads?: ({
|
|
4549
4541
|
__typename?: "WatchProvider" | undefined;
|
|
4550
4542
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4551
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4543
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4552
4544
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4553
4545
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4554
4546
|
} | null)[] | null | undefined;
|
|
4555
4547
|
buy?: ({
|
|
4556
4548
|
__typename?: "WatchProvider" | undefined;
|
|
4557
4549
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4558
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4550
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4559
4551
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4560
4552
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4561
4553
|
} | null)[] | null | undefined;
|
|
4562
4554
|
flatrate?: ({
|
|
4563
4555
|
__typename?: "WatchProvider" | undefined;
|
|
4564
4556
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4565
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4557
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4566
4558
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4567
4559
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4568
4560
|
} | null)[] | null | undefined;
|
|
4569
4561
|
free?: ({
|
|
4570
4562
|
__typename?: "WatchProvider" | undefined;
|
|
4571
4563
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4572
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4564
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4573
4565
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4574
4566
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4575
4567
|
} | null)[] | null | undefined;
|
|
4576
4568
|
rent?: ({
|
|
4577
4569
|
__typename?: "WatchProvider" | undefined;
|
|
4578
4570
|
display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4579
|
-
id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4571
|
+
id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4580
4572
|
logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4581
4573
|
provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4582
4574
|
} | null)[] | null | undefined;
|
|
@@ -4588,7 +4580,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4588
4580
|
__typename?: "Tv" | undefined;
|
|
4589
4581
|
name: string;
|
|
4590
4582
|
type: import("@tmdb-graphql-api/schema/types").TvType;
|
|
4591
|
-
id: number;
|
|
4583
|
+
id: string | number;
|
|
4592
4584
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4593
4585
|
overview: string;
|
|
4594
4586
|
poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -4602,7 +4594,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4602
4594
|
vote_average: number;
|
|
4603
4595
|
vote_count: number;
|
|
4604
4596
|
production_companies: ({
|
|
4605
|
-
id: number;
|
|
4597
|
+
id: string | number;
|
|
4606
4598
|
__typename?: "Company" | undefined;
|
|
4607
4599
|
alternative_names?: ({
|
|
4608
4600
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -4633,7 +4625,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4633
4625
|
status: import("@tmdb-graphql-api/schema/types").TvStatus;
|
|
4634
4626
|
tagline?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4635
4627
|
created_by?: {
|
|
4636
|
-
id: number;
|
|
4628
|
+
id: string | number;
|
|
4637
4629
|
__typename?: "Person" | undefined;
|
|
4638
4630
|
adult: boolean;
|
|
4639
4631
|
also_known_as: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -4642,15 +4634,15 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4642
4634
|
combined_credits?: {
|
|
4643
4635
|
__typename?: "CreditsCombined" | undefined;
|
|
4644
4636
|
cast?: ({
|
|
4645
|
-
id: number;
|
|
4637
|
+
id: string | number;
|
|
4646
4638
|
__typename?: "CreditCombinedCast" | undefined;
|
|
4647
4639
|
adult: boolean;
|
|
4648
4640
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4649
4641
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4650
|
-
credit_id: string;
|
|
4642
|
+
credit_id: string | number;
|
|
4651
4643
|
episode_count: number;
|
|
4652
4644
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4653
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4645
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
4654
4646
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
4655
4647
|
name: string;
|
|
4656
4648
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -4667,15 +4659,15 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4667
4659
|
vote_count: number;
|
|
4668
4660
|
} | null)[] | null | undefined;
|
|
4669
4661
|
crew?: ({
|
|
4670
|
-
id: number;
|
|
4662
|
+
id: string | number;
|
|
4671
4663
|
__typename?: "CreditCombinedCrew" | undefined;
|
|
4672
4664
|
adult: boolean;
|
|
4673
4665
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4674
|
-
credit_id: string;
|
|
4666
|
+
credit_id: string | number;
|
|
4675
4667
|
department: string;
|
|
4676
4668
|
episode_count: number;
|
|
4677
4669
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4678
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4670
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
4679
4671
|
job: string;
|
|
4680
4672
|
media_type: import("@tmdb-graphql-api/schema/types").ScreenType;
|
|
4681
4673
|
name: string;
|
|
@@ -4713,13 +4705,13 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4713
4705
|
movie_credits?: {
|
|
4714
4706
|
__typename?: "CreditsMovie" | undefined;
|
|
4715
4707
|
cast?: ({
|
|
4716
|
-
id: number;
|
|
4708
|
+
id: string | number;
|
|
4717
4709
|
__typename?: "CreditMovieCast" | undefined;
|
|
4718
4710
|
adult: boolean;
|
|
4719
4711
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4720
4712
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4721
|
-
credit_id: string;
|
|
4722
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4713
|
+
credit_id: string | number;
|
|
4714
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
4723
4715
|
original_language: string;
|
|
4724
4716
|
original_title: string;
|
|
4725
4717
|
overview: string;
|
|
@@ -4732,13 +4724,13 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4732
4724
|
vote_count: number;
|
|
4733
4725
|
} | null)[] | null | undefined;
|
|
4734
4726
|
crew?: ({
|
|
4735
|
-
id: number;
|
|
4727
|
+
id: string | number;
|
|
4736
4728
|
__typename?: "CreditMovieCrew" | undefined;
|
|
4737
4729
|
adult: boolean;
|
|
4738
4730
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4739
|
-
credit_id: string;
|
|
4731
|
+
credit_id: string | number;
|
|
4740
4732
|
department: string;
|
|
4741
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4733
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
4742
4734
|
job: string;
|
|
4743
4735
|
original_language: string;
|
|
4744
4736
|
original_title: string;
|
|
@@ -4785,14 +4777,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4785
4777
|
tv_credits?: {
|
|
4786
4778
|
__typename?: "CreditsTv" | undefined;
|
|
4787
4779
|
cast?: ({
|
|
4788
|
-
id: number;
|
|
4780
|
+
id: string | number;
|
|
4789
4781
|
__typename?: "CreditTvCast" | undefined;
|
|
4790
4782
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4791
4783
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4792
|
-
credit_id: string;
|
|
4784
|
+
credit_id: string | number;
|
|
4793
4785
|
episode_count: number;
|
|
4794
4786
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4795
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4787
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
4796
4788
|
name: string;
|
|
4797
4789
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
4798
4790
|
original_language: string;
|
|
@@ -4804,14 +4796,14 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4804
4796
|
vote_count: number;
|
|
4805
4797
|
} | null)[] | null | undefined;
|
|
4806
4798
|
crew?: ({
|
|
4807
|
-
id: number;
|
|
4799
|
+
id: string | number;
|
|
4808
4800
|
__typename?: "CreditTvCrew" | undefined;
|
|
4809
4801
|
backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4810
|
-
credit_id: string;
|
|
4802
|
+
credit_id: string | number;
|
|
4811
4803
|
department: string;
|
|
4812
4804
|
episode_count: number;
|
|
4813
4805
|
first_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4814
|
-
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<number>[];
|
|
4806
|
+
genre_ids: import("@tmdb-graphql-api/schema/types").Maybe<string | number>[];
|
|
4815
4807
|
job: string;
|
|
4816
4808
|
name: string;
|
|
4817
4809
|
origin_country: import("@tmdb-graphql-api/schema/types").Maybe<string>[];
|
|
@@ -4829,16 +4821,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4829
4821
|
in_production: boolean;
|
|
4830
4822
|
last_air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4831
4823
|
last_episode_to_air?: {
|
|
4832
|
-
id: number;
|
|
4824
|
+
id: string | number;
|
|
4833
4825
|
__typename?: "Episode" | undefined;
|
|
4834
4826
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4835
4827
|
cast?: ({
|
|
4836
|
-
id: number;
|
|
4828
|
+
id: string | number;
|
|
4837
4829
|
__typename?: "Cast" | undefined;
|
|
4838
4830
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
4839
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4831
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4840
4832
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4841
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4833
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4842
4834
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4843
4835
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4844
4836
|
name: string;
|
|
@@ -4848,10 +4840,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4848
4840
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4849
4841
|
} | null)[] | null | undefined;
|
|
4850
4842
|
crew?: ({
|
|
4851
|
-
id: number;
|
|
4843
|
+
id: string | number;
|
|
4852
4844
|
__typename?: "Crew" | undefined;
|
|
4853
4845
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
4854
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4846
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4855
4847
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4856
4848
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4857
4849
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -4861,7 +4853,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4861
4853
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4862
4854
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4863
4855
|
} | null)[] | null | undefined;
|
|
4864
|
-
episode_lookup_id: string;
|
|
4865
4856
|
episode_number: number;
|
|
4866
4857
|
external_ids?: {
|
|
4867
4858
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -4875,12 +4866,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4875
4866
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4876
4867
|
} | null | undefined;
|
|
4877
4868
|
guest_stars?: ({
|
|
4878
|
-
id: number;
|
|
4869
|
+
id: string | number;
|
|
4879
4870
|
__typename?: "Cast" | undefined;
|
|
4880
4871
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
4881
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4872
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4882
4873
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4883
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4874
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4884
4875
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4885
4876
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4886
4877
|
name: string;
|
|
@@ -4921,9 +4912,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4921
4912
|
iso_3166_1: string;
|
|
4922
4913
|
name: string;
|
|
4923
4914
|
} | null)[] | null | undefined;
|
|
4924
|
-
tv_show_id: number;
|
|
4915
|
+
tv_show_id: string | number;
|
|
4925
4916
|
videos?: ({
|
|
4926
|
-
id: number;
|
|
4917
|
+
id: string | number;
|
|
4927
4918
|
__typename?: "Video" | undefined;
|
|
4928
4919
|
iso_639_1: string;
|
|
4929
4920
|
iso_3166_1: string;
|
|
@@ -4937,7 +4928,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4937
4928
|
vote_count: number;
|
|
4938
4929
|
} | null | undefined;
|
|
4939
4930
|
networks: ({
|
|
4940
|
-
id: number;
|
|
4931
|
+
id: string | number;
|
|
4941
4932
|
__typename?: "Network" | undefined;
|
|
4942
4933
|
alternative_names?: ({
|
|
4943
4934
|
__typename?: "AlternativeName" | undefined;
|
|
@@ -4964,16 +4955,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4964
4955
|
origin_country?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4965
4956
|
} | null)[];
|
|
4966
4957
|
next_episode_to_air?: {
|
|
4967
|
-
id: number;
|
|
4958
|
+
id: string | number;
|
|
4968
4959
|
__typename?: "Episode" | undefined;
|
|
4969
4960
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4970
4961
|
cast?: ({
|
|
4971
|
-
id: number;
|
|
4962
|
+
id: string | number;
|
|
4972
4963
|
__typename?: "Cast" | undefined;
|
|
4973
4964
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
4974
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4965
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4975
4966
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4976
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4967
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4977
4968
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4978
4969
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4979
4970
|
name: string;
|
|
@@ -4983,10 +4974,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4983
4974
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4984
4975
|
} | null)[] | null | undefined;
|
|
4985
4976
|
crew?: ({
|
|
4986
|
-
id: number;
|
|
4977
|
+
id: string | number;
|
|
4987
4978
|
__typename?: "Crew" | undefined;
|
|
4988
4979
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
4989
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4980
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
4990
4981
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4991
4982
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4992
4983
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -4996,7 +4987,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
4996
4987
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
4997
4988
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
4998
4989
|
} | null)[] | null | undefined;
|
|
4999
|
-
episode_lookup_id: string;
|
|
5000
4990
|
episode_number: number;
|
|
5001
4991
|
external_ids?: {
|
|
5002
4992
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -5010,12 +5000,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5010
5000
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5011
5001
|
} | null | undefined;
|
|
5012
5002
|
guest_stars?: ({
|
|
5013
|
-
id: number;
|
|
5003
|
+
id: string | number;
|
|
5014
5004
|
__typename?: "Cast" | undefined;
|
|
5015
5005
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5016
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5006
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5017
5007
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5018
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5008
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5019
5009
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5020
5010
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5021
5011
|
name: string;
|
|
@@ -5056,9 +5046,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5056
5046
|
iso_3166_1: string;
|
|
5057
5047
|
name: string;
|
|
5058
5048
|
} | null)[] | null | undefined;
|
|
5059
|
-
tv_show_id: number;
|
|
5049
|
+
tv_show_id: string | number;
|
|
5060
5050
|
videos?: ({
|
|
5061
|
-
id: number;
|
|
5051
|
+
id: string | number;
|
|
5062
5052
|
__typename?: "Video" | undefined;
|
|
5063
5053
|
iso_639_1: string;
|
|
5064
5054
|
iso_3166_1: string;
|
|
@@ -5074,16 +5064,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5074
5064
|
number_of_episodes: number;
|
|
5075
5065
|
number_of_seasons: number;
|
|
5076
5066
|
seasons: ({
|
|
5077
|
-
id: number;
|
|
5067
|
+
id: string | number;
|
|
5078
5068
|
__typename?: "Season" | undefined;
|
|
5079
5069
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5080
5070
|
cast?: ({
|
|
5081
|
-
id: number;
|
|
5071
|
+
id: string | number;
|
|
5082
5072
|
__typename?: "Cast" | undefined;
|
|
5083
5073
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5084
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5074
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5085
5075
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5086
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5076
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5087
5077
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5088
5078
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5089
5079
|
name: string;
|
|
@@ -5093,10 +5083,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5093
5083
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5094
5084
|
} | null)[] | null | undefined;
|
|
5095
5085
|
crew?: ({
|
|
5096
|
-
id: number;
|
|
5086
|
+
id: string | number;
|
|
5097
5087
|
__typename?: "Crew" | undefined;
|
|
5098
5088
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5099
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5089
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5100
5090
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5101
5091
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5102
5092
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -5108,16 +5098,16 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5108
5098
|
} | null)[] | null | undefined;
|
|
5109
5099
|
episode_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5110
5100
|
episodes?: ({
|
|
5111
|
-
id: number;
|
|
5101
|
+
id: string | number;
|
|
5112
5102
|
__typename?: "Episode" | undefined;
|
|
5113
5103
|
air_date?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5114
5104
|
cast?: ({
|
|
5115
|
-
id: number;
|
|
5105
|
+
id: string | number;
|
|
5116
5106
|
__typename?: "Cast" | undefined;
|
|
5117
5107
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5118
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5108
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5119
5109
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5120
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5110
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5121
5111
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5122
5112
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5123
5113
|
name: string;
|
|
@@ -5127,10 +5117,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5127
5117
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5128
5118
|
} | null)[] | null | undefined;
|
|
5129
5119
|
crew?: ({
|
|
5130
|
-
id: number;
|
|
5120
|
+
id: string | number;
|
|
5131
5121
|
__typename?: "Crew" | undefined;
|
|
5132
5122
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5133
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5123
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5134
5124
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5135
5125
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5136
5126
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -5140,7 +5130,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5140
5130
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5141
5131
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5142
5132
|
} | null)[] | null | undefined;
|
|
5143
|
-
episode_lookup_id: string;
|
|
5144
5133
|
episode_number: number;
|
|
5145
5134
|
external_ids?: {
|
|
5146
5135
|
__typename?: "ExternalIds" | undefined;
|
|
@@ -5154,12 +5143,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5154
5143
|
twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5155
5144
|
} | null | undefined;
|
|
5156
5145
|
guest_stars?: ({
|
|
5157
|
-
id: number;
|
|
5146
|
+
id: string | number;
|
|
5158
5147
|
__typename?: "Cast" | undefined;
|
|
5159
5148
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5160
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5149
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5161
5150
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5162
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5151
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5163
5152
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5164
5153
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5165
5154
|
name: string;
|
|
@@ -5200,9 +5189,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5200
5189
|
iso_3166_1: string;
|
|
5201
5190
|
name: string;
|
|
5202
5191
|
} | null)[] | null | undefined;
|
|
5203
|
-
tv_show_id: number;
|
|
5192
|
+
tv_show_id: string | number;
|
|
5204
5193
|
videos?: ({
|
|
5205
|
-
id: number;
|
|
5194
|
+
id: string | number;
|
|
5206
5195
|
__typename?: "Video" | undefined;
|
|
5207
5196
|
iso_639_1: string;
|
|
5208
5197
|
iso_3166_1: string;
|
|
@@ -5240,7 +5229,6 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5240
5229
|
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5241
5230
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5242
5231
|
} | null)[] | null | undefined;
|
|
5243
|
-
season_lookup_id: string;
|
|
5244
5232
|
season_number: number;
|
|
5245
5233
|
translations?: ({
|
|
5246
5234
|
__typename?: "Translation" | undefined;
|
|
@@ -5257,9 +5245,9 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5257
5245
|
iso_3166_1: string;
|
|
5258
5246
|
name: string;
|
|
5259
5247
|
} | null)[] | null | undefined;
|
|
5260
|
-
tv_show_id: number;
|
|
5248
|
+
tv_show_id: string | number;
|
|
5261
5249
|
videos?: ({
|
|
5262
|
-
id: number;
|
|
5250
|
+
id: string | number;
|
|
5263
5251
|
__typename?: "Video" | undefined;
|
|
5264
5252
|
iso_639_1: string;
|
|
5265
5253
|
iso_3166_1: string;
|
|
@@ -5277,12 +5265,12 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5277
5265
|
content_ratings: Omit<import("../types.ts").RawTvContentRatings, "id">;
|
|
5278
5266
|
credits?: Omit<{
|
|
5279
5267
|
cast?: ({
|
|
5280
|
-
id: number;
|
|
5268
|
+
id: string | number;
|
|
5281
5269
|
__typename?: "Cast" | undefined;
|
|
5282
5270
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5283
|
-
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5271
|
+
cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5284
5272
|
character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5285
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5273
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5286
5274
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5287
5275
|
known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5288
5276
|
name: string;
|
|
@@ -5292,10 +5280,10 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5292
5280
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5293
5281
|
} | null)[] | null | undefined;
|
|
5294
5282
|
crew?: ({
|
|
5295
|
-
id: number;
|
|
5283
|
+
id: string | number;
|
|
5296
5284
|
__typename?: "Crew" | undefined;
|
|
5297
5285
|
adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
|
|
5298
|
-
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5286
|
+
credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
|
|
5299
5287
|
department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5300
5288
|
gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5301
5289
|
job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
@@ -5305,7 +5293,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5305
5293
|
popularity?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5306
5294
|
profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5307
5295
|
} | null)[] | null | undefined;
|
|
5308
|
-
id: number;
|
|
5296
|
+
id: string | number;
|
|
5309
5297
|
}, "id"> | undefined;
|
|
5310
5298
|
episode_groups?: Omit<import("../types.ts").RawTvEpisodeGroups, "id"> | undefined;
|
|
5311
5299
|
external_ids?: {
|
|
@@ -5353,7 +5341,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5353
5341
|
vote_count?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5354
5342
|
width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
|
|
5355
5343
|
} | null)[] | null | undefined;
|
|
5356
|
-
id: number;
|
|
5344
|
+
id: string | number;
|
|
5357
5345
|
}, "id"> | undefined;
|
|
5358
5346
|
keywords?: Omit<import("../types.ts").RawTvKeywords, "id"> | undefined;
|
|
5359
5347
|
recommendations?: import("../types.ts").RawTvRecommendations | undefined;
|
|
@@ -5375,7 +5363,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
5375
5363
|
iso_3166_1: string;
|
|
5376
5364
|
name: string;
|
|
5377
5365
|
} | null)[] | null | undefined;
|
|
5378
|
-
id: number;
|
|
5366
|
+
id: string | number;
|
|
5379
5367
|
}, "id"> | undefined;
|
|
5380
5368
|
videos?: Omit<import("../types.ts").RawTvVideos, "id"> | undefined;
|
|
5381
5369
|
'watch/providers'?: import("../types.ts").RawWatchProviders | undefined;
|