pub.chive.graph.getSubkinds

chive.pub

Documentation

List available subkind type nodes (nodes with subkind=subkind)

main query

List available subkind type nodes (nodes with subkind=subkind)

Output

Encodingapplication/json
subkinds array Required

Available subkind type nodes

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "subkinds"
      ],
      "properties": {
        "subkinds": {
          "type": "array",
          "items": {
            "ref": "pub.chive.graph.listNodes#graphNode",
            "type": "ref"
          },
          "description": "Available subkind type nodes"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "List available subkind type nodes (nodes with subkind=subkind)"
}

Lexicon Garden

@