From 248f9a3af1d821d1a3394c51535a580b6666d44c Mon Sep 17 00:00:00 2001 From: fengjessica Date: Thu, 4 Sep 2025 15:35:47 -0700 Subject: [PATCH] Update quickstart.mdx --- dgraph/graphql/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgraph/graphql/quickstart.mdx b/dgraph/graphql/quickstart.mdx index a82f9116..4f4a9c65 100644 --- a/dgraph/graphql/quickstart.mdx +++ b/dgraph/graphql/quickstart.mdx @@ -18,7 +18,7 @@ just by deploying the GraphQL schema of your API. Dgraph does the rest! ## Step 1: Run Dgraph -The easiest way to get Dgraph up and running is on Hypermode. +The recommended way to get started with Dgraph is by using the official [Dgraph Docker image](https://hub.docker.com/r/dgraph/standalone). ## Step 2: Deploy a GraphQL Schema