Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dgraph/graphql/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check failure on line 1 in dgraph/graphql/quickstart.mdx

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
title: Quickstart
description:
Deploy a GraphQL API in one step. Define your schema and Dgraph does the rest.
Expand All @@ -18,7 +18,7 @@

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

Expand Down
Loading