# pub.chive.graph.listPersonalEdgeTypes

> Published by [chive.pub](https://lexicon.garden/identity/did:plc:7natp5xae72bddaqlkef2t4e)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.graph.listPersonalEdgeTypes)
- [Documentation](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.graph.listPersonalEdgeTypes/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:7natp5xae72bddaqlkef2t4e/pub.chive.graph.listPersonalEdgeTypes/examples)

## Definitions

### `pub.chive.graph.listPersonalEdgeTypes`

**Type**: `query`

List available edge types for personal graph relationships

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `relationTypes` | `array` | Yes | Available relation type identifiers |

## Raw Schema

```json
{
  "id": "pub.chive.graph.listPersonalEdgeTypes",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "relationTypes"
          ],
          "properties": {
            "relationTypes": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Available relation type identifiers"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {}
      },
      "description": "List available edge types for personal graph relationships"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
