Skip to content

Instantly share code, notes, and snippets.

@Abazhenov
Last active January 8, 2018 16:19
Show Gist options
  • Save Abazhenov/2a4f1ef09ad72d842c2a0c3f5544cd99 to your computer and use it in GitHub Desktop.
Save Abazhenov/2a4f1ef09ad72d842c2a0c3f5544cd99 to your computer and use it in GitHub Desktop.
RelevanceDAG.defineCascadeFor('user', async function() {
return [
await this.getOrganization(),
...(await this.getActiveLoads())
];
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment