# RelationInfo interface · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.relationinfo/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

One relation, as the query translator needs it.

**Signature:**

```typescript
export interface RelationInfo 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [isList](https://imqueue.org/api/pg-prisma/latest/pg-prisma.relationinfo.islist/) |  | boolean | Whether the other end is many. |
| [localFields](https://imqueue.org/api/pg-prisma/latest/pg-prisma.relationinfo.localfields/) |  | string\[\] | Fields on this side the relation joins on. |
| [target](https://imqueue.org/api/pg-prisma/latest/pg-prisma.relationinfo.target/) |  | string | The model on the other end. |
| [targetFields](https://imqueue.org/api/pg-prisma/latest/pg-prisma.relationinfo.targetfields/) |  | string\[\] | Fields on the other side they join to. |

