Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwojciec/5c6d2a45a1fc51d0e92be991d4eccacd to your computer and use it in GitHub Desktop.
Save fwojciec/5c6d2a45a1fc51d0e92be991d4eccacd to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders21
type Repository interface {
// ...
// author queries
// ...
ListAuthorsByAgentIDs(ctx context.Context, agentIDs []int64) ([]Author, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment