Skip to main content

Interface: Main

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:18

Indexable

[k: string]: unknown

Properties

$type

$type: "pub.chive.graph.edge"

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:19


createdAt

createdAt: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:37


createdBy?

optional createdBy: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:39

DID of creator or governance


id

id: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:21

UUID identifier (also used as rkey)


metadata?

optional metadata: EdgeMetadata

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:32


proposalUri?

optional proposalUri: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:36

AT-URI of the proposal that created this edge (null for seeded)


relationSlug

relationSlug: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:29

Relation slug for queries (broader, narrower, related, etc.)


relationUri?

optional relationUri: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:27

AT-URI of relation type node (subkind=relation)


sourceUri

sourceUri: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:23

AT-URI of source node


status

status: string & object | "established" | "proposed" | "deprecated"

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:34

Edge lifecycle status


targetUri

targetUri: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:25

AT-URI of target node


updatedAt?

optional updatedAt: string

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:40


weight?

optional weight: number

Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:31

Optional edge weight for ranking (scaled by 1000 for 0.0-1.0 range)