ArticlesQuery: {
__typename?: "Query";
articles: {
__typename: "Articles";
_sys: {
__typename?: "SystemInfo";
basename: string;
breadcrumbs: string[];
extension: string;
filename: string;
hasReferences?: boolean | null;
path: string;
relativePath: string;
};
banner?: string
| null;
body?: any | null;
createdAt?: string | null;
id: string;
layout?: string | null;
references?: (string | null)[] | null;
seo?:
| {
__typename: "ArticlesSeo";
description?: string
| null;
title?: string | null;
}
| null;
tags?: (string | null)[]
| null;
title: string;
updatedAt?: string | null;
youtube?:
| (
| {
__typename: "ArticlesYoutube";
isShort?: boolean
| null;
link?: string | null;
params?: string | null;
title?: string | null;
video_title?: string | null;
}
| null
)[]
| null;
};
}
Type declaration
Optional__typename?: "Query"
articles: {
__typename: "Articles";
_sys: {
__typename?: "SystemInfo";
basename: string;
breadcrumbs: string[];
extension: string;
filename: string;
hasReferences?: boolean | null;
path: string;
relativePath: string;
};
banner?: string
| null;
body?: any | null;
createdAt?: string | null;
id: string;
layout?: string | null;
references?: (string | null)[] | null;
seo?:
| {
__typename: "ArticlesSeo";
description?: string
| null;
title?: string | null;
}
| null;
tags?: (string | null)[]
| null;
title: string;
updatedAt?: string | null;
youtube?:
| (
| {
__typename: "ArticlesYoutube";
isShort?: boolean
| null;
link?: string | null;
params?: string | null;
title?: string | null;
video_title?: string | null;
}
| null
)[]
| null;
}