Skip to content

Commit

Permalink
Fix typo in README.md file
Browse files Browse the repository at this point in the history
Fix typo in README.md file
  • Loading branch information
namtx authored Apr 24, 2019
1 parent b2dc3d8 commit 1cb2b22
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 @@ -91,7 +91,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 1cb2b22

Please sign in to comment.