Interface: Main
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:17
Indexable
[k: string]: unknown
Properties
$type
$type:
"pub.chive.graph.edge"
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:18
createdAt
createdAt:
string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:36
createdBy?
optionalcreatedBy:string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:38
DID of creator or governance
id
id:
string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:20
UUID identifier (also used as rkey)
metadata?
optionalmetadata:EdgeMetadata
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:31
proposalUri?
optionalproposalUri:string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:35
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:28
Relation slug for queries (broader, narrower, related, etc.)
relationUri?
optionalrelationUri:string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:26
AT-URI of relation type node (subkind=relation)
schemaRevision?
optionalschemaRevision:number
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:41
Schema revision this record was created with. Absent means revision 1.
sourceUri
sourceUri:
string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:22
AT-URI of source node
status
status:
string&object|"proposed"|"established"|"deprecated"
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:33
Edge lifecycle status
targetUri
targetUri:
string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:24
AT-URI of target node
updatedAt?
optionalupdatedAt:string
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:39
weight?
optionalweight:number
Defined in: web/lib/api/generated/types/pub/chive/graph/edge.ts:30
Optional edge weight for ranking (scaled by 1000 for 0.0-1.0 range)