community.gifthood.graph.getFollows

gifthood.community

{
  "id": "community.gifthood.graph.getFollows",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "Unavailable",
          "description": "A block exists in either direction between the viewer and the subject account; the follow list is not available."
        },
        {
          "name": "NotAvailableToPublic",
          "description": "The author hides their content from logged-out viewers; sign in to view."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "follows"
          ],
          "properties": {
            "cursor": {
              "type": "string",
              "description": "Opaque cursor for the next page; absent at the end."
            },
            "follows": {
              "type": "array",
              "items": {
                "ref": "community.gifthood.actor.defs#profileView",
                "type": "ref"
              },
              "description": "The accounts the subject follows, newest-first."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "did",
            "description": "DID of the subject account whose follows to list."
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum rows per page."
          },
          "cursor": {
            "type": "string",
            "description": "Opaque keyset cursor from a previous page. Absent for the first page."
          }
        }
      },
      "description": "Enumerate the accounts that the given account follows, newest-first. Each row is a medium profileView (identity + the viewer's per-row follow-state). Public; a block in either direction between the viewer and the subject returns Unavailable."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.graph.getFollows

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7prvtl4j6wsfmkrfrnwknuxj
CID
bafyreicfceqaqqp7m4eztg7zij7h4vpfucur2vigvsitbeuk6jzjsevia4
Indexed At
2026-07-16 16:09 UTC
AT-URI
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.graph.getFollows

Referenced Schemas (1)

Lexicon Garden

@