edge

Examples

type Edge {
  id: Float!
  type: EdgeType!
  metaData: JSON
  target: Float!
  source: Float!
}

Fields

Field
Description
Supported fields

id Float!

Unique identifier for the edge

Type of connection between nodes

metaData JSON

Optional metadata associated with the edge

target Float!

ID of the target node where the edge ends

source Float!

ID of the source node where the edge starts

References

Fields with this object:

Last updated