Skip to content
Snippets Groups Projects
  • Denis Laxalde's avatar
    c9088752d968
    Add several methods to the CompositeGraph API · c9088752d968
    Denis Laxalde authored
    * `parent_relations`/`child_relations` are used to get relation information
      from an entity type.
    * `parent_structure`/`child_structure` return the full structure of the
      composite graph, this structure will change later on to conform to the
      "definition" methods.
    * `parent_related`/`child_related` yield information about related entities in
      the composite graph either from the parent or child perspective.
    c9088752d968
    History
    Add several methods to the CompositeGraph API
    Denis Laxalde authored
    * `parent_relations`/`child_relations` are used to get relation information
      from an entity type.
    * `parent_structure`/`child_structure` return the full structure of the
      composite graph, this structure will change later on to conform to the
      "definition" methods.
    * `parent_related`/`child_related` yield information about related entities in
      the composite graph either from the parent or child perspective.