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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.