GraphMetadataDetails: {
    description?: string | null;
    id: string;
    name: string;
    title: string;
}

Type declaration

  • Optional description?: string | null

    Optional markdown formatted description of the graph.

  • id: string

    A unique identifier that in storages like IPFS ensures the uniqueness of the metadata URI. Use a UUID if unsure.

  • name: string

    The name of the graph.

  • title: string

    The human-friendly title for the graph.