Skip to content

Commit

Permalink
chore(docs): fix typo in 02-chapter-1-setup-and-first-query (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
YEriin authored Sep 1, 2020
1 parent 04a4e88 commit 630a76a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Woops? You should be seeing a warning from Nexus:
▲ nexus:schema Your GraphQL schema is empty. [...]
```

All good, you indeed haven't added any types to your GraphQL schema yet so Nexus is right here. This is the first example of Nexus' rich development mode contextual feedback. One of the goals of Nexus is to never leave you in a confused disoriented state. If Nexus can give you in inline feedback it should. Add rich jsDoc and precise TypeScript types into the mix, and ideally you can largely avoid getting lost and _needing_ to consult the Nexus website, community, so on.
All good, you indeed haven't added any types to your GraphQL schema yet so Nexus is right here. This is the first example of Nexus' rich development mode contextual feedback. One of the goals of Nexus is to never leave you in a confused disoriented state. If Nexus can give you an inline feedback it should. Add rich jsDoc and precise TypeScript types into the mix, and ideally you can largely avoid getting lost and _needing_ to consult the Nexus website, community, so on.

## Try it out

Expand Down

0 comments on commit 630a76a

Please sign in to comment.