HelixQL
Query Structure
Display inline code and code blocks
Basic Query Syntax
Components:
QUERY
: Keyword to start a query definitionQueryName
: Identifier for the queryparameters
: Input parameters in parenthesesType
: Type of the parameter (e.g.String
,Integer
,Float
,Boolean
,Array
or schema Node/Edge)=>
: Separates query header from body<-
: Assignment operatorRETURN
: Specifies output values
See next page for traversal_expression…
Was this page helpful?