@tmdb-graphql-api/resolvers 0.0.33 → 0.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +2 -3
  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 +472 -468
  11. package/dist/types/cjs/queries/credit.d.cts.map +1 -1
  12. package/dist/types/cjs/queries/episode.d.cts +13 -12
  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 +34 -31
  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 +1167 -1144
  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 +594 -582
  39. package/dist/types/cjs/queries/tvRecommendations.d.cts.map +1 -1
  40. package/dist/types/cjs/queries/tvReviews.d.cts +594 -582
  41. package/dist/types/cjs/queries/tvReviews.d.cts.map +1 -1
  42. package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +594 -582
  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 +2 -0
  47. package/dist/types/cjs/types.d.cts.map +1 -1
  48. package/dist/types/esm/helpers/getTvIdSeasonAndEpisode.d.ts +2 -3
  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 +472 -468
  53. package/dist/types/esm/queries/credit.d.ts.map +1 -1
  54. package/dist/types/esm/queries/episode.d.ts +13 -12
  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 +34 -31
  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 +1167 -1144
  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 +594 -582
  81. package/dist/types/esm/queries/tvRecommendations.d.ts.map +1 -1
  82. package/dist/types/esm/queries/tvReviews.d.ts +594 -582
  83. package/dist/types/esm/queries/tvReviews.d.ts.map +1 -1
  84. package/dist/types/esm/queries/tvSimilarTvShows.d.ts +594 -582
  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 +2 -0
  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 +2 -0
  93. package/src/helpers/getTvIdSeasonAndEpisode.ts +6 -10
  94. package/src/queries/__snapshots__/episode.test.ts.snap +2 -1
  95. package/src/queries/__snapshots__/season.test.ts.snap +2 -1
  96. package/src/queries/episode.test.ts +2 -2
  97. package/src/queries/episode.ts +7 -7
  98. package/src/queries/episodeCredits.test.ts +15 -5
  99. package/src/queries/episodeExternalIds.test.ts +13 -3
  100. package/src/queries/episodeStills.test.ts +13 -3
  101. package/src/queries/episodeTranslations.test.ts +13 -3
  102. package/src/queries/episodeVideos.test.ts +13 -3
  103. package/src/queries/season.test.ts +2 -2
  104. package/src/queries/season.ts +6 -6
  105. package/src/types.ts +9 -2
@@ -4,11 +4,11 @@ import { type Context, type RawCollection } from '../types.cts';
4
4
  export declare const resolveCollection: (obj: RawCollection | undefined, args: QueryCollectionArgs, { requestID, restClient, setCacheMetadata, tmdbGuestSessionId }: Context, { fieldName, fieldNodes }: GraphQLResolveInfo) => Promise<number | {
5
5
  __typename?: "Collection" | undefined;
6
6
  name: string;
7
- id: string | number;
7
+ id: number;
8
8
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
9
9
  overview: string;
10
10
  parts: ({
11
- id: string | number;
11
+ id: number;
12
12
  __typename?: "Movie" | undefined;
13
13
  adult: boolean;
14
14
  alternative_titles?: ({
@@ -31,7 +31,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
31
31
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
32
32
  } | null)[] | null | undefined;
33
33
  belongs_to_collection?: {
34
- id: string | number;
34
+ id: number;
35
35
  __typename?: "Collection" | undefined;
36
36
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
37
37
  backdrops?: ({
@@ -78,12 +78,12 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
78
78
  } | null | undefined;
79
79
  budget: number;
80
80
  cast?: ({
81
- id: string | number;
81
+ id: number;
82
82
  __typename?: "Cast" | undefined;
83
83
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
84
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
84
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
85
85
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
86
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
86
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
87
87
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
88
88
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
89
89
  name: string;
@@ -93,10 +93,10 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
93
93
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
94
94
  } | null)[] | null | undefined;
95
95
  crew?: ({
96
- id: string | number;
96
+ id: number;
97
97
  __typename?: "Crew" | undefined;
98
98
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
99
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
99
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
100
100
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
101
101
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
102
102
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -118,7 +118,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
118
118
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
119
119
  } | null | undefined;
120
120
  genres: ({
121
- id: string | number;
121
+ id: number;
122
122
  __typename?: "Genre" | undefined;
123
123
  name: string;
124
124
  } | null)[];
@@ -126,7 +126,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
126
126
  imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
127
127
  keywords?: ({
128
128
  __typename?: "Keyword" | undefined;
129
- id: string | number;
129
+ id: number;
130
130
  name: string;
131
131
  } | null)[] | null | undefined;
132
132
  logos?: ({
@@ -158,7 +158,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
158
158
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
159
159
  } | null)[] | null | undefined;
160
160
  production_companies: ({
161
- id: string | number;
161
+ id: number;
162
162
  __typename?: "Company" | undefined;
163
163
  alternative_names?: ({
164
164
  __typename?: "AlternativeName" | undefined;
@@ -236,7 +236,6 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
236
236
  __typename?: "ReviewEdge" | undefined;
237
237
  cursor: string;
238
238
  node: {
239
- id: string | number;
240
239
  __typename?: "Review" | undefined;
241
240
  author: string;
242
241
  author_details?: {
@@ -248,6 +247,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
248
247
  } | null | undefined;
249
248
  content: string;
250
249
  created_at: string;
250
+ id: string;
251
251
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
252
252
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
253
253
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -255,7 +255,6 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
255
255
  };
256
256
  } | null)[] | null | undefined;
257
257
  nodes?: ({
258
- id: string | number;
259
258
  __typename?: "Review" | undefined;
260
259
  author: string;
261
260
  author_details?: {
@@ -267,6 +266,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
267
266
  } | null | undefined;
268
267
  content: string;
269
268
  created_at: string;
269
+ id: string;
270
270
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
271
271
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
272
272
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -318,7 +318,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
318
318
  } | null)[] | null | undefined;
319
319
  video: boolean;
320
320
  videos?: ({
321
- id: string | number;
321
+ id: number;
322
322
  __typename?: "Video" | undefined;
323
323
  iso_639_1: string;
324
324
  iso_3166_1: string;
@@ -337,35 +337,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
340
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
341
341
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
342
342
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
343
343
  } | null)[] | null | undefined;
344
344
  buy?: ({
345
345
  __typename?: "WatchProvider" | undefined;
346
346
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
347
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
347
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
348
348
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
349
349
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
350
350
  } | null)[] | null | undefined;
351
351
  flatrate?: ({
352
352
  __typename?: "WatchProvider" | undefined;
353
353
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
354
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
354
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
355
355
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
356
356
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
357
357
  } | null)[] | null | undefined;
358
358
  free?: ({
359
359
  __typename?: "WatchProvider" | undefined;
360
360
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
361
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
361
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
362
362
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
363
363
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
364
364
  } | null)[] | null | undefined;
365
365
  rent?: ({
366
366
  __typename?: "WatchProvider" | undefined;
367
367
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
368
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
368
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
369
369
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
370
370
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
371
371
  } | null)[] | null | undefined;
@@ -375,35 +375,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
378
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
379
379
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
380
380
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
381
381
  } | null)[] | null | undefined;
382
382
  buy?: ({
383
383
  __typename?: "WatchProvider" | undefined;
384
384
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
385
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
385
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
386
386
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
387
387
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
388
388
  } | null)[] | null | undefined;
389
389
  flatrate?: ({
390
390
  __typename?: "WatchProvider" | undefined;
391
391
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
392
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
392
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
393
393
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
394
394
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
395
395
  } | null)[] | null | undefined;
396
396
  free?: ({
397
397
  __typename?: "WatchProvider" | undefined;
398
398
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
399
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
399
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
400
400
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
401
401
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
402
402
  } | null)[] | null | undefined;
403
403
  rent?: ({
404
404
  __typename?: "WatchProvider" | undefined;
405
405
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
406
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
406
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
407
407
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
408
408
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
409
409
  } | null)[] | null | undefined;
@@ -413,35 +413,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
416
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
417
417
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
418
418
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
419
419
  } | null)[] | null | undefined;
420
420
  buy?: ({
421
421
  __typename?: "WatchProvider" | undefined;
422
422
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
423
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
423
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
424
424
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
425
425
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
426
426
  } | null)[] | null | undefined;
427
427
  flatrate?: ({
428
428
  __typename?: "WatchProvider" | undefined;
429
429
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
430
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
430
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
431
431
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
432
432
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
433
433
  } | null)[] | null | undefined;
434
434
  free?: ({
435
435
  __typename?: "WatchProvider" | undefined;
436
436
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
437
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
437
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
438
438
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
439
439
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
440
440
  } | null)[] | null | undefined;
441
441
  rent?: ({
442
442
  __typename?: "WatchProvider" | undefined;
443
443
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
444
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
444
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
445
445
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
446
446
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
447
447
  } | null)[] | null | undefined;
@@ -451,35 +451,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
454
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
455
455
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
456
456
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
457
457
  } | null)[] | null | undefined;
458
458
  buy?: ({
459
459
  __typename?: "WatchProvider" | undefined;
460
460
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
461
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
461
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
462
462
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
463
463
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
464
464
  } | null)[] | null | undefined;
465
465
  flatrate?: ({
466
466
  __typename?: "WatchProvider" | undefined;
467
467
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
468
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
468
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
469
469
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
470
470
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
471
471
  } | null)[] | null | undefined;
472
472
  free?: ({
473
473
  __typename?: "WatchProvider" | undefined;
474
474
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
475
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
475
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
476
476
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
477
477
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
478
478
  } | null)[] | null | undefined;
479
479
  rent?: ({
480
480
  __typename?: "WatchProvider" | undefined;
481
481
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
482
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
482
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
483
483
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
484
484
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
485
485
  } | null)[] | null | undefined;
@@ -489,35 +489,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
492
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
493
493
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
494
494
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
495
495
  } | null)[] | null | undefined;
496
496
  buy?: ({
497
497
  __typename?: "WatchProvider" | undefined;
498
498
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
499
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
499
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
500
500
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
501
501
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
502
502
  } | null)[] | null | undefined;
503
503
  flatrate?: ({
504
504
  __typename?: "WatchProvider" | undefined;
505
505
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
506
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
506
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
507
507
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
508
508
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
509
509
  } | null)[] | null | undefined;
510
510
  free?: ({
511
511
  __typename?: "WatchProvider" | undefined;
512
512
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
513
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
513
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
514
514
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
515
515
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
516
516
  } | null)[] | null | undefined;
517
517
  rent?: ({
518
518
  __typename?: "WatchProvider" | undefined;
519
519
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
520
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
520
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
521
521
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
522
522
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
523
523
  } | null)[] | null | undefined;
@@ -527,35 +527,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
530
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
531
531
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
532
532
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
533
533
  } | null)[] | null | undefined;
