Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 16:12
Show Gist options
  • Save fwojciec/6849d4f0c55f0cd0d4664b7fde07e8a6 to your computer and use it in GitHub Desktop.
Save fwojciec/6849d4f0c55f0cd0d4664b7fde07e8a6 to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders11
// db query
res, err := repo.ListAgentsByAuthorIDs(ctx, authorIDs)
if err != nil {
return nil, []error{err}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment