Skip to content

Instantly share code, notes, and snippets.

@kirkness
Created January 6, 2019 20:01
Show Gist options
  • Save kirkness/06a12cc77624079422f41c8f71f9db79 to your computer and use it in GitHub Desktop.
Save kirkness/06a12cc77624079422f41c8f71f9db79 to your computer and use it in GitHub Desktop.
const updateAnItem = (root, args) => {
return Item.update({ name: args.name }).where({ id: args.id });
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment