Skip to content

Instantly share code, notes, and snippets.

@maticzav
Created May 31, 2018 05:57
Show Gist options
  • Save maticzav/1dbb573874ffbf7aae009d9f9c9c3a3d to your computer and use it in GitHub Desktop.
Save maticzav/1dbb573874ffbf7aae009d9f9c9c3a3d to your computer and use it in GitHub Desktop.
const loggingMiddleware = 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