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