Skip to content

Instantly share code, notes, and snippets.

@simenbrekken
Created September 21, 2015 08:27
Show Gist options
  • Select an option

  • Save simenbrekken/07e1a745add29ed99480 to your computer and use it in GitHub Desktop.

Select an option

Save simenbrekken/07e1a745add29ed99480 to your computer and use it in GitHub Desktop.
Data loader entitiy listing
groupsLoader.load('admins')
.then(users => users.map(user => userLoader.set(user.id, user))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment