# social.smallbury.graph.listInboundTrust

> Published by [lexicon.pds.smallbury.social](https://lexicon.garden/identity/did:plc:wnagcp6h73nxmvmwid2xxukx)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:wnagcp6h73nxmvmwid2xxukx/social.smallbury.graph.listInboundTrust)
- [Documentation](https://lexicon.garden/lexicon/did:plc:wnagcp6h73nxmvmwid2xxukx/social.smallbury.graph.listInboundTrust/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:wnagcp6h73nxmvmwid2xxukx/social.smallbury.graph.listInboundTrust/examples)

## Definitions

### `social.smallbury.graph.listInboundTrust`

**Type**: `query`

DIDs of actors who list the authenticated viewer in their social.smallbury.actor.trust trusted array (indexed from the firehose). Used to populate the People list with pending inbound trust.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `dids` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "social.smallbury.graph.listInboundTrust",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "dids"
          ],
          "properties": {
            "dids": {
              "type": "array",
              "items": {
                "type": "string",
                "format": "did"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "DIDs of actors who list the authenticated viewer in their social.smallbury.actor.trust trusted array (indexed from the firehose). Used to populate the People list with pending inbound trust."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
