Backstage
    Preparing search index...
    EntityCatalogGraphCard: (
        props: Partial<EntityRelationsGraphProps> & {
            action?: ReactNode;
            height?: number;
            title?: string;
            variant?: InfoCardVariants;
        },
    ) => Element = ...

    A card that displays the directly related entities to the current entity.

    Type Declaration