SearchbarsQuery: {
    __typename?: "Query";
    searchbars: {
        __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?: string
                | null;
                invertOnDark?: boolean | null;
                name?: string | null;
                pack?: string | null;
                preview?: string | null;
            }
            | null;
        id: string;
        requiresAuth?: boolean
        | null;
        shortName?: string | null;
        title: string;
    };
}

Type declaration

  • Optional__typename?: "Query"
  • searchbars: {
        __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?: string
                | null;
                invertOnDark?: boolean | null;
                name?: string | null;
                pack?: string | null;
                preview?: string | null;
            }
            | null;
        id: string;
        requiresAuth?: boolean
        | null;
        shortName?: string | null;
        title: string;
    }