ResourcesQuery: {
    __typename?: "Query";
    resources: {
        __typename: "Resources";
        _sys: {
            __typename?: "SystemInfo";
            basename: string;
            breadcrumbs: string[];
            extension: string;
            filename: string;
            hasReferences?: boolean | null;
            path: string;
            relativePath: string;
        };
        articles?: | (
            | {
                __typename: "ResourcesArticles";
                article?: | {
                    __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?: ((...) | (...))[] | null;
                    seo?:
                        | {
                            __typename: "ArticlesSeo";
                            description?: (...)
                            | (...);
                            title?: (...) | (...);
                        }
                        | null;
                    tags?: ((...) | (...))[]
                    | null;
                    title: string;
                    updatedAt?: string | null;
                    youtube?: ((...) | (...))[] | null;
                }
                | null;
            }
            | null
        )[]
        | null;
        banner?: string
        | null;
        body?: any | null;
        bookmarks?:
            | (
                | {
                    __typename: "ResourcesBookmarks";
                    bookmark?: | {
                        __typename: "Bookmarks";
                        _sys: {
                            __typename?: "SystemInfo";
                            basename: string;
                            breadcrumbs: string[];
                            extension: string;
                            filename: string;
                            hasReferences?: boolean
                            | null;
                            path: string;
                            relativePath: string;
                        };
                        banner?: | {
                            __typename: "BookmarksBanner";
                            image?: (...)
                            | (...);
                            selected?: (...) | (...);
                            useScreenshot?: (...) | (...);
                        }
                        | null;
                        favicon?: | {
                            __typename: "BookmarksFavicon";
                            iconifyIcon?: (...)
                            | (...);
                            image?: (...) | (...);
                            selected?: (...) | (...);
                        }
                        | null;
                        href?: string
                        | null;
                        id: string;
                        title: string;
                    }
                    | null;
                }
                | null
            )[]
            | null;
        brandLogo?: | {
            __typename: "ResourcesBrandLogo";
            color?: string
            | null;
            invertOnDark?: boolean | null;
            name?: string | null;
            pack?: string | null;
            preview?: string | null;
        }
        | null;
        createdAt?: string
        | null;
        icon?:
            | {
                __typename: "ResourcesIcon";
                color?: string
                | null;
                invertOnDark?: boolean | null;
                name?: string | null;
                pack?: string | null;
                preview?: string | null;
            }
            | null;
        id: string;
        importantLinks?: | (
            | {
                __typename: "ResourcesImportantLinksDocumentation";
                url?: string
                | null;
            }
            | { __typename: "ResourcesImportantLinksDiscord"; url?: string
            | null }
            | { __typename: "ResourcesImportantLinksGithub"; url?: string | null }
            | { __typename: "ResourcesImportantLinksHomepage"; url?: string | null }
            | { __typename: "ResourcesImportantLinksWikipedia"; url?: string | null }
            | { __typename: "ResourcesImportantLinksYoutube"; url?: string | null }
            | null
        )[]
        | null;
        inlineIcon?: boolean | null;
        layout?: string | null;
        searchbars?:
            | (
                | {
                    __typename: "ResourcesSearchbars";
                    searchbar?: | {
                        __typename: "Searchbars";
                        _sys: {
                            __typename?: "SystemInfo";
                            basename: string;
                            breadcrumbs: string[];
                            extension: string;
                            filename: string;
                            hasReferences?: boolean
                            | null;
                            path: string;
                            relativePath: string;
                        };
                        href?: string
                        | null;
                        iconifyIcon?:
                            | {
                                __typename: "SearchbarsIconifyIcon";
                                color?: (...)
                                | (...);
                                invertOnDark?: (...) | (...);
                                name?: (...) | (...);
                                pack?: (...) | (...);
                                preview?: (...) | (...);
                            }
                            | null;
                        id: string;
                        requiresAuth?: boolean
                        | null;
                        shortName?: string | null;
                        title: string;
                    }
                    | null;
                }
                | null
            )[]
            | null;
        seo?: | {
            __typename: "ResourcesSeo";
            description?: string
            | null;
            title?: string | null;
        }
        | null;
        subtitle?: string
        | null;
        tags?: (string | null)[] | null;
        title: string;
        updatedAt?: string | null;
    };
}

Type declaration

  • Optional__typename?: "Query"
  • resources: {
        __typename: "Resources";
        _sys: {
            __typename?: "SystemInfo";
            basename: string;
            breadcrumbs: string[];
            extension: string;
            filename: string;
            hasReferences?: boolean | null;
            path: string;
            relativePath: string;
        };
        articles?: | (
            | {
                __typename: "ResourcesArticles";
                article?: | {
                    __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?: ((...) | (...))[] | null;
                    seo?:
                        | {
                            __typename: "ArticlesSeo";
                            description?: (...)
                            | (...);
                            title?: (...) | (...);
                        }
                        | null;
                    tags?: ((...) | (...))[]
                    | null;
                    title: string;
                    updatedAt?: string | null;
                    youtube?: ((...) | (...))[] | null;
                }
                | null;
            }
            | null
        )[]
        | null;
        banner?: string
        | null;
        body?: any | null;
        bookmarks?:
            | (
                | {
                    __typename: "ResourcesBookmarks";
                    bookmark?: | {
                        __typename: "Bookmarks";
                        _sys: {
                            __typename?: "SystemInfo";
                            basename: string;
                            breadcrumbs: string[];
                            extension: string;
                            filename: string;
                            hasReferences?: boolean
                            | null;
                            path: string;
                            relativePath: string;
                        };
                        banner?: | {
                            __typename: "BookmarksBanner";
                            image?: (...)
                            | (...);
                            selected?: (...) | (...);
                            useScreenshot?: (...) | (...);
                        }
                        | null;
                        favicon?: | {
                            __typename: "BookmarksFavicon";
                            iconifyIcon?: (...)
                            | (...);
                            image?: (...) | (...);
                            selected?: (...) | (...);
                        }
                        | null;
                        href?: string
                        | null;
                        id: string;
                        title: string;
                    }
                    | null;
                }
                | null
            )[]
            | null;
        brandLogo?: | {
            __typename: "ResourcesBrandLogo";
            color?: string
            | null;
            invertOnDark?: boolean | null;
            name?: string | null;
            pack?: string | null;
            preview?: string | null;
        }
        | null;
        createdAt?: string
        | null;
        icon?:
            | {
                __typename: "ResourcesIcon";
                color?: string
                | null;
                invertOnDark?: boolean | null;
                name?: string | null;
                pack?: string | null;
                preview?: string | null;
            }
            | null;
        id: string;
        importantLinks?: | (
            | {
                __typename: "ResourcesImportantLinksDocumentation";
                url?: string
                | null;
            }
            | { __typename: "ResourcesImportantLinksDiscord"; url?: string
            | null }
            | { __typename: "ResourcesImportantLinksGithub"; url?: string | null }
            | { __typename: "ResourcesImportantLinksHomepage"; url?: string | null }
            | { __typename: "ResourcesImportantLinksWikipedia"; url?: string | null }
            | { __typename: "ResourcesImportantLinksYoutube"; url?: string | null }
            | null
        )[]
        | null;
        inlineIcon?: boolean | null;
        layout?: string | null;
        searchbars?:
            | (
                | {
                    __typename: "ResourcesSearchbars";
                    searchbar?: | {
                        __typename: "Searchbars";
                        _sys: {
                            __typename?: "SystemInfo";
                            basename: string;
                            breadcrumbs: string[];
                            extension: string;
                            filename: string;
                            hasReferences?: boolean
                            | null;
                            path: string;
                            relativePath: string;
                        };
                        href?: string
                        | null;
                        iconifyIcon?:
                            | {
                                __typename: "SearchbarsIconifyIcon";
                                color?: (...)
                                | (...);
                                invertOnDark?: (...) | (...);
                                name?: (...) | (...);
                                pack?: (...) | (...);
                                preview?: (...) | (...);
                            }
                            | null;
                        id: string;
                        requiresAuth?: boolean
                        | null;
                        shortName?: string | null;
                        title: string;
                    }
                    | null;
                }
                | null
            )[]
            | null;
        seo?: | {
            __typename: "ResourcesSeo";
            description?: string
            | null;
            title?: string | null;
        }
        | null;
        subtitle?: string
        | null;
        tags?: (string | null)[] | null;
        title: string;
        updatedAt?: string | null;
    }