Skip to content

Instantly share code, notes, and snippets.

@maticzav
Created May 31, 2018 05:56
Show Gist options
  • Save maticzav/da35d2dd4f40f2577f48d136ceab8623 to your computer and use it in GitHub Desktop.
Save maticzav/da35d2dd4f40f2577f48d136ceab8623 to your computer and use it in GitHub Desktop.
const loggingMiddleware = {
Query: async (resolve, parent, args, context, info) => {
try {
resolve()
} catch(err) {
report(err)
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment