Schema Definition
HelixQL uses a schema definition to define the structure of the graph. Note that every node, edge and vector has an implicitID field. that is not in the schema definition.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 CLI v2 is now live! See Getting Started for details.
Text, title, and styling in standard markdown
ID field. that is not in the schema definition.
N::NodeType {
field1: String,
field2: U32
}
E::EdgeType {
From: String,
To: String,
Properties: {
field1: String,
field2: U32
}
}
V::VectorType {
field1: String
}
Was this page helpful?