- Sync
- Async
Parameters
NoneReturns
List[Graph]: List of graph objects
Examples
- Sync
- Async
Graph Properties
EachGraph object in the returned list has the following properties:
id(str): Unique graph identifiername(str): Graph nameentities(List[Entity]): List of entities in the graphrelationships(List[Relationship]): List of relationships in the graphmetadata(Dict[str, Any]): Graph metadatadocument_ids(List[str]): Source document IDsfilters(Dict[str, Any], optional): Document filters used to create the graphcreated_at(datetime): Creation timestampupdated_at(datetime): Last update timestampowner(Dict[str, str]): Graph owner information

