chore(docs): touch api/schema.ts (#562)

This commit is contained in:
Gary Griffin 2020-10-20 11:03:44 -04:00 committed by GitHub
parent 10208e3332
commit 04fe2f5430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`: We'll now create our first module at `api/schema.ts`:
```bash-symbol ```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 We'll then setup `@nexus/schema` to create an empty schema