Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 416 Bytes

Graph.md

File metadata and controls

24 lines (19 loc) · 416 Bytes

Graph

The outgoing graph connections from the account.

Schema

Key Type Description
[edge_type] Account List The key is the type of outgoing edges. For example, follow or friend edge types.

Example

{
  "like": {
    "root.near": "",
    "mike.near": ""
  },
  "follow": {
    "mob.near": "",
    "root.near": ""
  }
}