[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eGraphs represent relationships between nodes, providing information about how they connect.\u003c/p\u003e\n"],["\u003cp\u003eA graph's JSON structure includes a root node ID, a time range, a list of nodes, and a list of edges.\u003c/p\u003e\n"],["\u003cp\u003eEdges define connections between a source node and a target node, detailing the exploration path.\u003c/p\u003e\n"],["\u003cp\u003eEdge connections are defined by the source node ID, the target node ID and an optional list of labels.\u003c/p\u003e\n"],["\u003cp\u003eGraphs use JSON formatting that is detailed in the reference documents for the format of the graph, nodes and edges.\u003c/p\u003e\n"]]],[],null,["# Graph\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Edge](#Edge)\n - [JSON representation](#Edge.SCHEMA_REPRESENTATION)\n\nGraph is a resource that contains information about relations between nodes.\n\nEdge\n----\n\nAn edge between two nodes."]]