chore(docs): fix duplicate in 020-nexus-framework-users.mdx (#561)

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

View File

@ -116,7 +116,7 @@ Here is an example of approach A to managing reflection:
index.ts
```
2. Your `index.ts` should import all type defs and call `makeSchema`.
2. Your `index.ts` should import all type defs.
```tsx
// src/graphql/index.ts