534
534
  buy?: ({
535
535
  __typename?: "WatchProvider" | undefined;
536
536
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
537
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
537
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
538
538
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
539
539
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
540
540
  } | null)[] | null | undefined;
541
541
  flatrate?: ({
542
542
  __typename?: "WatchProvider" | undefined;
543
543
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
544
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
544
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
545
545
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
546
546
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
547
547
  } | null)[] | null | undefined;
548
548
  free?: ({
549
549
  __typename?: "WatchProvider" | undefined;
550
550
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
551
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
551
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
552
552
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
553
553
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
554
554
  } | null)[] | null | undefined;
555
555
  rent?: ({
556
556
  __typename?: "WatchProvider" | undefined;
557
557
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
558
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
558
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
559
559
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
560
560
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
561
561
  } | null)[] | null | undefined;
@@ -565,35 +565,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
568
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
569
569
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
570
570
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
571
571
  } | null)[] | null | undefined;
572
572
  buy?: ({
573
573
  __typename?: "WatchProvider" | undefined;
574
574
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
575
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
575
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
576
576
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
577
577
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
578
578
  } | null)[] | null | undefined;
579
579
  flatrate?: ({
580
580
  __typename?: "WatchProvider" | undefined;
581
581
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
582
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
582
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
583
583
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
584
584
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
585
585
  } | null)[] | null | undefined;
586
586
  free?: ({
587
587
  __typename?: "WatchProvider" | undefined;
588
588
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
589
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
589
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
590
590
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
591
591
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
592
592
  } | null)[] | null | undefined;
593
593
  rent?: ({
594
594
  __typename?: "WatchProvider" | undefined;
595
595
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
596
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
596
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
597
597
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
598
598
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
599
599
  } | null)[] | null | undefined;
@@ -603,35 +603,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
606
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
607
607
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
608
608
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
609
609
  } | null)[] | null | undefined;
610
610
  buy?: ({
611
611
  __typename?: "WatchProvider" | undefined;
612
612
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
613
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
613
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
614
614
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
615
615
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
616
616
  } | null)[] | null | undefined;
617
617
  flatrate?: ({
618
618
  __typename?: "WatchProvider" | undefined;
619
619
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
620
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
620
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
621
621
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
622
622
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
623
623
  } | null)[] | null | undefined;
624
624
  free?: ({
625
625
  __typename?: "WatchProvider" | undefined;
626
626
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
627
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
627
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
628
628
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
629
629
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
630
630
  } | null)[] | null | undefined;
631
631
  rent?: ({
632
632
  __typename?: "WatchProvider" | undefined;
633
633
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
634
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
634
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
635
635
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
636
636
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
637
637
  } | null)[] | null | undefined;
@@ -641,35 +641,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
644
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
645
645
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
646
646
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
647
647
  } | null)[] | null | undefined;
648
648
  buy?: ({
649
649
  __typename?: "WatchProvider" | undefined;
650
650
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
651
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
651
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
652
652
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
653
653
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
654
654
  } | null)[] | null | undefined;
655
655
  flatrate?: ({
656
656
  __typename?: "WatchProvider" | undefined;
657
657
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
658
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
658
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
659
659
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
660
660
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
661
661
  } | null)[] | null | undefined;
662
662
  free?: ({
663
663
  __typename?: "WatchProvider" | undefined;
664
664
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
665
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
665
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
666
666
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
667
667
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
668
668
  } | null)[] | null | undefined;
669
669
  rent?: ({
670
670
  __typename?: "WatchProvider" | undefined;
671
671
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
672
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
672
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
673
673
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
674
674
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
675
675
  } | null)[] | null | undefined;
@@ -679,35 +679,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
682
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
683
683
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
684
684
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
685
685
  } | null)[] | null | undefined;
686
686
  buy?: ({
687
687
  __typename?: "WatchProvider" | undefined;
688
688
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
689
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
689
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
690
690
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
691
691
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
692
692
  } | null)[] | null | undefined;
693
693
  flatrate?: ({
694
694
  __typename?: "WatchProvider" | undefined;
695
695
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
696
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
696
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
697
697
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
698
698
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
699
699
  } | null)[] | null | undefined;
700
700
  free?: ({
701
701
  __typename?: "WatchProvider" | undefined;
702
702
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
703
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
703
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
704
704
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
705
705
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
706
706
  } | null)[] | null | undefined;
707
707
  rent?: ({
708
708
  __typename?: "WatchProvider" | undefined;
709
709
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
710
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
710
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
711
711
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
712
712
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
713
713
  } | null)[] | null | undefined;
@@ -717,35 +717,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
720
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
721
721
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
722
722
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
723
723
  } | null)[] | null | undefined;
724
724
  buy?: ({
725
725
  __typename?: "WatchProvider" | undefined;
726
726
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
727
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
727
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
728
728
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
729
729
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
730
730
  } | null)[] | null | undefined;
731
731
  flatrate?: ({
732
732
  __typename?: "WatchProvider" | undefined;
733
733
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
734
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
734
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
735
735
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
736
736
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
737
737
  } | null)[] | null | undefined;
738
738
  free?: ({
739
739
  __typename?: "WatchProvider" | undefined;
740
740
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
741
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
741
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
742
742
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
743
743
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
744
744
  } | null)[] | null | undefined;
745
745
  rent?: ({
746
746
  __typename?: "WatchProvider" | undefined;
747
747
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
748
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
748
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
749
749
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
750
750
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
751
751
  } | null)[] | null | undefined;
@@ -755,35 +755,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
758
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
759
759
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
760
760
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
761
761
  } | null)[] | null | undefined;
762
762
  buy?: ({
763
763
  __typename?: "WatchProvider" | undefined;
764
764
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
765
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
765
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
766
766
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
767
767
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
768
768
  } | null)[] | null | undefined;
769
769
  flatrate?: ({
770
770
  __typename?: "WatchProvider" | undefined;
771
771
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
772
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
772
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
773
773
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
774
774
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
775
775
  } | null)[] | null | undefined;
776
776
  free?: ({
777
777
  __typename?: "WatchProvider" | undefined;
778
778
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
779
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
779
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
780
780
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
781
781
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
782
782
  } | null)[] | null | undefined;
783
783
  rent?: ({
784
784
  __typename?: "WatchProvider" | undefined;
785
785
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
786
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
786
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
787
787
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
788
788
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
789
789
  } | null)[] | null | undefined;
@@ -793,35 +793,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
796
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
797
797
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
798
798
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
799
799
  } | null)[] | null | undefined;
800
800
  buy?: ({
801
801
  __typename?: "WatchProvider" | undefined;
802
802
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
803
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
803
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
804
804
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
805
805
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
806
806
  } | null)[] | null | undefined;
807
807
  flatrate?: ({
808
808
  __typename?: "WatchProvider" | undefined;
809
809
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
810
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
810
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
811
811
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
812
812
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
813
813
  } | null)[] | null | undefined;
814
814
  free?: ({
815
815
  __typename?: "WatchProvider" | undefined;
816
816
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
817
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
817
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
818
818
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
819
819
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
820
820
  } | null)[] | null | undefined;
821
821
  rent?: ({
822
822
  __typename?: "WatchProvider" | undefined;
823
823
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
824
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
824
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
825
825
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
826
826
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
827
827
  } | null)[] | null | undefined;
@@ -831,35 +831,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
834
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
835
835
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
836
836
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
837
837
  } | null)[] | null | undefined;
838
838
  buy?: ({
839
839
  __typename?: "WatchProvider" | undefined;
840
840
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
841
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
841
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
842
842
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
843
843
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
844
844
  } | null)[] | null | undefined;
845
845
  flatrate?: ({
846
846
  __typename?: "WatchProvider" | undefined;
847
847
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
848
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
848
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
849
849
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
850
850
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
851
851
  } | null)[] | null | undefined;
852
852
  free?: ({
853
853
  __typename?: "WatchProvider" | undefined;
854
854
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
855
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
855
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
856
856
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
857
857
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
858
858
  } | null)[] | null | undefined;
859
859
  rent?: ({
860
860
  __typename?: "WatchProvider" | undefined;
861
861
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
862
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
862
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
863
863
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
864
864
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
865
865
  } | null)[] | null | undefined;
@@ -869,35 +869,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
872
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
873
873
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
874
874
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
875
875
  } | null)[] | null | undefined;
876
876
  buy?: ({
877
877
  __typename?: "WatchProvider" | undefined;
878
878
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
879
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
879
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
880
880
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
881
881
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
882
882
  } | null)[] | null | undefined;
883
883
  flatrate?: ({
884
884
  __typename?: "WatchProvider" | undefined;
885
885
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
886
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
886
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
887
887
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
888
888
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
889
889
  } | null)[] | null | undefined;
890
890
  free?: ({
891
891
  __typename?: "WatchProvider" | undefined;
892
892
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
893
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
893
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
894
894
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
895
895
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
896
896
  } | null)[] | null | undefined;
897
897
  rent?: ({
898
898
  __typename?: "WatchProvider" | undefined;
899
899
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
900
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
900
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
901
901
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
902
902
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
903
903
  } | null)[] | null | undefined;
@@ -907,35 +907,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
910
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
911
911
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
912
912
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
913
913
  } | null)[] | null | undefined;
914
914
  buy?: ({
915
915
  __typename?: "WatchProvider" | undefined;
916
916
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
917
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
917
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
918
918
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
919
919
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
920
920
  } | null)[] | null | undefined;
921
921
  flatrate?: ({
922
922
  __typename?: "WatchProvider" | undefined;
923
923
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
924
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
924
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
925
925
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
926
926
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
927
927
  } | null)[] | null | undefined;
928
928
  free?: ({
929
929
  __typename?: "WatchProvider" | undefined;
930
930
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
931
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
931
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
932
932
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
933
933
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
934
934
  } | null)[] | null | undefined;
935
935
  rent?: ({
936
936
  __typename?: "WatchProvider" | undefined;
937
937
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
938
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
938
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
939
939
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
940
940
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
941
941
  } | null)[] | null | undefined;
@@ -945,35 +945,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
948
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
949
949
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
950
950
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
951
951
  } | null)[] | null | undefined;
952
952
  buy?: ({
953
953
  __typename?: "WatchProvider" | undefined;
954
954
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
955
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
955
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
956
956
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
957
957
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
958
958
  } | null)[] | null | undefined;
959
959
  flatrate?: ({
960
960
  __typename?: "WatchProvider" | undefined;
961
961
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
962
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
962
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
963
963
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
964
964
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
965
965
  } | null)[] | null | undefined;
966
966
  free?: ({
967
967
  __typename?: "WatchProvider" | undefined;
968
968
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
969
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
969
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
970
970
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
971
971
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
972
972
  } | null)[] | null | undefined;
973
973
  rent?: ({
974
974
  __typename?: "WatchProvider" | undefined;
975
975
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
976
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
976
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
977
977
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
978
978
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
979
979
  } | null)[] | null | undefined;
@@ -983,35 +983,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
986
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
987
987
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
988
988
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
989
989
  } | null)[] | null | undefined;
990
990
  buy?: ({
991
991
  __typename?: "WatchProvider" | undefined;
992
992
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
993
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
993
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
994
994
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
995
995
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
996
996
  } | null)[] | null | undefined;
997
997
  flatrate?: ({
998
998
  __typename?: "WatchProvider" | undefined;
999
999
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1000
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1000
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1001
1001
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1002
1002
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1003
1003
  } | null)[] | null | undefined;
1004
1004
  free?: ({
1005
1005
  __typename?: "WatchProvider" | undefined;
1006
1006
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1007
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1007
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1008
1008
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1009
1009
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1010
1010
  } | null)[] | null | undefined;
1011
1011
  rent?: ({
1012
1012
  __typename?: "WatchProvider" | undefined;
1013
1013
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1014
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1014
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1015
1015
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1016
1016
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1017
1017
  } | null)[] | null | undefined;
@@ -1021,35 +1021,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1024
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1025
1025
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1026
1026
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1027
1027
  } | null)[] | null | undefined;
1028
1028
  buy?: ({
1029
1029
  __typename?: "WatchProvider" | undefined;
1030
1030
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1031
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1031
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1032
1032
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1033
1033
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1034
1034
  } | null)[] | null | undefined;
1035
1035
  flatrate?: ({
1036
1036
  __typename?: "WatchProvider" | undefined;
1037
1037
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1038
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1038
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1039
1039
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1040
1040
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1041
1041
  } | null)[] | null | undefined;
1042
1042
  free?: ({
1043
1043
  __typename?: "WatchProvider" | undefined;
1044
1044
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1045
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1045
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1046
1046
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1047
1047
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1048
1048
  } | null)[] | null | undefined;
1049
1049
  rent?: ({
1050
1050
  __typename?: "WatchProvider" | undefined;
1051
1051
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1052
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1052
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1053
1053
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1054
1054
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1055
1055
  } | null)[] | null | undefined;
@@ -1059,35 +1059,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1062
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1063
1063
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1064
1064
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1065
1065
  } | null)[] | null | undefined;
1066
1066
  buy?: ({
1067
1067
  __typename?: "WatchProvider" | undefined;
1068
1068
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1069
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1069
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1070
1070
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1071
1071
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1072
1072
  } | null)[] | null | undefined;
1073
1073
  flatrate?: ({
1074
1074
  __typename?: "WatchProvider" | undefined;
1075
1075
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1076
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1076
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1077
1077
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1078
1078
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1079
1079
  } | null)[] | null | undefined;
1080
1080
  free?: ({
1081
1081
  __typename?: "WatchProvider" | undefined;
1082
1082
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1083
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1083
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1084
1084
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1085
1085
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1086
1086
  } | null)[] | null | undefined;
1087
1087
  rent?: ({
1088
1088
  __typename?: "WatchProvider" | undefined;
1089
1089
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1090
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1090
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1091
1091
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1092
1092
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1093
1093
  } | null)[] | null | undefined;
@@ -1097,35 +1097,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1100
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1101
1101
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1102
1102
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1103
1103
  } | null)[] | null | undefined;
1104
1104
  buy?: ({
1105
1105
  __typename?: "WatchProvider" | undefined;
1106
1106
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1107
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1107
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1108
1108
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1109
1109
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1110
1110
  } | null)[] | null | undefined;
1111
1111
  flatrate?: ({
1112
1112
  __typename?: "WatchProvider" | undefined;
1113
1113
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1114
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1114
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1115
1115
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1116
1116
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1117
1117
  } | null)[] | null | undefined;
1118
1118
  free?: ({
1119
1119
  __typename?: "WatchProvider" | undefined;
1120
1120
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1121
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1121
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1122
1122
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1123
1123
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1124
1124
  } | null)[] | null | undefined;
1125
1125
  rent?: ({
1126
1126
  __typename?: "WatchProvider" | undefined;
1127
1127
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1128
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1128
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1129
1129
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1130
1130
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1131
1131
  } | null)[] | null | undefined;
@@ -1135,35 +1135,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1138
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1139
1139
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1140
1140
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1141
1141
  } | null)[] | null | undefined;
1142
1142
  buy?: ({
1143
1143
  __typename?: "WatchProvider" | undefined;
1144
1144
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1145
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1145
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1146
1146
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1147
1147
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1148
1148
  } | null)[] | null | undefined;
1149
1149
  flatrate?: ({
1150
1150
  __typename?: "WatchProvider" | undefined;
1151
1151
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1152
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1152
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1153
1153
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1154
1154
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1155
1155
  } | null)[] | null | undefined;
1156
1156
  free?: ({
1157
1157
  __typename?: "WatchProvider" | undefined;
1158
1158
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1159
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1159
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1160
1160
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1161
1161
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1162
1162
  } | null)[] | null | undefined;
1163
1163
  rent?: ({
1164
1164
  __typename?: "WatchProvider" | undefined;
1165
1165
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1166
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1166
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1167
1167
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1168
1168
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1169
1169
  } | null)[] | null | undefined;
@@ -1173,35 +1173,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1176
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1177
1177
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1178
1178
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1179
1179
  } | null)[] | null | undefined;
1180
1180
  buy?: ({
1181
1181
  __typename?: "WatchProvider" | undefined;
1182
1182
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1183
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1183
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1184
1184
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1185
1185
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1186
1186
  } | null)[] | null | undefined;
1187
1187
  flatrate?: ({
1188
1188
  __typename?: "WatchProvider" | undefined;
1189
1189
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1190
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1190
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1191
1191
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1192
1192
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1193
1193
  } | null)[] | null | undefined;
1194
1194
  free?: ({
1195
1195
  __typename?: "WatchProvider" | undefined;
1196
1196
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1197
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1197
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1198
1198
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1199
1199
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1200
1200
  } | null)[] | null | undefined;
1201
1201
  rent?: ({
1202
1202
  __typename?: "WatchProvider" | undefined;
1203
1203
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1204
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1204
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1205
1205
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1206
1206
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1207
1207
  } | null)[] | null | undefined;
@@ -1211,35 +1211,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1214
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1215
1215
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1216
1216
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1217
1217
  } | null)[] | null | undefined;
1218
1218
  buy?: ({
1219
1219
  __typename?: "WatchProvider" | undefined;
1220
1220
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1221
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1221
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1222
1222
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1223
1223
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1224
1224
  } | null)[] | null | undefined;
1225
1225
  flatrate?: ({
1226
1226
  __typename?: "WatchProvider" | undefined;
1227
1227
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1228
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1228
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1229
1229
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1230
1230
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1231
1231
  } | null)[] | null | undefined;
1232
1232
  free?: ({
1233
1233
  __typename?: "WatchProvider" | undefined;
1234
1234
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1235
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1235
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1236
1236
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1237
1237
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1238
1238
  } | null)[] | null | undefined;
1239
1239
  rent?: ({
1240
1240
  __typename?: "WatchProvider" | undefined;
1241
1241
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1242
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1242
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1243
1243
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1244
1244
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1245
1245
  } | null)[] | null | undefined;
@@ -1249,35 +1249,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1252
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1253
1253
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1254
1254
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1255
1255
  } | null)[] | null | undefined;
1256
1256
  buy?: ({
1257
1257
  __typename?: "WatchProvider" | undefined;
1258
1258
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1259
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1259
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1260
1260
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1261
1261
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1262
1262
  } | null)[] | null | undefined;
1263
1263
  flatrate?: ({
1264
1264
  __typename?: "WatchProvider" | undefined;
1265
1265
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1266
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1266
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1267
1267
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1268
1268
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1269
1269
  } | null)[] | null | undefined;
1270
1270
  free?: ({
1271
1271
  __typename?: "WatchProvider" | undefined;
1272
1272
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1273
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1273
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1274
1274
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1275
1275
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1276
1276
  } | null)[] | null | undefined;
1277
1277
  rent?: ({
1278
1278
  __typename?: "WatchProvider" | undefined;
1279
1279
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1280
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1280
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1281
1281
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1282
1282
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1283
1283
  } | null)[] | null | undefined;
@@ -1287,35 +1287,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1290
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1291
1291
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1292
1292
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1293
1293
  } | null)[] | null | undefined;
1294
1294
  buy?: ({
1295
1295
  __typename?: "WatchProvider" | undefined;
1296
1296
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1297
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1297
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1298
1298
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1299
1299
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1300
1300
  } | null)[] | null | undefined;
1301
1301
  flatrate?: ({
1302
1302
  __typename?: "WatchProvider" | undefined;
1303
1303
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1304
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1304
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1305
1305
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1306
1306
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1307
1307
  } | null)[] | null | undefined;
1308
1308
  free?: ({
1309
1309
  __typename?: "WatchProvider" | undefined;
1310
1310
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1311
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1311
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1312
1312
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1313
1313
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1314
1314
  } | null)[] | null | undefined;
1315
1315
  rent?: ({
1316
1316
  __typename?: "WatchProvider" | undefined;
1317
1317
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1318
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1318
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1319
1319
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1320
1320
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1321
1321
  } | null)[] | null | undefined;
@@ -1325,35 +1325,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1328
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1329
1329
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1330
1330
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1331
1331
  } | null)[] | null | undefined;
1332
1332
  buy?: ({
1333
1333
  __typename?: "WatchProvider" | undefined;
1334
1334
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1335
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1335
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1336
1336
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1337
1337
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1338
1338
  } | null)[] | null | undefined;
1339
1339
  flatrate?: ({
1340
1340
  __typename?: "WatchProvider" | undefined;
1341
1341
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1342
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1342
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1343
1343
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1344
1344
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1345
1345
  } | null)[] | null | undefined;
1346
1346
  free?: ({
1347
1347
  __typename?: "WatchProvider" | undefined;
1348
1348
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1349
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1349
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1350
1350
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1351
1351
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1352
1352
  } | null)[] | null | undefined;
1353
1353
  rent?: ({
1354
1354
  __typename?: "WatchProvider" | undefined;
1355
1355
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1356
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1356
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1357
1357
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1358
1358
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1359
1359
  } | null)[] | null | undefined;
@@ -1363,35 +1363,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1366
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1367
1367
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1368
1368
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1369
1369
  } | null)[] | null | undefined;
1370
1370
  buy?: ({
1371
1371
  __typename?: "WatchProvider" | undefined;
1372
1372
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1373
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1373
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1374
1374
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1375
1375
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1376
1376
  } | null)[] | null | undefined;
1377
1377
  flatrate?: ({
1378
1378
  __typename?: "WatchProvider" | undefined;
1379
1379
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1380
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1380
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1381
1381
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1382
1382
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1383
1383
  } | null)[] | null | undefined;
1384
1384
  free?: ({
1385
1385
  __typename?: "WatchProvider" | undefined;
1386
1386
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1387
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1387
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1388
1388
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1389
1389
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1390
1390
  } | null)[] | null | undefined;
1391
1391
  rent?: ({
1392
1392
  __typename?: "WatchProvider" | undefined;
1393
1393
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1394
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1394
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1395
1395
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1396
1396
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1397
1397
  } | null)[] | null | undefined;
@@ -1401,35 +1401,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1404
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1405
1405
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1406
1406
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1407
1407
  } | null)[] | null | undefined;
1408
1408
  buy?: ({
1409
1409
  __typename?: "WatchProvider" | undefined;
1410
1410
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1411
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1411
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1412
1412
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1413
1413
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1414
1414
  } | null)[] | null | undefined;
1415
1415
  flatrate?: ({
1416
1416
  __typename?: "WatchProvider" | undefined;
1417
1417
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1418
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1418
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1419
1419
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1420
1420
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1421
1421
  } | null)[] | null | undefined;
1422
1422
  free?: ({
1423
1423
  __typename?: "WatchProvider" | undefined;
1424
1424
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1425
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1425
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1426
1426
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1427
1427
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1428
1428
  } | null)[] | null | undefined;
1429
1429
  rent?: ({
1430
1430
  __typename?: "WatchProvider" | undefined;
1431
1431
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1432
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1432
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1433
1433
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1434
1434
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1435
1435
  } | null)[] | null | undefined;
@@ -1439,35 +1439,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1442
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1443
1443
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1444
1444
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1445
1445
  } | null)[] | null | undefined;
1446
1446
  buy?: ({
1447
1447
  __typename?: "WatchProvider" | undefined;
1448
1448
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1449
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1449
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1450
1450
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1451
1451
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1452
1452
  } | null)[] | null | undefined;
1453
1453
  flatrate?: ({
1454
1454
  __typename?: "WatchProvider" | undefined;
1455
1455
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1456
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1456
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1457
1457
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1458
1458
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1459
1459
  } | null)[] | null | undefined;
1460
1460
  free?: ({
1461
1461
  __typename?: "WatchProvider" | undefined;
1462
1462
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1463
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1463
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1464
1464
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1465
1465
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1466
1466
  } | null)[] | null | undefined;
1467
1467
  rent?: ({
1468
1468
  __typename?: "WatchProvider" | undefined;
1469
1469
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1470
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1470
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1471
1471
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1472
1472
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1473
1473
  } | null)[] | null | undefined;
@@ -1477,35 +1477,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1480
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1481
1481
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1482
1482
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1483
1483
  } | null)[] | null | undefined;
1484
1484
  buy?: ({
1485
1485
  __typename?: "WatchProvider" | undefined;
1486
1486
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1487
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1487
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1488
1488
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1489
1489
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1490
1490
  } | null)[] | null | undefined;
1491
1491
  flatrate?: ({
1492
1492
  __typename?: "WatchProvider" | undefined;
1493
1493
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1494
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1494
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1495
1495
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1496
1496
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1497
1497
  } | null)[] | null | undefined;
1498
1498
  free?: ({
1499
1499
  __typename?: "WatchProvider" | undefined;
1500
1500
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1501
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1501
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1502
1502
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1503
1503
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1504
1504
  } | null)[] | null | undefined;
1505
1505
  rent?: ({
1506
1506
  __typename?: "WatchProvider" | undefined;
1507
1507
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1508
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1508
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1509
1509
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1510
1510
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1511
1511
  } | null)[] | null | undefined;
@@ -1515,35 +1515,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1518
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1519
1519
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1520
1520
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1521
1521
  } | null)[] | null | undefined;
1522
1522
  buy?: ({
1523
1523
  __typename?: "WatchProvider" | undefined;
1524
1524
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1525
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1525
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1526
1526
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1527
1527
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1528
1528
  } | null)[] | null | undefined;
1529
1529
  flatrate?: ({
1530
1530
  __typename?: "WatchProvider" | undefined;
1531
1531
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1532
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1532
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1533
1533
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1534
1534
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1535
1535
  } | null)[] | null | undefined;
1536
1536
  free?: ({
1537
1537
  __typename?: "WatchProvider" | undefined;
1538
1538
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1539
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1539
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1540
1540
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1541
1541
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1542
1542
  } | null)[] | null | undefined;
1543
1543
  rent?: ({
1544
1544
  __typename?: "WatchProvider" | undefined;
1545
1545
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1546
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1546
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1547
1547
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1548
1548
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1549
1549
  } | null)[] | null | undefined;
@@ -1553,35 +1553,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1556
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1557
1557
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1558
1558
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1559
1559
  } | null)[] | null | undefined;
1560
1560
  buy?: ({
1561
1561
  __typename?: "WatchProvider" | undefined;
1562
1562
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1563
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1563
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1564
1564
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1565
1565
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1566
1566
  } | null)[] | null | undefined;
1567
1567
  flatrate?: ({
1568
1568
  __typename?: "WatchProvider" | undefined;
1569
1569
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1570
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1570
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1571
1571
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1572
1572
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1573
1573
  } | null)[] | null | undefined;
1574
1574
  free?: ({
1575
1575
  __typename?: "WatchProvider" | undefined;
1576
1576
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1577
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1577
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1578
1578
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1579
1579
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1580
1580
  } | null)[] | null | undefined;
1581
1581
  rent?: ({
1582
1582
  __typename?: "WatchProvider" | undefined;
1583
1583
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1584
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1584
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1585
1585
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1586
1586
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1587
1587
  } | null)[] | null | undefined;
@@ -1591,35 +1591,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1594
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1595
1595
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1596
1596
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1597
1597
  } | null)[] | null | undefined;
1598
1598
  buy?: ({
1599
1599
  __typename?: "WatchProvider" | undefined;
1600
1600
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1601
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1601
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1602
1602
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1603
1603
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1604
1604
  } | null)[] | null | undefined;
1605
1605
  flatrate?: ({
1606
1606
  __typename?: "WatchProvider" | undefined;
1607
1607
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1608
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1608
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1609
1609
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1610
1610
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1611
1611
  } | null)[] | null | undefined;
1612
1612
  free?: ({
1613
1613
  __typename?: "WatchProvider" | undefined;
1614
1614
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1615
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1615
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1616
1616
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1617
1617
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1618
1618
  } | null)[] | null | undefined;
1619
1619
  rent?: ({
1620
1620
  __typename?: "WatchProvider" | undefined;
1621
1621
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1622
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1622
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1623
1623
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1624
1624
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1625
1625
  } | null)[] | null | undefined;
@@ -1629,35 +1629,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1632
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1633
1633
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1634
1634
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1635
1635
  } | null)[] | null | undefined;
1636
1636
  buy?: ({
1637
1637
  __typename?: "WatchProvider" | undefined;
1638
1638
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1639
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1639
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1640
1640
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1641
1641
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1642
1642
  } | null)[] | null | undefined;
1643
1643
  flatrate?: ({
1644
1644
  __typename?: "WatchProvider" | undefined;
1645
1645
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1646
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1646
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1647
1647
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1648
1648
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1649
1649
  } | null)[] | null | undefined;
1650
1650
  free?: ({
1651
1651
  __typename?: "WatchProvider" | undefined;
1652
1652
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1653
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1653
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1654
1654
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1655
1655
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1656
1656
  } | null)[] | null | undefined;
1657
1657
  rent?: ({
1658
1658
  __typename?: "WatchProvider" | undefined;
1659
1659
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1660
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1660
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1661
1661
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1662
1662
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1663
1663
  } | null)[] | null | undefined;
@@ -1667,35 +1667,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
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<string | number> | undefined;
1670
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1671
1671
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1672
1672
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1673
1673
  } | null)[] | null | undefined;
1674
1674
  buy?: ({
1675
1675
  __typename?: "WatchProvider" | undefined;
1676
1676
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1677
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1677
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1678
1678
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1679
1679
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1680
1680
  } | null)[] | null | undefined;
1681
1681
  flatrate?: ({
1682
1682
  __typename?: "WatchProvider" | undefined;
1683
1683
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1684
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1684
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1685
1685
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1686
1686
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1687
1687
  } | null)[] | null | undefined;
1688
1688
  free?: ({
1689
1689
  __typename?: "WatchProvider" | undefined;
1690
1690
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1691
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1691
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1692
1692
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1693
1693
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1694
1694
  } | null)[] | null | undefined;
1695
1695
  rent?: ({
1696
1696
  __typename?: "WatchProvider" | undefined;
1697
1697
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1698
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1698
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1699
1699
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1700
1700
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1701
1701
  } | null)[] | null | undefined;
@@ -1704,7 +1704,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1704
1704
  } | null)[];
1705
1705
  poster_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1706
