From 04fe2f5430b11f40d030492f27bcc271d67cfce4 Mon Sep 17 00:00:00 2001 From: Gary Griffin <293669+ggriffin@users.noreply.github.com> Date: Tue, 20 Oct 2020 11:03:44 -0400 Subject: [PATCH] chore(docs): touch api/schema.ts (#562) --- .../03-tutorial/02-chapter-1-setup-and-first-query.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx b/docs/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx index 520b287e..fa5051b7 100644 --- a/docs/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx +++ b/docs/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx @@ -60,7 +60,7 @@ Let's finally add some npm scripts to simplify our future workflows We'll now create our first module at `api/schema.ts`: ```bash-symbol -mkdir api && touch api/app.ts +mkdir api && touch api/schema.ts ``` We'll then setup `@nexus/schema` to create an empty schema