Skip to content

Commit

Permalink
chore(website): fix example in settings.md (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
yantakus committed May 26, 2020
1 parent 3d116de commit c66e505
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/api/modules/main/exports/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,12 @@ If you want to include a `nodes` field, which includes the nodes of the connecti
import { settings } from 'nexus'

settings.change({
connections: {
includeNodesField: true,
schema: {
connections: {
default: {
includeNodesField: true,
},
},
},
})
```
Expand Down

0 comments on commit c66e505

Please sign in to comment.