Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created April 12, 2016 04:09
Show Gist options
  • Save clayallsopp/92b0dcd2af93836aaadd6ef323fff030 to your computer and use it in GitHub Desktop.
Save clayallsopp/92b0dcd2af93836aaadd6ef323fff030 to your computer and use it in GitHub Desktop.
const resolveWithInstrumentation = (resolve) => {
return (source, args, context, info) => {
// logic
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment