@tmdb-graphql-api/resolvers 0.0.28 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/production.analysis.txt +297 -297
- package/dist/types/cjs/queries/collection.d.cts +4 -4
- package/dist/types/cjs/queries/credit.d.cts +4 -4
- package/dist/types/cjs/queries/find.d.cts +2 -2
- package/dist/types/cjs/queries/movie.d.cts +4 -4
- package/dist/types/cjs/queries/movieRecommendations.d.cts +2 -2
- package/dist/types/cjs/queries/movieReviews.d.cts +2 -2
- package/dist/types/cjs/queries/movieSimilarMovies.d.cts +2 -2
- package/dist/types/cjs/queries/review.d.cts +1 -1
- package/dist/types/cjs/queries/tv.d.cts +8 -8
- package/dist/types/cjs/queries/tvRecommendations.d.cts +4 -4
- package/dist/types/cjs/queries/tvReviews.d.cts +4 -4
- package/dist/types/cjs/queries/tvSimilarTvShows.d.cts +4 -4
- package/dist/types/esm/queries/collection.d.ts +4 -4
- package/dist/types/esm/queries/credit.d.ts +4 -4
- package/dist/types/esm/queries/find.d.ts +2 -2
- package/dist/types/esm/queries/movie.d.ts +4 -4
- package/dist/types/esm/queries/movieRecommendations.d.ts +2 -2
- package/dist/types/esm/queries/movieReviews.d.ts +2 -2
- package/dist/types/esm/queries/movieSimilarMovies.d.ts +2 -2
- package/dist/types/esm/queries/review.d.ts +1 -1
- package/dist/types/esm/queries/tv.d.ts +8 -8
- package/dist/types/esm/queries/tvRecommendations.d.ts +4 -4
- package/dist/types/esm/queries/tvReviews.d.ts +4 -4
- package/dist/types/esm/queries/tvSimilarTvShows.d.ts +4 -4
- package/dist/types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -249,7 +249,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
249
249
|
content: string;
|
|
250
250
|
created_at: string;
|
|
251
251
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
252
|
-
media_title
|
|
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;
|
|
254
254
|
url: string;
|
|
255
255
|
};
|
|
@@ -268,7 +268,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
268
268
|
content: string;
|
|
269
269
|
created_at: string;
|
|
270
270
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
271
|
-
media_title
|
|
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;
|
|
273
273
|
url: string;
|
|
274
274
|
} | null)[] | null | undefined;
|
|
@@ -1945,7 +1945,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
1945
1945
|
content: string;
|
|
1946
1946
|
created_at: string;
|
|
1947
1947
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1948
|
-
media_title
|
|
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;
|
|
1950
1950
|
url: string;
|
|
1951
1951
|
};
|
|
@@ -1964,7 +1964,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
1964
1964
|
content: string;
|
|
1965
1965
|
created_at: string;
|
|
1966
1966
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1967
|
-
media_title
|
|
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;
|
|
1969
1969
|
url: string;
|
|
1970
1970
|
} | null)[] | null | undefined;
|
|
@@ -249,7 +249,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
249
249
|
content: string;
|
|
250
250
|
created_at: string;
|
|
251
251
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
252
|
-
media_title
|
|
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;
|
|
254
254
|
url: string;
|
|
255
255
|
};
|
|
@@ -268,7 +268,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
268
268
|
content: string;
|
|
269
269
|
created_at: string;
|
|
270
270
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
271
|
-
media_title
|
|
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;
|
|
273
273
|
url: string;
|
|
274
274
|
} | null)[] | null | undefined;
|
|
@@ -2358,7 +2358,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2358
2358
|
content: string;
|
|
2359
2359
|
created_at: string;
|
|
2360
2360
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2361
|
-
media_title
|
|
2361
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2362
2362
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2363
2363
|
url: string;
|
|
2364
2364
|
};
|
|
@@ -2377,7 +2377,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2377
2377
|
content: string;
|
|
2378
2378
|
created_at: string;
|
|
2379
2379
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2380
|
-
media_title
|
|
2380
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2381
2381
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2382
2382
|
url: string;
|
|
2383
2383
|
} | null)[] | null | undefined;
|
|
@@ -250,7 +250,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
250
250
|
content: string;
|
|
251
251
|
created_at: string;
|
|
252
252
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
253
|
-
media_title
|
|
253
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
254
254
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
255
255
|
url: string;
|
|
256
256
|
};
|
|
@@ -269,7 +269,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
269
269
|
content: string;
|
|
270
270
|
created_at: string;
|
|
271
271
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
272
|
-
media_title
|
|
272
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
273
273
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
274
274
|
url: string;
|
|
275
275
|
} | null)[] | null | undefined;
|
|
@@ -239,7 +239,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
239
239
|
content: string;
|
|
240
240
|
created_at: string;
|
|
241
241
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
242
|
-
media_title
|
|
242
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
243
243
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
244
244
|
url: string;
|
|
245
245
|
};
|
|
@@ -258,7 +258,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
258
258
|
content: string;
|
|
259
259
|
created_at: string;
|
|
260
260
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
261
|
-
media_title
|
|
261
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
262
262
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
263
263
|
url: string;
|
|
264
264
|
} | null)[] | null | undefined;
|
|
@@ -1995,7 +1995,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1995
1995
|
content: string;
|
|
1996
1996
|
created_at: string;
|
|
1997
1997
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1998
|
-
media_title
|
|
1998
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1999
1999
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2000
2000
|
url: string;
|
|
2001
2001
|
};
|
|
@@ -2014,7 +2014,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2014
2014
|
content: string;
|
|
2015
2015
|
created_at: string;
|
|
2016
2016
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2017
|
-
media_title
|
|
2017
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2018
2018
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2019
2019
|
url: string;
|
|
2020
2020
|
} | null)[] | null | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
261
261
|
content: string;
|
|
262
262
|
created_at: string;
|
|
263
263
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
-
media_title
|
|
264
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
265
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
266
266
|
url: string;
|
|
267
267
|
};
|
|
@@ -280,7 +280,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
280
280
|
content: string;
|
|
281
281
|
created_at: string;
|
|
282
282
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
|
-
media_title
|
|
283
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
284
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
285
285
|
url: string;
|
|
286
286
|
} | null)[] | null | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const resolveMovieReviews: (source: {
|
|
|
261
261
|
content: string;
|
|
262
262
|
created_at: string;
|
|
263
263
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
-
media_title
|
|
264
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
265
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
266
266
|
url: string;
|
|
267
267
|
};
|
|
@@ -280,7 +280,7 @@ export declare const resolveMovieReviews: (source: {
|
|
|
280
280
|
content: string;
|
|
281
281
|
created_at: string;
|
|
282
282
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
|
-
media_title
|
|
283
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
284
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
285
285
|
url: string;
|
|
286
286
|
} | null)[] | null | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const resolveMovieSimilarMovies: (source: {
|
|
|
261
261
|
content: string;
|
|
262
262
|
created_at: string;
|
|
263
263
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
-
media_title
|
|
264
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
265
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
266
266
|
url: string;
|
|
267
267
|
};
|
|
@@ -280,7 +280,7 @@ export declare const resolveMovieSimilarMovies: (source: {
|
|
|
280
280
|
content: string;
|
|
281
281
|
created_at: string;
|
|
282
282
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
|
-
media_title
|
|
283
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
284
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
285
285
|
url: string;
|
|
286
286
|
} | null)[] | null | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const resolveReview: (obj: RawReview | undefined, args: QueryRevi
|
|
|
15
15
|
content: string;
|
|
16
16
|
created_at: string;
|
|
17
17
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
18
|
-
media_title
|
|
18
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
19
19
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
20
20
|
url: string;
|
|
21
21
|
} | {
|
|
@@ -890,7 +890,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
890
890
|
content: string;
|
|
891
891
|
created_at: string;
|
|
892
892
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
893
|
-
media_title
|
|
893
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
894
894
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
895
895
|
url: string;
|
|
896
896
|
};
|
|
@@ -909,7 +909,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
909
909
|
content: string;
|
|
910
910
|
created_at: string;
|
|
911
911
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
912
|
-
media_title
|
|
912
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
913
913
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
914
914
|
url: string;
|
|
915
915
|
} | null)[] | null | undefined;
|
|
@@ -3156,7 +3156,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
3156
3156
|
content: string;
|
|
3157
3157
|
created_at: string;
|
|
3158
3158
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3159
|
-
media_title
|
|
3159
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3160
3160
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
3161
3161
|
url: string;
|
|
3162
3162
|
};
|
|
@@ -3175,7 +3175,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
3175
3175
|
content: string;
|
|
3176
3176
|
created_at: string;
|
|
3177
3177
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3178
|
-
media_title
|
|
3178
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
3179
3179
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
3180
3180
|
url: string;
|
|
3181
3181
|
} | null)[] | null | undefined;
|
|
@@ -5777,7 +5777,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
5777
5777
|
content: string;
|
|
5778
5778
|
created_at: string;
|
|
5779
5779
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5780
|
-
media_title
|
|
5780
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5781
5781
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
5782
5782
|
url: string;
|
|
5783
5783
|
};
|
|
@@ -5796,7 +5796,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
5796
5796
|
content: string;
|
|
5797
5797
|
created_at: string;
|
|
5798
5798
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5799
|
-
media_title
|
|
5799
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
5800
5800
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
5801
5801
|
url: string;
|
|
5802
5802
|
} | null)[] | null | undefined;
|
|
@@ -8043,7 +8043,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
8043
8043
|
content: string;
|
|
8044
8044
|
created_at: string;
|
|
8045
8045
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8046
|
-
media_title
|
|
8046
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8047
8047
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
8048
8048
|
url: string;
|
|
8049
8049
|
};
|
|
@@ -8062,7 +8062,7 @@ export declare const resolveTv: (obj: RawTv | undefined, args: QueryTvArgs, { fr
|
|
|
8062
8062
|
content: string;
|
|
8063
8063
|
created_at: string;
|
|
8064
8064
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8065
|
-
media_title
|
|
8065
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
8066
8066
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
8067
8067
|
url: string;
|
|
8068
8068
|
} | null)[] | null | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
685
685
|
content: string;
|
|
686
686
|
created_at: string;
|
|
687
687
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
688
|
-
media_title
|
|
688
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
689
689
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
690
690
|
url: string;
|
|
691
691
|
};
|
|
@@ -704,7 +704,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
704
704
|
content: string;
|
|
705
705
|
created_at: string;
|
|
706
706
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
707
|
-
media_title
|
|
707
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
708
708
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
709
709
|
url: string;
|
|
710
710
|
} | null)[] | null | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
2951
2951
|
content: string;
|
|
2952
2952
|
created_at: string;
|
|
2953
2953
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2954
|
-
media_title
|
|
2954
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2955
2955
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2956
2956
|
url: string;
|
|
2957
2957
|
};
|
|
@@ -2970,7 +2970,7 @@ export declare const resolveTvRecommendations: (source: {
|
|
|
2970
2970
|
content: string;
|
|
2971
2971
|
created_at: string;
|
|
2972
2972
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2973
|
-
media_title
|
|
2973
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2974
2974
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2975
2975
|
url: string;
|
|
2976
2976
|
} | null)[] | null | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
685
685
|
content: string;
|
|
686
686
|
created_at: string;
|
|
687
687
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
688
|
-
media_title
|
|
688
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
689
689
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
690
690
|
url: string;
|
|
691
691
|
};
|
|
@@ -704,7 +704,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
704
704
|
content: string;
|
|
705
705
|
created_at: string;
|
|
706
706
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
707
|
-
media_title
|
|
707
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
708
708
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
709
709
|
url: string;
|
|
710
710
|
} | null)[] | null | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
2951
2951
|
content: string;
|
|
2952
2952
|
created_at: string;
|
|
2953
2953
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2954
|
-
media_title
|
|
2954
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2955
2955
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2956
2956
|
url: string;
|
|
2957
2957
|
};
|
|
@@ -2970,7 +2970,7 @@ export declare const resolveTvReviews: (source: {
|
|
|
2970
2970
|
content: string;
|
|
2971
2971
|
created_at: string;
|
|
2972
2972
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2973
|
-
media_title
|
|
2973
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2974
2974
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2975
2975
|
url: string;
|
|
2976
2976
|
} | null)[] | null | undefined;
|
|
@@ -685,7 +685,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
685
685
|
content: string;
|
|
686
686
|
created_at: string;
|
|
687
687
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
688
|
-
media_title
|
|
688
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
689
689
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
690
690
|
url: string;
|
|
691
691
|
};
|
|
@@ -704,7 +704,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
704
704
|
content: string;
|
|
705
705
|
created_at: string;
|
|
706
706
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
707
|
-
media_title
|
|
707
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
708
708
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
709
709
|
url: string;
|
|
710
710
|
} | null)[] | null | undefined;
|
|
@@ -2951,7 +2951,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2951
2951
|
content: string;
|
|
2952
2952
|
created_at: string;
|
|
2953
2953
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2954
|
-
media_title
|
|
2954
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2955
2955
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2956
2956
|
url: string;
|
|
2957
2957
|
};
|
|
@@ -2970,7 +2970,7 @@ export declare const resolveTvSimilarTvShows: (source: {
|
|
|
2970
2970
|
content: string;
|
|
2971
2971
|
created_at: string;
|
|
2972
2972
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2973
|
-
media_title
|
|
2973
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2974
2974
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2975
2975
|
url: string;
|
|
2976
2976
|
} | null)[] | null | undefined;
|
|
@@ -249,7 +249,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
249
249
|
content: string;
|
|
250
250
|
created_at: string;
|
|
251
251
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
252
|
-
media_title
|
|
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;
|
|
254
254
|
url: string;
|
|
255
255
|
};
|
|
@@ -268,7 +268,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
268
268
|
content: string;
|
|
269
269
|
created_at: string;
|
|
270
270
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
271
|
-
media_title
|
|
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;
|
|
273
273
|
url: string;
|
|
274
274
|
} | null)[] | null | undefined;
|
|
@@ -1945,7 +1945,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
1945
1945
|
content: string;
|
|
1946
1946
|
created_at: string;
|
|
1947
1947
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1948
|
-
media_title
|
|
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;
|
|
1950
1950
|
url: string;
|
|
1951
1951
|
};
|
|
@@ -1964,7 +1964,7 @@ export declare const resolveCollection: (obj: RawCollection | undefined, args: Q
|
|
|
1964
1964
|
content: string;
|
|
1965
1965
|
created_at: string;
|
|
1966
1966
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1967
|
-
media_title
|
|
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;
|
|
1969
1969
|
url: string;
|
|
1970
1970
|
} | null)[] | null | undefined;
|
|
@@ -249,7 +249,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
249
249
|
content: string;
|
|
250
250
|
created_at: string;
|
|
251
251
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
252
|
-
media_title
|
|
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;
|
|
254
254
|
url: string;
|
|
255
255
|
};
|
|
@@ -268,7 +268,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
268
268
|
content: string;
|
|
269
269
|
created_at: string;
|
|
270
270
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
271
|
-
media_title
|
|
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;
|
|
273
273
|
url: string;
|
|
274
274
|
} | null)[] | null | undefined;
|
|
@@ -2358,7 +2358,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2358
2358
|
content: string;
|
|
2359
2359
|
created_at: string;
|
|
2360
2360
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2361
|
-
media_title
|
|
2361
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2362
2362
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2363
2363
|
url: string;
|
|
2364
2364
|
};
|
|
@@ -2377,7 +2377,7 @@ export declare const resolveCredit: (_obj: undefined, { id }: QueryCreditArgs, {
|
|
|
2377
2377
|
content: string;
|
|
2378
2378
|
created_at: string;
|
|
2379
2379
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2380
|
-
media_title
|
|
2380
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2381
2381
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2382
2382
|
url: string;
|
|
2383
2383
|
} | null)[] | null | undefined;
|
|
@@ -250,7 +250,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
250
250
|
content: string;
|
|
251
251
|
created_at: string;
|
|
252
252
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
253
|
-
media_title
|
|
253
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
254
254
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
255
255
|
url: string;
|
|
256
256
|
};
|
|
@@ -269,7 +269,7 @@ export declare const resolveFind: (_obj: undefined, { id, source }: QueryFindArg
|
|
|
269
269
|
content: string;
|
|
270
270
|
created_at: string;
|
|
271
271
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
272
|
-
media_title
|
|
272
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
273
273
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
274
274
|
url: string;
|
|
275
275
|
} | null)[] | null | undefined;
|
|
@@ -239,7 +239,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
239
239
|
content: string;
|
|
240
240
|
created_at: string;
|
|
241
241
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
242
|
-
media_title
|
|
242
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
243
243
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
244
244
|
url: string;
|
|
245
245
|
};
|
|
@@ -258,7 +258,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
258
258
|
content: string;
|
|
259
259
|
created_at: string;
|
|
260
260
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
261
|
-
media_title
|
|
261
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
262
262
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
263
263
|
url: string;
|
|
264
264
|
} | null)[] | null | undefined;
|
|
@@ -1995,7 +1995,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
1995
1995
|
content: string;
|
|
1996
1996
|
created_at: string;
|
|
1997
1997
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1998
|
-
media_title
|
|
1998
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
1999
1999
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2000
2000
|
url: string;
|
|
2001
2001
|
};
|
|
@@ -2014,7 +2014,7 @@ export declare const resolveMovie: (obj: RawMovie | undefined, args: QueryMovieA
|
|
|
2014
2014
|
content: string;
|
|
2015
2015
|
created_at: string;
|
|
2016
2016
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2017
|
-
media_title
|
|
2017
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
2018
2018
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
2019
2019
|
url: string;
|
|
2020
2020
|
} | null)[] | null | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
261
261
|
content: string;
|
|
262
262
|
created_at: string;
|
|
263
263
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
-
media_title
|
|
264
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
265
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
266
266
|
url: string;
|
|
267
267
|
};
|
|
@@ -280,7 +280,7 @@ export declare const resolveMovieRecommendations: (source: {
|
|
|
280
280
|
content: string;
|
|
281
281
|
created_at: string;
|
|
282
282
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
|
-
media_title
|
|
283
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
284
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
285
285
|
url: string;
|
|
286
286
|
} | null)[] | null | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const resolveMovieReviews: (source: {
|
|
|
261
261
|
content: string;
|
|
262
262
|
created_at: string;
|
|
263
263
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
-
media_title
|
|
264
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
265
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
266
266
|
url: string;
|
|
267
267
|
};
|
|
@@ -280,7 +280,7 @@ export declare const resolveMovieReviews: (source: {
|
|
|
280
280
|
content: string;
|
|
281
281
|
created_at: string;
|
|
282
282
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
|
-
media_title
|
|
283
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
284
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
285
285
|
url: string;
|
|
286
286
|
} | null)[] | null | undefined;
|
|
@@ -261,7 +261,7 @@ export declare const resolveMovieSimilarMovies: (source: {
|
|
|
261
261
|
content: string;
|
|
262
262
|
created_at: string;
|
|
263
263
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
264
|
-
media_title
|
|
264
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
265
265
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
266
266
|
url: string;
|
|
267
267
|
};
|
|
@@ -280,7 +280,7 @@ export declare const resolveMovieSimilarMovies: (source: {
|
|
|
280
280
|
content: string;
|
|
281
281
|
created_at: string;
|
|
282
282
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
283
|
-
media_title
|
|
283
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
284
284
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
285
285
|
url: string;
|
|
286
286
|
} | null)[] | null | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const resolveReview: (obj: RawReview | undefined, args: QueryRevi
|
|
|
15
15
|
content: string;
|
|
16
16
|
created_at: string;
|
|
17
17
|
iso_639_1?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
18
|
-
media_title
|
|
18
|
+
media_title?: import("@tmdb-graphql-api/schema/types").Maybe<string> | undefined;
|
|
19
19
|
media_type?: import("@tmdb-graphql-api/schema/types").Maybe<import("@tmdb-graphql-api/schema/types").ScreenType> | undefined;
|
|
20
20
|
url: string;
|
|
21
21
|
} | {
|