{
"id": "social.showcase.graph.getFollowing",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"following"
],
"properties": {
"cursor": {
"type": "string",
"maxLength": 512
},
"following": {
"type": "array",
"items": {
"ref": "social.showcase.defs#profileView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "The DID or handle of the user"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 512,
"description": "Pagination cursor"
}
}
},
"description": "Get who a user follows. Authentication optional."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:yckosuxxph7mjwtbiztraiex
- CID
-
bafyreidnv2pmr73gy4vjntm4w2b7pdxowtxgpdnz4lo3zgutdfo73eta4e
- Indexed At
- 2026-01-18 11:03 UTC
- AT-URI
-
at://did:plc:yckosuxxph7mjwtbiztraiex/com.atproto.lexicon.schema/social.showcase.graph.getFollowing