1706
  } | import("@tmdb-graphql-api/schema/types").Maybe<string> | ({
1707
- id: string | number;
1707
+ id: number;
1708
1708
  __typename?: "Movie" | undefined;
1709
1709
  adult: boolean;
1710
1710
  alternative_titles?: ({
@@ -1727,7 +1727,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1727
1727
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1728
1728
  } | null)[] | null | undefined;
1729
1729
  belongs_to_collection?: {
1730
- id: string | number;
1730
+ id: number;
1731
1731
  __typename?: "Collection" | undefined;
1732
1732
  backdrop_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1733
1733
  backdrops?: ({
@@ -1774,12 +1774,12 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1774
1774
  } | null | undefined;
1775
1775
  budget: number;
1776
1776
  cast?: ({
1777
- id: string | number;
1777
+ id: number;
1778
1778
  __typename?: "Cast" | undefined;
1779
1779
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
1780
- cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1780
+ cast_id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1781
1781
  character?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1782
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1782
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1783
1783
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1784
1784
  known_for_department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1785
1785
  name: string;
@@ -1789,10 +1789,10 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1789
1789
  profile_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1790
1790
  } | null)[] | null | undefined;
1791
1791
  crew?: ({
1792
- id: string | number;
1792
+ id: number;
1793
1793
  __typename?: "Crew" | undefined;
1794
1794
  adult?: import("@tmdb-graphql-api/schema/types").Maybe<boolean> | undefined;
1795
- credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
1795
+ credit_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1796
1796
  department?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1797
1797
  gender?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1798
1798
  job?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
@@ -1814,7 +1814,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1814
1814
  twitter_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1815
1815
  } | null | undefined;
1816
1816
  genres: ({
1817
- id: string | number;
1817
+ id: number;
1818
1818
  __typename?: "Genre" | undefined;
1819
1819
  name: string;
1820
1820
  } | null)[];
@@ -1822,7 +1822,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1822
1822
  imdb_id?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1823
1823
  keywords?: ({
1824
1824
  __typename?: "Keyword" | undefined;
1825
- id: string | number;
1825
+ id: number;
1826
1826
  name: string;
1827
1827
  } | null)[] | null | undefined;
1828
1828
  logos?: ({
@@ -1854,7 +1854,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1854
1854
  width?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
1855
1855
  } | null)[] | null | undefined;
1856
1856
  production_companies: ({
1857
- id: string | number;
1857
+ id: number;
1858
1858
  __typename?: "Company" | undefined;
1859
1859
  alternative_names?: ({
1860
1860
  __typename?: "AlternativeName" | undefined;
@@ -1932,7 +1932,6 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1932
1932
  __typename?: "ReviewEdge" | undefined;
1933
1933
  cursor: string;
1934
1934
  node: {
1935
- id: string | number;
1936
1935
  __typename?: "Review" | undefined;
1937
1936
  author: string;
1938
1937
  author_details?: {
@@ -1944,6 +1943,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1944
1943
  } | null | undefined;
1945
1944
  content: string;
1946
1945
  created_at: string;
1946
+ id: string;
1947
1947
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1948
1948
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1949
1949
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -1951,7 +1951,6 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1951
1951
  };
1952
1952
  } | null)[] | null | undefined;
1953
1953
  nodes?: ({
1954
- id: string | number;
1955
1954
  __typename?: "Review" | undefined;
1956
1955
  author: string;
1957
1956
  author_details?: {
@@ -1963,6 +1962,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
1963
1962
  } | null | undefined;
1964
1963
  content: string;
1965
1964
  created_at: string;
1965
+ id: string;
1966
1966
  iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1967
1967
  media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
1968
1968
  media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
@@ -2014,7 +2014,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2014
2014
  } | null)[] | null | undefined;
2015
2015
  video: boolean;
2016
2016
  videos?: ({
2017
- id: string | number;
2017
+ id: number;
2018
2018
  __typename?: "Video" | undefined;
2019
2019
  iso_639_1: string;
2020
2020
  iso_3166_1: string;
@@ -2033,35 +2033,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2033
2033
  ads?: ({
2034
2034
  __typename?: "WatchProvider" | undefined;
2035
2035
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2036
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2036
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2037
2037
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2038
2038
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2039
2039
  } | null)[] | null | undefined;
2040
2040
  buy?: ({
2041
2041
  __typename?: "WatchProvider" | undefined;
2042
2042
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2043
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2043
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2044
2044
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2045
2045
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2046
2046
  } | null)[] | null | undefined;
2047
2047
  flatrate?: ({
2048
2048
  __typename?: "WatchProvider" | undefined;
2049
2049
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2050
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2050
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2051
2051
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2052
2052
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2053
2053
  } | null)[] | null | undefined;
2054
2054
  free?: ({
2055
2055
  __typename?: "WatchProvider" | undefined;
2056
2056
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2057
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2057
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2058
2058
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2059
2059
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2060
2060
  } | null)[] | null | undefined;
2061
2061
  rent?: ({
2062
2062
  __typename?: "WatchProvider" | undefined;
2063
2063
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2064
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2064
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2065
2065
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2066
2066
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2067
2067
  } | null)[] | null | undefined;
@@ -2071,35 +2071,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2071
2071
  ads?: ({
2072
2072
  __typename?: "WatchProvider" | undefined;
2073
2073
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2074
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2074
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2075
2075
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2076
2076
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2077
2077
  } | null)[] | null | undefined;
2078
2078
  buy?: ({
2079
2079
  __typename?: "WatchProvider" | undefined;
2080
2080
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2081
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2081
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2082
2082
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2083
2083
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2084
2084
  } | null)[] | null | undefined;
2085
2085
  flatrate?: ({
2086
2086
  __typename?: "WatchProvider" | undefined;
2087
2087
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2088
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2088
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2089
2089
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2090
2090
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2091
2091
  } | null)[] | null | undefined;
2092
2092
  free?: ({
2093
2093
  __typename?: "WatchProvider" | undefined;
2094
2094
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2095
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2095
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2096
2096
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2097
2097
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2098
2098
  } | null)[] | null | undefined;
2099
2099
  rent?: ({
2100
2100
  __typename?: "WatchProvider" | undefined;
2101
2101
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2102
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2102
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2103
2103
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2104
2104
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2105
2105
  } | null)[] | null | undefined;
@@ -2109,35 +2109,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2109
2109
  ads?: ({
2110
2110
  __typename?: "WatchProvider" | undefined;
2111
2111
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2112
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2112
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2113
2113
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2114
2114
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2115
2115
  } | null)[] | null | undefined;
2116
2116
  buy?: ({
2117
2117
  __typename?: "WatchProvider" | undefined;
2118
2118
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2119
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2119
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2120
2120
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2121
2121
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2122
2122
  } | null)[] | null | undefined;
2123
2123
  flatrate?: ({
2124
2124
  __typename?: "WatchProvider" | undefined;
2125
2125
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2126
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2126
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2127
2127
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2128
2128
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2129
2129
  } | null)[] | null | undefined;
2130
2130
  free?: ({
2131
2131
  __typename?: "WatchProvider" | undefined;
2132
2132
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2133
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2133
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2134
2134
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2135
2135
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2136
2136
  } | null)[] | null | undefined;
2137
2137
  rent?: ({
2138
2138
  __typename?: "WatchProvider" | undefined;
2139
2139
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2140
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2140
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2141
2141
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2142
2142
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2143
2143
  } | null)[] | null | undefined;
@@ -2147,35 +2147,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2147
2147
  ads?: ({
2148
2148
  __typename?: "WatchProvider" | undefined;
2149
2149
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2150
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2150
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2151
2151
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2152
2152
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2153
2153
  } | null)[] | null | undefined;
2154
2154
  buy?: ({
2155
2155
  __typename?: "WatchProvider" | undefined;
2156
2156
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2157
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2157
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2158
2158
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2159
2159
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2160
2160
  } | null)[] | null | undefined;
2161
2161
  flatrate?: ({
2162
2162
  __typename?: "WatchProvider" | undefined;
2163
2163
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2164
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2164
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2165
2165
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2166
2166
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2167
2167
  } | null)[] | null | undefined;
2168
2168
  free?: ({
2169
2169
  __typename?: "WatchProvider" | undefined;
2170
2170
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2171
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2171
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2172
2172
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2173
2173
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2174
2174
  } | null)[] | null | undefined;
2175
2175
  rent?: ({
2176
2176
  __typename?: "WatchProvider" | undefined;
2177
2177
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2178
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2178
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2179
2179
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2180
2180
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2181
2181
  } | null)[] | null | undefined;
@@ -2185,35 +2185,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2185
2185
  ads?: ({
2186
2186
  __typename?: "WatchProvider" | undefined;
2187
2187
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2188
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2188
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2189
2189
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2190
2190
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2191
2191
  } | null)[] | null | undefined;
2192
2192
  buy?: ({
2193
2193
  __typename?: "WatchProvider" | undefined;
2194
2194
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2195
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2195
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2196
2196
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2197
2197
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2198
2198
  } | null)[] | null | undefined;
2199
2199
  flatrate?: ({
2200
2200
  __typename?: "WatchProvider" | undefined;
2201
2201
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2202
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2202
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2203
2203
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2204
2204
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2205
2205
  } | null)[] | null | undefined;
2206
2206
  free?: ({
2207
2207
  __typename?: "WatchProvider" | undefined;
2208
2208
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2209
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2209
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2210
2210
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2211
2211
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2212
2212
  } | null)[] | null | undefined;
2213
2213
  rent?: ({
2214
2214
  __typename?: "WatchProvider" | undefined;
2215
2215
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2216
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2216
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2217
2217
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2218
2218
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2219
2219
  } | null)[] | null | undefined;
@@ -2223,35 +2223,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2223
2223
  ads?: ({
2224
2224
  __typename?: "WatchProvider" | undefined;
2225
2225
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2226
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2226
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2227
2227
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2228
2228
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2229
2229
  } | null)[] | null | undefined;
2230
2230
  buy?: ({
2231
2231
  __typename?: "WatchProvider" | undefined;
2232
2232
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2233
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2233
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2234
2234
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2235
2235
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2236
2236
  } | null)[] | null | undefined;
2237
2237
  flatrate?: ({
2238
2238
  __typename?: "WatchProvider" | undefined;
2239
2239
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2240
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2240
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2241
2241
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2242
2242
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2243
2243
  } | null)[] | null | undefined;
2244
2244
  free?: ({
2245
2245
  __typename?: "WatchProvider" | undefined;
2246
2246
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2247
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2247
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2248
2248
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2249
2249
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2250
2250
  } | null)[] | null | undefined;
2251
2251
  rent?: ({
2252
2252
  __typename?: "WatchProvider" | undefined;
2253
2253
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2254
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2254
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2255
2255
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2256
2256
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2257
2257
  } | null)[] | null | undefined;
@@ -2261,35 +2261,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2261
2261
  ads?: ({
2262
2262
  __typename?: "WatchProvider" | undefined;
2263
2263
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2264
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2264
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2265
2265
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2266
2266
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2267
2267
  } | null)[] | null | undefined;
2268
2268
  buy?: ({
2269
2269
  __typename?: "WatchProvider" | undefined;
2270
2270
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2271
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2271
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2272
2272
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2273
2273
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2274
2274
  } | null)[] | null | undefined;
2275
2275
  flatrate?: ({
2276
2276
  __typename?: "WatchProvider" | undefined;
2277
2277
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2278
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2278
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2279
2279
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2280
2280
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2281
2281
  } | null)[] | null | undefined;
2282
2282
  free?: ({
2283
2283
  __typename?: "WatchProvider" | undefined;
2284
2284
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2285
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2285
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2286
2286
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2287
2287
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2288
2288
  } | null)[] | null | undefined;
2289
2289
  rent?: ({
2290
2290
  __typename?: "WatchProvider" | undefined;
2291
2291
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2292
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2292
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2293
2293
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2294
2294
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2295
2295
  } | null)[] | null | undefined;
@@ -2299,35 +2299,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2299
2299
  ads?: ({
2300
2300
  __typename?: "WatchProvider" | undefined;
2301
2301
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2302
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2302
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2303
2303
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2304
2304
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2305
2305
  } | null)[] | null | undefined;
2306
2306
  buy?: ({
2307
2307
  __typename?: "WatchProvider" | undefined;
2308
2308
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2309
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2309
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2310
2310
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2311
2311
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2312
2312
  } | null)[] | null | undefined;
2313
2313
  flatrate?: ({
2314
2314
  __typename?: "WatchProvider" | undefined;
2315
2315
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2316
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2316
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2317
2317
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2318
2318
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2319
2319
  } | null)[] | null | undefined;
2320
2320
  free?: ({
2321
2321
  __typename?: "WatchProvider" | undefined;
2322
2322
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2323
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2323
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2324
2324
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2325
2325
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2326
2326
  } | null)[] | null | undefined;
2327
2327
  rent?: ({
2328
2328
  __typename?: "WatchProvider" | undefined;
2329
2329
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2330
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2330
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2331
2331
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2332
2332
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2333
2333
  } | null)[] | null | undefined;
@@ -2337,35 +2337,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2337
2337
  ads?: ({
2338
2338
  __typename?: "WatchProvider" | undefined;
2339
2339
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2340
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2340
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2341
2341
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2342
2342
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2343
2343
  } | null)[] | null | undefined;
2344
2344
  buy?: ({
2345
2345
  __typename?: "WatchProvider" | undefined;
2346
2346
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2347
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2347
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2348
2348
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2349
2349
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2350
2350
  } | null)[] | null | undefined;
2351
2351
  flatrate?: ({
2352
2352
  __typename?: "WatchProvider" | undefined;
2353
2353
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2354
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2354
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2355
2355
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2356
2356
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2357
2357
  } | null)[] | null | undefined;
2358
2358
  free?: ({
2359
2359
  __typename?: "WatchProvider" | undefined;
2360
2360
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2361
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2361
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2362
2362
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2363
2363
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2364
2364
  } | null)[] | null | undefined;
2365
2365
  rent?: ({
2366
2366
  __typename?: "WatchProvider" | undefined;
2367
2367
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2368
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2368
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2369
2369
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2370
2370
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2371
2371
  } | null)[] | null | undefined;
@@ -2375,35 +2375,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2375
2375
  ads?: ({
2376
2376
  __typename?: "WatchProvider" | undefined;
2377
2377
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2378
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2378
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2379
2379
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2380
2380
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2381
2381
  } | null)[] | null | undefined;
2382
2382
  buy?: ({
2383
2383
  __typename?: "WatchProvider" | undefined;
2384
2384
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2385
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2385
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2386
2386
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2387
2387
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2388
2388
  } | null)[] | null | undefined;
2389
2389
  flatrate?: ({
2390
2390
  __typename?: "WatchProvider" | undefined;
2391
2391
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2392
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2392
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2393
2393
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2394
2394
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2395
2395
  } | null)[] | null | undefined;
2396
2396
  free?: ({
2397
2397
  __typename?: "WatchProvider" | undefined;
2398
2398
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2399
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2399
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2400
2400
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2401
2401
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2402
2402
  } | null)[] | null | undefined;
2403
2403
  rent?: ({
2404
2404
  __typename?: "WatchProvider" | undefined;
2405
2405
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2406
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2406
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2407
2407
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2408
2408
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2409
2409
  } | null)[] | null | undefined;
@@ -2413,35 +2413,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2413
2413
  ads?: ({
2414
2414
  __typename?: "WatchProvider" | undefined;
2415
2415
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2416
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2416
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2417
2417
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2418
2418
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2419
2419
  } | null)[] | null | undefined;
2420
2420
  buy?: ({
2421
2421
  __typename?: "WatchProvider" | undefined;
2422
2422
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2423
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2423
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2424
2424
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2425
2425
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2426
2426
  } | null)[] | null | undefined;
2427
2427
  flatrate?: ({
2428
2428
  __typename?: "WatchProvider" | undefined;
2429
2429
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2430
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2430
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2431
2431
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2432
2432
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2433
2433
  } | null)[] | null | undefined;
2434
2434
  free?: ({
2435
2435
  __typename?: "WatchProvider" | undefined;
2436
2436
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2437
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2437
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2438
2438
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2439
2439
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2440
2440
  } | null)[] | null | undefined;
2441
2441
  rent?: ({
2442
2442
  __typename?: "WatchProvider" | undefined;
2443
2443
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2444
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2444
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2445
2445
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2446
2446
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2447
2447
  } | null)[] | null | undefined;
@@ -2451,35 +2451,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2451
2451
  ads?: ({
2452
2452
  __typename?: "WatchProvider" | undefined;
2453
2453
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2454
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2454
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2455
2455
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2456
2456
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2457
2457
  } | null)[] | null | undefined;
2458
2458
  buy?: ({
2459
2459
  __typename?: "WatchProvider" | undefined;
2460
2460
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2461
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2461
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2462
2462
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2463
2463
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2464
2464
  } | null)[] | null | undefined;
2465
2465
  flatrate?: ({
2466
2466
  __typename?: "WatchProvider" | undefined;
2467
2467
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2468
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2468
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2469
2469
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2470
2470
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2471
2471
  } | null)[] | null | undefined;
2472
2472
  free?: ({
2473
2473
  __typename?: "WatchProvider" | undefined;
2474
2474
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2475
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2475
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2476
2476
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2477
2477
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2478
2478
  } | null)[] | null | undefined;
2479
2479
  rent?: ({
2480
2480
  __typename?: "WatchProvider" | undefined;
2481
2481
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2482
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2482
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2483
2483
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2484
2484
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2485
2485
  } | null)[] | null | undefined;
@@ -2489,35 +2489,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2489
2489
  ads?: ({
2490
2490
  __typename?: "WatchProvider" | undefined;
2491
2491
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2492
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2492
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2493
2493
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2494
2494
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2495
2495
  } | null)[] | null | undefined;
2496
2496
  buy?: ({
2497
2497
  __typename?: "WatchProvider" | undefined;
2498
2498
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2499
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2499
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2500
2500
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2501
2501
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2502
2502
  } | null)[] | null | undefined;
2503
2503
  flatrate?: ({
2504
2504
  __typename?: "WatchProvider" | undefined;
2505
2505
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2506
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2506
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2507
2507
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2508
2508
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2509
2509
  } | null)[] | null | undefined;
2510
2510
  free?: ({
2511
2511
  __typename?: "WatchProvider" | undefined;
2512
2512
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2513
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2513
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2514
2514
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2515
2515
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2516
2516
  } | null)[] | null | undefined;
2517
2517
  rent?: ({
2518
2518
  __typename?: "WatchProvider" | undefined;
2519
2519
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2520
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2520
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2521
2521
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2522
2522
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2523
2523
  } | null)[] | null | undefined;
@@ -2527,35 +2527,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2527
2527
  ads?: ({
2528
2528
  __typename?: "WatchProvider" | undefined;
2529
2529
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2530
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2530
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2531
2531
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2532
2532
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2533
2533
  } | null)[] | null | undefined;
2534
2534
  buy?: ({
2535
2535
  __typename?: "WatchProvider" | undefined;
2536
2536
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2537
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2537
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2538
2538
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2539
2539
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2540
2540
  } | null)[] | null | undefined;
2541
2541
  flatrate?: ({
2542
2542
  __typename?: "WatchProvider" | undefined;
2543
2543
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2544
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2544
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2545
2545
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2546
2546
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2547
2547
  } | null)[] | null | undefined;
2548
2548
  free?: ({
2549
2549
  __typename?: "WatchProvider" | undefined;
2550
2550
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2551
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2551
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2552
2552
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2553
2553
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2554
2554
  } | null)[] | null | undefined;
2555
2555
  rent?: ({
2556
2556
  __typename?: "WatchProvider" | undefined;
2557
2557
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2558
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2558
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2559
2559
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2560
2560
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2561
2561
  } | null)[] | null | undefined;
@@ -2565,35 +2565,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2565
2565
  ads?: ({
2566
2566
  __typename?: "WatchProvider" | undefined;
2567
2567
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2568
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2568
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2569
2569
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2570
2570
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2571
2571
  } | null)[] | null | undefined;
2572
2572
  buy?: ({
2573
2573
  __typename?: "WatchProvider" | undefined;
2574
2574
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2575
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2575
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2576
2576
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2577
2577
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2578
2578
  } | null)[] | null | undefined;
2579
2579
  flatrate?: ({
2580
2580
  __typename?: "WatchProvider" | undefined;
2581
2581
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2582
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2582
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2583
2583
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2584
2584
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2585
2585
  } | null)[] | null | undefined;
2586
2586
  free?: ({
2587
2587
  __typename?: "WatchProvider" | undefined;
2588
2588
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2589
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2589
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2590
2590
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2591
2591
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2592
2592
  } | null)[] | null | undefined;
2593
2593
  rent?: ({
2594
2594
  __typename?: "WatchProvider" | undefined;
2595
2595
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2596
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2596
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2597
2597
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2598
2598
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2599
2599
  } | null)[] | null | undefined;
@@ -2603,35 +2603,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2603
2603
  ads?: ({
2604
2604
  __typename?: "WatchProvider" | undefined;
2605
2605
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2606
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2606
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2607
2607
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2608
2608
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2609
2609
  } | null)[] | null | undefined;
2610
2610
  buy?: ({
2611
2611
  __typename?: "WatchProvider" | undefined;
2612
2612
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2613
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2613
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2614
2614
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2615
2615
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2616
2616
  } | null)[] | null | undefined;
2617
2617
  flatrate?: ({
2618
2618
  __typename?: "WatchProvider" | undefined;
2619
2619
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2620
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2620
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2621
2621
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2622
2622
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2623
2623
  } | null)[] | null | undefined;
2624
2624
  free?: ({
2625
2625
  __typename?: "WatchProvider" | undefined;
2626
2626
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2627
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2627
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2628
2628
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2629
2629
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2630
2630
  } | null)[] | null | undefined;
2631
2631
  rent?: ({
2632
2632
  __typename?: "WatchProvider" | undefined;
2633
2633
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2634
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2634
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2635
2635
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2636
2636
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2637
2637
  } | null)[] | null | undefined;
@@ -2641,35 +2641,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2641
2641
  ads?: ({
2642
2642
  __typename?: "WatchProvider" | undefined;
2643
2643
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2644
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2644
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2645
2645
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2646
2646
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2647
2647
  } | null)[] | null | undefined;
2648
2648
  buy?: ({
2649
2649
  __typename?: "WatchProvider" | undefined;
2650
2650
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2651
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2651
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2652
2652
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2653
2653
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2654
2654
  } | null)[] | null | undefined;
2655
2655
  flatrate?: ({
2656
2656
  __typename?: "WatchProvider" | undefined;
2657
2657
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2658
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2658
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2659
2659
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2660
2660
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2661
2661
  } | null)[] | null | undefined;
2662
2662
  free?: ({
2663
2663
  __typename?: "WatchProvider" | undefined;
2664
2664
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2665
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2665
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2666
2666
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2667
2667
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2668
2668
  } | null)[] | null | undefined;
2669
2669
  rent?: ({
2670
2670
  __typename?: "WatchProvider" | undefined;
2671
2671
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2672
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2672
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2673
2673
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2674
2674
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2675
2675
  } | null)[] | null | undefined;
@@ -2679,35 +2679,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2679
2679
  ads?: ({
2680
2680
  __typename?: "WatchProvider" | undefined;
2681
2681
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2682
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2682
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2683
2683
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2684
2684
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2685
2685
  } | null)[] | null | undefined;
2686
2686
  buy?: ({
2687
2687
  __typename?: "WatchProvider" | undefined;
2688
2688
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2689
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2689
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2690
2690
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2691
2691
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2692
2692
  } | null)[] | null | undefined;
2693
2693
  flatrate?: ({
2694
2694
  __typename?: "WatchProvider" | undefined;
2695
2695
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2696
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2696
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2697
2697
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2698
2698
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2699
2699
  } | null)[] | null | undefined;
2700
2700
  free?: ({
2701
2701
  __typename?: "WatchProvider" | undefined;
2702
2702
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2703
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2703
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2704
2704
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2705
2705
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2706
2706
  } | null)[] | null | undefined;
2707
2707
  rent?: ({
2708
2708
  __typename?: "WatchProvider" | undefined;
2709
2709
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2710
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2710
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2711
2711
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2712
2712
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2713
2713
  } | null)[] | null | undefined;
@@ -2717,35 +2717,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2717
2717
  ads?: ({
2718
2718
  __typename?: "WatchProvider" | undefined;
2719
2719
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2720
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2720
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2721
2721
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2722
2722
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2723
2723
  } | null)[] | null | undefined;
2724
2724
  buy?: ({
2725
2725
  __typename?: "WatchProvider" | undefined;
2726
2726
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2727
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2727
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2728
2728
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2729
2729
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2730
2730
  } | null)[] | null | undefined;
2731
2731
  flatrate?: ({
2732
2732
  __typename?: "WatchProvider" | undefined;
2733
2733
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2734
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2734
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2735
2735
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2736
2736
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2737
2737
  } | null)[] | null | undefined;
2738
2738
  free?: ({
2739
2739
  __typename?: "WatchProvider" | undefined;
2740
2740
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2741
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2741
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2742
2742
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2743
2743
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2744
2744
  } | null)[] | null | undefined;
2745
2745
  rent?: ({
2746
2746
  __typename?: "WatchProvider" | undefined;
2747
2747
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2748
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2748
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2749
2749
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2750
2750
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2751
2751
  } | null)[] | null | undefined;
@@ -2755,35 +2755,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2755
2755
  ads?: ({
2756
2756
  __typename?: "WatchProvider" | undefined;
2757
2757
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2758
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2758
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2759
2759
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2760
2760
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2761
2761
  } | null)[] | null | undefined;
2762
2762
  buy?: ({
2763
2763
  __typename?: "WatchProvider" | undefined;
2764
2764
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2765
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2765
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2766
2766
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2767
2767
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2768
2768
  } | null)[] | null | undefined;
2769
2769
  flatrate?: ({
2770
2770
  __typename?: "WatchProvider" | undefined;
2771
2771
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2772
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2772
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2773
2773
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2774
2774
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2775
2775
  } | null)[] | null | undefined;
2776
2776
  free?: ({
2777
2777
  __typename?: "WatchProvider" | undefined;
2778
2778
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2779
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2779
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2780
2780
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2781
2781
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2782
2782
  } | null)[] | null | undefined;
2783
2783
  rent?: ({
2784
2784
  __typename?: "WatchProvider" | undefined;
2785
2785
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2786
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2786
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2787
2787
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2788
2788
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2789
2789
  } | null)[] | null | undefined;
@@ -2793,35 +2793,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2793
2793
  ads?: ({
2794
2794
  __typename?: "WatchProvider" | undefined;
2795
2795
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2796
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2796
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2797
2797
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2798
2798
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2799
2799
  } | null)[] | null | undefined;
2800
2800
  buy?: ({
2801
2801
  __typename?: "WatchProvider" | undefined;
2802
2802
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2803
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2803
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2804
2804
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2805
2805
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2806
2806
  } | null)[] | null | undefined;
2807
2807
  flatrate?: ({
2808
2808
  __typename?: "WatchProvider" | undefined;
2809
2809
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2810
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2810
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2811
2811
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2812
2812
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2813
2813
  } | null)[] | null | undefined;
2814
2814
  free?: ({
2815
2815
  __typename?: "WatchProvider" | undefined;
2816
2816
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2817
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2817
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2818
2818
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2819
2819
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2820
2820
  } | null)[] | null | undefined;
2821
2821
  rent?: ({
2822
2822
  __typename?: "WatchProvider" | undefined;
2823
2823
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2824
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2824
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2825
2825
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2826
2826
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2827
2827
  } | null)[] | null | undefined;
@@ -2831,35 +2831,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2831
2831
  ads?: ({
2832
2832
  __typename?: "WatchProvider" | undefined;
2833
2833
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2834
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2834
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2835
2835
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2836
2836
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2837
2837
  } | null)[] | null | undefined;
2838
2838
  buy?: ({
2839
2839
  __typename?: "WatchProvider" | undefined;
2840
2840
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2841
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2841
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2842
2842
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2843
2843
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2844
2844
  } | null)[] | null | undefined;
2845
2845
  flatrate?: ({
2846
2846
  __typename?: "WatchProvider" | undefined;
2847
2847
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2848
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2848
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2849
2849
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2850
2850
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2851
2851
  } | null)[] | null | undefined;
2852
2852
  free?: ({
2853
2853
  __typename?: "WatchProvider" | undefined;
2854
2854
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2855
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2855
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2856
2856
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2857
2857
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2858
2858
  } | null)[] | null | undefined;
2859
2859
  rent?: ({
2860
2860
  __typename?: "WatchProvider" | undefined;
2861
2861
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2862
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2862
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2863
2863
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2864
2864
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2865
2865
  } | null)[] | null | undefined;
@@ -2869,35 +2869,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2869
2869
  ads?: ({
2870
2870
  __typename?: "WatchProvider" | undefined;
2871
2871
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2872
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2872
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2873
2873
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2874
2874
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2875
2875
  } | null)[] | null | undefined;
2876
2876
  buy?: ({
2877
2877
  __typename?: "WatchProvider" | undefined;
2878
2878
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2879
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2879
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2880
2880
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2881
2881
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2882
2882
  } | null)[] | null | undefined;
2883
2883
  flatrate?: ({
2884
2884
  __typename?: "WatchProvider" | undefined;
2885
2885
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2886
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2886
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2887
2887
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2888
2888
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2889
2889
  } | null)[] | null | undefined;
2890
2890
  free?: ({
2891
2891
  __typename?: "WatchProvider" | undefined;
2892
2892
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2893
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2893
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2894
2894
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2895
2895
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2896
2896
  } | null)[] | null | undefined;
2897
2897
  rent?: ({
2898
2898
  __typename?: "WatchProvider" | undefined;
2899
2899
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2900
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2900
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2901
2901
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2902
2902
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2903
2903
  } | null)[] | null | undefined;
@@ -2907,35 +2907,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2907
2907
  ads?: ({
2908
2908
  __typename?: "WatchProvider" | undefined;
2909
2909
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2910
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2910
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2911
2911
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2912
2912
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2913
2913
  } | null)[] | null | undefined;
2914
2914
  buy?: ({
2915
2915
  __typename?: "WatchProvider" | undefined;
2916
2916
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2917
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2917
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2918
2918
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2919
2919
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2920
2920
  } | null)[] | null | undefined;
2921
2921
  flatrate?: ({
2922
2922
  __typename?: "WatchProvider" | undefined;
2923
2923
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2924
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2924
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2925
2925
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2926
2926
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2927
2927
  } | null)[] | null | undefined;
2928
2928
  free?: ({
2929
2929
  __typename?: "WatchProvider" | undefined;
2930
2930
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2931
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2931
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2932
2932
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2933
2933
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2934
2934
  } | null)[] | null | undefined;
2935
2935
  rent?: ({
2936
2936
  __typename?: "WatchProvider" | undefined;
2937
2937
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2938
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2938
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2939
2939
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2940
2940
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2941
2941
  } | null)[] | null | undefined;
@@ -2945,35 +2945,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2945
2945
  ads?: ({
2946
2946
  __typename?: "WatchProvider" | undefined;
2947
2947
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2948
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2948
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2949
2949
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2950
2950
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2951
2951
  } | null)[] | null | undefined;
2952
2952
  buy?: ({
2953
2953
  __typename?: "WatchProvider" | undefined;
2954
2954
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2955
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2955
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2956
2956
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2957
2957
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2958
2958
  } | null)[] | null | undefined;
2959
2959
  flatrate?: ({
2960
2960
  __typename?: "WatchProvider" | undefined;
2961
2961
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2962
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2962
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2963
2963
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2964
2964
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2965
2965
  } | null)[] | null | undefined;
2966
2966
  free?: ({
2967
2967
  __typename?: "WatchProvider" | undefined;
2968
2968
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2969
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2969
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2970
2970
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2971
2971
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2972
2972
  } | null)[] | null | undefined;
2973
2973
  rent?: ({
2974
2974
  __typename?: "WatchProvider" | undefined;
2975
2975
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2976
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2976
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2977
2977
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2978
2978
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2979
2979
  } | null)[] | null | undefined;
@@ -2983,35 +2983,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
2983
2983
  ads?: ({
2984
2984
  __typename?: "WatchProvider" | undefined;
2985
2985
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2986
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2986
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2987
2987
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2988
2988
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2989
2989
  } | null)[] | null | undefined;
2990
2990
  buy?: ({
2991
2991
  __typename?: "WatchProvider" | undefined;
2992
2992
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2993
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
2993
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
2994
2994
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2995
2995
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
2996
2996
  } | null)[] | null | undefined;
2997
2997
  flatrate?: ({
2998
2998
  __typename?: "WatchProvider" | undefined;
2999
2999
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3000
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3000
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3001
3001
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3002
3002
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3003
3003
  } | null)[] | null | undefined;
3004
3004
  free?: ({
3005
3005
  __typename?: "WatchProvider" | undefined;
3006
3006
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3007
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3007
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3008
3008
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3009
3009
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3010
3010
  } | null)[] | null | undefined;
3011
3011
  rent?: ({
3012
3012
  __typename?: "WatchProvider" | undefined;
3013
3013
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3014
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3014
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3015
3015
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3016
3016
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3017
3017
  } | null)[] | null | undefined;
@@ -3021,35 +3021,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3021
3021
  ads?: ({
3022
3022
  __typename?: "WatchProvider" | undefined;
3023
3023
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3024
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3024
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3025
3025
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3026
3026
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3027
3027
  } | null)[] | null | undefined;
3028
3028
  buy?: ({
3029
3029
  __typename?: "WatchProvider" | undefined;
3030
3030
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3031
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3031
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3032
3032
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3033
3033
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3034
3034
  } | null)[] | null | undefined;
3035
3035
  flatrate?: ({
3036
3036
  __typename?: "WatchProvider" | undefined;
3037
3037
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3038
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3038
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3039
3039
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3040
3040
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3041
3041
  } | null)[] | null | undefined;
3042
3042
  free?: ({
3043
3043
  __typename?: "WatchProvider" | undefined;
3044
3044
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3045
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3045
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3046
3046
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3047
3047
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3048
3048
  } | null)[] | null | undefined;
3049
3049
  rent?: ({
3050
3050
  __typename?: "WatchProvider" | undefined;
3051
3051
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3052
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3052
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3053
3053
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3054
3054
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3055
3055
  } | null)[] | null | undefined;
@@ -3059,35 +3059,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3059
3059
  ads?: ({
3060
3060
  __typename?: "WatchProvider" | undefined;
3061
3061
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3062
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3062
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3063
3063
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3064
3064
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3065
3065
  } | null)[] | null | undefined;
3066
3066
  buy?: ({
3067
3067
  __typename?: "WatchProvider" | undefined;
3068
3068
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3069
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3069
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3070
3070
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3071
3071
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3072
3072
  } | null)[] | null | undefined;
3073
3073
  flatrate?: ({
3074
3074
  __typename?: "WatchProvider" | undefined;
3075
3075
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3076
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3076
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3077
3077
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3078
3078
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3079
3079
  } | null)[] | null | undefined;
3080
3080
  free?: ({
3081
3081
  __typename?: "WatchProvider" | undefined;
3082
3082
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3083
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3083
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3084
3084
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3085
3085
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3086
3086
  } | null)[] | null | undefined;
3087
3087
  rent?: ({
3088
3088
  __typename?: "WatchProvider" | undefined;
3089
3089
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3090
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3090
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3091
3091
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3092
3092
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3093
3093
  } | null)[] | null | undefined;
@@ -3097,35 +3097,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3097
3097
  ads?: ({
3098
3098
  __typename?: "WatchProvider" | undefined;
3099
3099
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3100
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3100
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3101
3101
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3102
3102
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3103
3103
  } | null)[] | null | undefined;
3104
3104
  buy?: ({
3105
3105
  __typename?: "WatchProvider" | undefined;
3106
3106
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3107
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3107
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3108
3108
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3109
3109
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3110
3110
  } | null)[] | null | undefined;
3111
3111
  flatrate?: ({
3112
3112
  __typename?: "WatchProvider" | undefined;
3113
3113
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3114
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3114
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3115
3115
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3116
3116
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3117
3117
  } | null)[] | null | undefined;
3118
3118
  free?: ({
3119
3119
  __typename?: "WatchProvider" | undefined;
3120
3120
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3121
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3121
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3122
3122
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3123
3123
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3124
3124
  } | null)[] | null | undefined;
3125
3125
  rent?: ({
3126
3126
  __typename?: "WatchProvider" | undefined;
3127
3127
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3128
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3128
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3129
3129
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3130
3130
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3131
3131
  } | null)[] | null | undefined;
@@ -3135,35 +3135,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3135
3135
  ads?: ({
3136
3136
  __typename?: "WatchProvider" | undefined;
3137
3137
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3138
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3138
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3139
3139
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3140
3140
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3141
3141
  } | null)[] | null | undefined;
3142
3142
  buy?: ({
3143
3143
  __typename?: "WatchProvider" | undefined;
3144
3144
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3145
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3145
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3146
3146
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3147
3147
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3148
3148
  } | null)[] | null | undefined;
3149
3149
  flatrate?: ({
3150
3150
  __typename?: "WatchProvider" | undefined;
3151
3151
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3152
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3152
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3153
3153
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3154
3154
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3155
3155
  } | null)[] | null | undefined;
3156
3156
  free?: ({
3157
3157
  __typename?: "WatchProvider" | undefined;
3158
3158
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3159
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3159
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3160
3160
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3161
3161
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3162
3162
  } | null)[] | null | undefined;
3163
3163
  rent?: ({
3164
3164
  __typename?: "WatchProvider" | undefined;
3165
3165
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3166
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3166
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3167
3167
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3168
3168
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3169
3169
  } | null)[] | null | undefined;
@@ -3173,35 +3173,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3173
3173
  ads?: ({
3174
3174
  __typename?: "WatchProvider" | undefined;
3175
3175
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3176
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3176
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3177
3177
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3178
3178
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3179
3179
  } | null)[] | null | undefined;
3180
3180
  buy?: ({
3181
3181
  __typename?: "WatchProvider" | undefined;
3182
3182
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3183
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3183
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3184
3184
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3185
3185
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3186
3186
  } | null)[] | null | undefined;
3187
3187
  flatrate?: ({
3188
3188
  __typename?: "WatchProvider" | undefined;
3189
3189
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3190
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3190
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3191
3191
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3192
3192
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3193
3193
  } | null)[] | null | undefined;
3194
3194
  free?: ({
3195
3195
  __typename?: "WatchProvider" | undefined;
3196
3196
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3197
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3197
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3198
3198
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3199
3199
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3200
3200
  } | null)[] | null | undefined;
3201
3201
  rent?: ({
3202
3202
  __typename?: "WatchProvider" | undefined;
3203
3203
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3204
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3204
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3205
3205
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3206
3206
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3207
3207
  } | null)[] | null | undefined;
@@ -3211,35 +3211,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3211
3211
  ads?: ({
3212
3212
  __typename?: "WatchProvider" | undefined;
3213
3213
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3214
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3214
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3215
3215
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3216
3216
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3217
3217
  } | null)[] | null | undefined;
3218
3218
  buy?: ({
3219
3219
  __typename?: "WatchProvider" | undefined;
3220
3220
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3221
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3221
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3222
3222
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3223
3223
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3224
3224
  } | null)[] | null | undefined;
3225
3225
  flatrate?: ({
3226
3226
  __typename?: "WatchProvider" | undefined;
3227
3227
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3228
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3228
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3229
3229
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3230
3230
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3231
3231
  } | null)[] | null | undefined;
3232
3232
  free?: ({
3233
3233
  __typename?: "WatchProvider" | undefined;
3234
3234
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3235
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3235
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3236
3236
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3237
3237
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3238
3238
  } | null)[] | null | undefined;
3239
3239
  rent?: ({
3240
3240
  __typename?: "WatchProvider" | undefined;
3241
3241
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3242
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3242
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3243
3243
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3244
3244
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3245
3245
  } | null)[] | null | undefined;
@@ -3249,35 +3249,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3249
3249
  ads?: ({
3250
3250
  __typename?: "WatchProvider" | undefined;
3251
3251
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3252
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3252
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3253
3253
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3254
3254
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3255
3255
  } | null)[] | null | undefined;
3256
3256
  buy?: ({
3257
3257
  __typename?: "WatchProvider" | undefined;
3258
3258
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3259
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3259
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3260
3260
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3261
3261
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3262
3262
  } | null)[] | null | undefined;
3263
3263
  flatrate?: ({
3264
3264
  __typename?: "WatchProvider" | undefined;
3265
3265
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3266
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3266
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3267
3267
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3268
3268
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3269
3269
  } | null)[] | null | undefined;
3270
3270
  free?: ({
3271
3271
  __typename?: "WatchProvider" | undefined;
3272
3272
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3273
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3273
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3274
3274
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3275
3275
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3276
3276
  } | null)[] | null | undefined;
3277
3277
  rent?: ({
3278
3278
  __typename?: "WatchProvider" | undefined;
3279
3279
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3280
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3280
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3281
3281
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3282
3282
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3283
3283
  } | null)[] | null | undefined;
@@ -3287,35 +3287,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3287
3287
  ads?: ({
3288
3288
  __typename?: "WatchProvider" | undefined;
3289
3289
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3290
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3290
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3291
3291
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3292
3292
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3293
3293
  } | null)[] | null | undefined;
3294
3294
  buy?: ({
3295
3295
  __typename?: "WatchProvider" | undefined;
3296
3296
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3297
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3297
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3298
3298
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3299
3299
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3300
3300
  } | null)[] | null | undefined;
3301
3301
  flatrate?: ({
3302
3302
  __typename?: "WatchProvider" | undefined;
3303
3303
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3304
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3304
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3305
3305
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3306
3306
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3307
3307
  } | null)[] | null | undefined;
3308
3308
  free?: ({
3309
3309
  __typename?: "WatchProvider" | undefined;
3310
3310
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3311
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3311
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3312
3312
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3313
3313
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3314
3314
  } | null)[] | null | undefined;
3315
3315
  rent?: ({
3316
3316
  __typename?: "WatchProvider" | undefined;
3317
3317
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3318
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3318
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3319
3319
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3320
3320
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3321
3321
  } | null)[] | null | undefined;
@@ -3325,35 +3325,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3325
3325
  ads?: ({
3326
3326
  __typename?: "WatchProvider" | undefined;
3327
3327
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3328
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3328
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3329
3329
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3330
3330
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3331
3331
  } | null)[] | null | undefined;
3332
3332
  buy?: ({
3333
3333
  __typename?: "WatchProvider" | undefined;
3334
3334
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3335
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3335
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3336
3336
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3337
3337
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3338
3338
  } | null)[] | null | undefined;
3339
3339
  flatrate?: ({
3340
3340
  __typename?: "WatchProvider" | undefined;
3341
3341
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3342
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3342
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3343
3343
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3344
3344
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3345
3345
  } | null)[] | null | undefined;
3346
3346
  free?: ({
3347
3347
  __typename?: "WatchProvider" | undefined;
3348
3348
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3349
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3349
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3350
3350
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3351
3351
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3352
3352
  } | null)[] | null | undefined;
3353
3353
  rent?: ({
3354
3354
  __typename?: "WatchProvider" | undefined;
3355
3355
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3356
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3356
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3357
3357
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3358
3358
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3359
3359
  } | null)[] | null | undefined;
@@ -3363,35 +3363,35 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
3363
3363
  ads?: ({
3364
3364
  __typename?: "WatchProvider" | undefined;
3365
3365
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3366
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3366
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3367
3367
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3368
3368
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3369
3369
  } | null)[] | null | undefined;
3370
3370
  buy?: ({
3371
3371
  __typename?: "WatchProvider" | undefined;
3372
3372
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3373
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3373
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3374
3374
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3375
3375
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3376
3376
  } | null)[] | null | undefined;
3377
3377
  flatrate?: ({
3378
3378
  __typename?: "WatchProvider" | undefined;
3379
3379
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3380
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3380
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3381
3381
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3382
3382
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3383
3383
  } | null)[] | null | undefined;
3384
3384
  free?: ({
3385
3385
  __typename?: "WatchProvider" | undefined;
3386
3386
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3387
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3387
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3388
3388
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3389
3389
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3390
3390
  } | null)[] | null | undefined;
3391
3391
  rent?: ({
3392
3392
  __typename?: "WatchProvider" | undefined;
3393
3393
  display_priority?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3394
- id?: import("@tmdb-graphql-api/schema/types").Maybe<string | number> | undefined;
3394
+ id?: import("@tmdb-graphql-api/schema/types").Maybe<number> | undefined;
3395
3395
  logo_path?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3396
3396
  provider_name?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
3397
3397
  } | null)[] | null | undefined;