Skip to content
On this page

Directus Cloud

Everything you need to start building. Provisioned in 90 seconds. Starting at $15/month.

Get Started

This is an auto-generated document to support extension builders understand the internal packages they can utilize. To find our written guides, tutorials, and API/SDK reference, check out our main docs .

Directus / @directus/system-data / RelationMeta

Type Alias: RelationMeta ​

RelationMeta: object

Type declaration ​

id ​

id: number

junction_field ​

junction_field: string | null

many_collection ​

many_collection: string

many_field ​

many_field: string

one_allowed_collections ​

one_allowed_collections: string[] | null

one_collection ​

one_collection: string | null

one_collection_field ​

one_collection_field: string | null

one_deselect_action ​

one_deselect_action: "nullify" | "delete"

one_field ​

one_field: string | null

sort_field ​

sort_field: string | null

system? ​

optional system: boolean

Defined in ​

types.ts:3