{
"id": "africa.kandake.asha.graph.getFollows",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"follows"
],
"properties": {
"cursor": {
"type": "string"
},
"follows": {
"type": "array",
"items": {
"ref": "#followView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "List accounts that the given user follows within the Asha network."
},
"followView": {
"type": "object",
"required": [
"did",
"handle"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"handle": {
"type": "string",
"format": "handle"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:lrphxvv25aibthe7xoc2eeyy
- CID
-
bafyreifrwajytmfostnluyyotbuomqpivjij4qzbfjpxy36zk35bq5ueva
- Indexed At
- 2026-04-15 18:11 UTC
- AT-URI
-
at://did:plc:lrphxvv25aibthe7xoc2eeyy/com.atproto.lexicon.schema/africa.kandake.asha.graph.getFollows