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 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
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.