community.gifthood.graph.getMutes

gifthood.community

{
  "id": "community.gifthood.graph.getMutes",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The caller is not authenticated; the mute list is viewer-private and requires a session."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "mutes"
          ],
          "properties": {
            "mutes": {
              "type": "array",
              "items": {
                "ref": "community.gifthood.actor.defs#profileView",
                "type": "ref"
              },
              "description": "The muted accounts, identity-only."
            },
            "cursor": {
              "type": "string",
              "description": "Reserved for future pagination; absent this version."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "cursor": {
            "type": "string",
            "description": "Reserved for future pagination; the full list is returned this version and no cursor is emitted."
          }
        }
      },
      "description": "Enumerate the accounts muted by the authenticated viewer (their own mute list). Viewer-private: requires a session (AuthRequired logged-out). No actor parameter — only the caller's own list is accessible. Each row is the medium profileView (identity-only; no viewer object, since the mute relationship is trivially known). Unbounded and unordered this version; cursor is reserved for future pagination and is never emitted."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.graph.getMutes

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

Metadata

DID
did:plc:7prvtl4j6wsfmkrfrnwknuxj
CID
bafyreidtwo4trf3yxmc6w5znn4bianh7bdkzy4quobh2tm3kped5siwvhm
Indexed At
2026-07-26 20:06 UTC
AT-URI
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.graph.getMutes

Referenced Schemas (1)

Lexicon Garden

@