Skip to content

Commit

Permalink
Merge 04e68e4 into 4625a13
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonNiklasson committed Mar 3, 2021
2 parents 4625a13 + 04e68e4 commit 3d8de6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/015-api/070-make-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ makeSchema({
})
```

The [Ghost Example](https://github.com/graphql-nexus/nexus/blob/develop/examples/ghost/src/ghost-schema.ts) is the best place to look for an example of how we're able to capture the types from existing runtime objects or definitions and merge them with our schema.
The [Ghost Example](https://github.com/graphql-nexus/nexus/blob/main/examples/ghost/src/ghost-schema.ts) is the best place to look for an example of how we're able to capture the types from existing runtime objects or definitions and merge them with our schema.

## shouldExitAfterGenerateArtifacts

Expand Down

0 comments on commit 3d8de6a

Please sign in to comment.