place.stream.graph.getFollowingUser

did:web:stream.place View official

{
  "id": "place.stream.graph.getFollowingUser",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "follow": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "userDID",
          "subjectDID"
        ],
        "properties": {
          "userDID": {
            "type": "string",
            "format": "did",
            "description": "The DID of the potentially-following user"
          },
          "subjectDID": {
            "type": "string",
            "format": "did",
            "description": "The DID of the user potentially being followed"
          }
        }
      },
      "description": "Get whether or not user A is following user B."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.graph.getFollowingUser

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreidnhc4fgnfeyj5x6xr7xo642onyl5fz62fcdb6f6hbq7tp4wv6e7m
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.graph.getFollowingUser

Lexicon Garden

@