CorrelateGraphEdge is a datatype for an edge in a correlate graph.

This datatype is used by the datatype, CorrelateGraph, which is used by CorrelateUsageInfo, which is used by the more common datatype, QueryAnalysisResult, which is used by AnalyzeQueryInfo, which is used by the analyzeQuery() query field.

Table: CorrelateGraphEdge

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Jan 21, 2026
fromstringyes PreviewThe source node name for the edge in a correlate graph.
fromFieldNamestringyes PreviewThe field name used for linking from the source node.
tostringyes PreviewThe destination node name for this edge.