CorrelateGraph is a datatype for the complete graph topology for a correlate query.

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

Table: CorrelateGraph

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
edges[CorrelateGraphEdge]yes PreviewThe edges (i.e., links) in the correlation graph topology for a correlate query. See CorrelateGraphEdge.
nodes[CorrelateGraphNode]yes PreviewThe nodes (i.e., queries and link variables) in the correlation graph. See CorrelateGraphNode.