Skip to main content

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?​

optional createdBy: 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?​

optional metadata: EdgeMetadata

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


proposalUri?​

optional proposalUri: 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?​

optional relationUri: string

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

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


schemaRevision?​

optional schemaRevision: 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?​

optional updatedAt: string

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


weight?​

optional weight: 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)