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?
optionalcreatedBy: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?
optionalmetadata:EdgeMetadata
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:32
proposalUri?
optionalproposalUri: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?
optionalrelationUri: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?
optionalupdatedAt:string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:40
weight?
optionalweight: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)