From ad1cb74bf912156951111e31fe6a9c7ed2c6c438 Mon Sep 17 00:00:00 2001 From: fengjessica Date: Thu, 4 Sep 2025 14:47:31 -0700 Subject: [PATCH] Update quickstart.mdx --- dgraph/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgraph/quickstart.mdx b/dgraph/quickstart.mdx index ef8a6f11..3698c384 100644 --- a/dgraph/quickstart.mdx +++ b/dgraph/quickstart.mdx @@ -434,7 +434,7 @@ the syntax `movies: ~Movie.genre`. -In this quick start we created a new graph instance using Dgraph on Hypermode, +In this quick start we created a new graph instance using Dgraph, added data, queried the graph, visualized the results, and updated the schema of our graph.