Created
September 21, 2015 08:27
-
-
Save simenbrekken/07e1a745add29ed99480 to your computer and use it in GitHub Desktop.
Data loader entitiy listing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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