Skip to content

Instantly share code, notes, and snippets.

@daffl
Created January 4, 2019 21:30
Show Gist options
  • Save daffl/00cccce7b1749dc7606fce1dbfa1dcd5 to your computer and use it in GitHub Desktop.
Save daffl/00cccce7b1749dc7606fce1dbfa1dcd5 to your computer and use it in GitHub Desktop.
Database adapters: Hook-less methods
// Call `get` without running any hooks
const message = await app.service('/messages')._get('<message id>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment