{
"id": "app.bivri.graph.getFollows",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"follows"
],
"properties": {
"cursor": {
"type": "string"
},
"follows": {
"type": "array",
"items": {
"ref": "app.bivri.actor.defs#profileView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "Actor DID or handle"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get actors that an actor follows."
}
Metadata
- DID
-
did:plc:uqat5a7hrbww3snbbinxgwah
- CID
-
bafyreicassmlaqemb3je67rca4ygxofdvimrupu7ita57sptydr2qsvk5y
- Indexed At
- 2026-08-04 07:17 UTC
- AT-URI
-
at://did:plc:uqat5a7hrbww3snbbinxgwah/com.atproto.lexicon.schema/app.bivri.graph.getFollows