Skip to content

Commit

Permalink
Merge pull request maticzav#153 from namtx/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md file
  • Loading branch information
maticzav authored Aug 14, 2019
2 parents a10957d + 1cb2b22 commit 75a4ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import { authMiddleware, metricsMiddleware } from './middleware'
const beepMiddleware = {
Query: {
hello: async (resolve, parent, args, context, info) => {
// You can you middleware to override arguments
// You can use middleware to override arguments
const argsWithDefault = { name: 'Bob', ...args }
const result = await resolve(parent, argsWithDefault, context, info)
// Or change the returned values of resolvers
Expand Down

0 comments on commit 75a4ed9

Please sign in to comment.