Skip to content

Commit

Permalink
docs: fix typo (#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically authored and dotansimha committed Aug 15, 2019
1 parent 83c2da5 commit b30e190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/typescript-resolvers.md
Expand Up @@ -38,7 +38,7 @@ export const resolvers: QueryResolvers = {

This will make the resolver fully typed and compatible with typescript compiler, including the handler's arguments and return value.

Generated resolvers can be passed directly into [graph-tools](https://www.npmjs.com/package/graphql-tools) `makeExecutableSchema` function.
Generated resolvers can be passed directly into [graphql-tools](https://www.npmjs.com/package/graphql-tools) `makeExecutableSchema` function.

## Configuration

Expand Down

0 comments on commit b30e190

Please sign in to comment.