Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 16:16
Show Gist options
  • Save fwojciec/29f27c85e47b01c5414deefb6df16141 to your computer and use it in GitHub Desktop.
Save fwojciec/29f27c85e47b01c5414deefb6df16141 to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders15
// order
result := make([]*pg.Agent, len(authorIDs))
for i, authorID := range authorIDs {
result[i] = groupByAuthorID[authorID]
}
return result, nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment