ResourcesConnectionQuery: {
    __typename?: "Query";
    resourcesConnection: {
        __typename?: "ResourcesConnection";
        edges?:
            | (
                | {
                    __typename?: "ResourcesConnectionEdges";
                    cursor: string;
                    node?: | {
                        __typename: "Resources";
                        _sys: {
                            __typename?: "SystemInfo";
                            basename: string;
                            breadcrumbs: string[];
                            extension: string;
                            filename: string;
                            hasReferences?: boolean
                            | null;
                            path: string;
                            relativePath: string;
                        };
                        articles?: ((...) | (...))[]
                        | null;
                        banner?: string | null;
                        body?: any | null;
                        bookmarks?: ((...) | (...))[] | null;
                        brandLogo?:
                            | {
                                __typename: "ResourcesBrandLogo";
                                color?: (...)
                                | (...);
                                invertOnDark?: (...) | (...);
                                name?: (...) | (...);
                                pack?: (...) | (...);
                                preview?: (...) | (...);
                            }
                            | null;
                        createdAt?: string
                        | null;
                        icon?:
                            | {
                                __typename: "ResourcesIcon";
                                color?: (...)
                                | (...);
                                invertOnDark?: (...) | (...);
                                name?: (...) | (...);
                                pack?: (...) | (...);
                                preview?: (...) | (...);
                            }
                            | null;
                        id: string;
                        importantLinks?: | (
                            (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                        )[]
                        | null;
                        inlineIcon?: boolean | null;
                        layout?: string | null;
                        searchbars?: ((...) | (...))[] | null;
                        seo?:
                            | {
                                __typename: "ResourcesSeo";
                                description?: (...)
                                | (...);
                                title?: (...) | (...);
                            }
                            | null;
                        subtitle?: string
                        | null;
                        tags?: ((...) | (...))[] | null;
                        title: string;
                        updatedAt?: string | null;
                    }
                    | null;
                }
                | null
            )[]
            | null;
        pageInfo: {
            __typename?: "PageInfo";
            endCursor: string;
            hasNextPage: boolean;
            hasPreviousPage: boolean;
            startCursor: string;
        };
        totalCount: number;
    };
}

Type declaration

  • Optional__typename?: "Query"
  • resourcesConnection: {
        __typename?: "ResourcesConnection";
        edges?:
            | (
                | {
                    __typename?: "ResourcesConnectionEdges";
                    cursor: string;
                    node?: | {
                        __typename: "Resources";
                        _sys: {
                            __typename?: "SystemInfo";
                            basename: string;
                            breadcrumbs: string[];
                            extension: string;
                            filename: string;
                            hasReferences?: boolean
                            | null;
                            path: string;
                            relativePath: string;
                        };
                        articles?: ((...) | (...))[]
                        | null;
                        banner?: string | null;
                        body?: any | null;
                        bookmarks?: ((...) | (...))[] | null;
                        brandLogo?:
                            | {
                                __typename: "ResourcesBrandLogo";
                                color?: (...)
                                | (...);
                                invertOnDark?: (...) | (...);
                                name?: (...) | (...);
                                pack?: (...) | (...);
                                preview?: (...) | (...);
                            }
                            | null;
                        createdAt?: string
                        | null;
                        icon?:
                            | {
                                __typename: "ResourcesIcon";
                                color?: (...)
                                | (...);
                                invertOnDark?: (...) | (...);
                                name?: (...) | (...);
                                pack?: (...) | (...);
                                preview?: (...) | (...);
                            }
                            | null;
                        id: string;
                        importantLinks?: | (
                            (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                            | (...)
                        )[]
                        | null;
                        inlineIcon?: boolean | null;
                        layout?: string | null;
                        searchbars?: ((...) | (...))[] | null;
                        seo?:
                            | {
                                __typename: "ResourcesSeo";
                                description?: (...)
                                | (...);
                                title?: (...) | (...);
                            }
                            | null;
                        subtitle?: string
                        | null;
                        tags?: ((...) | (...))[] | null;
                        title: string;
                        updatedAt?: string | null;
                    }
                    | null;
                }
                | null
            )[]
            | null;
        pageInfo: {
            __typename?: "PageInfo";
            endCursor: string;
            hasNextPage: boolean;
            hasPreviousPage: boolean;
            startCursor: string;
        };
        totalCount: number;
    }