# GraphMap type · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.graphmap/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

A graph as adjacency lists: each vertex mapped to the vertices it points at.

**Signature:**

```typescript
export type GraphMap<T> = Map<T, T[]>;
```

