From 0da63acd60ddba8c5bb15c13f2c374ab77c4ef16 Mon Sep 17 00:00:00 2001 From: lana-k Date: Sat, 1 Nov 2025 20:39:42 +0100 Subject: [PATCH] Update Graph.md --- Graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graph.md b/Graph.md index f5fed9f..b576b93 100644 --- a/Graph.md +++ b/Graph.md @@ -13,7 +13,7 @@ To build a graph, a result set must follow the following requirements: - each JSON representing a node has a common key with a node id - each JSON representing an edge has a common key with the edge source and a common key with the edge target -That is the minimum required to a graph but each JSON can have more fields used in graph styling +That is the minimum required for a graph, but each JSON can have more fields used in graph styling (read [Graph styling](#graph-styling)). See also an example in [How to get result set suitable for graph visualisation][1].