Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 16:17
Show Gist options
  • Save fwojciec/24551a820503024b7515bcf3cd1baad5 to your computer and use it in GitHub Desktop.
Save fwojciec/24551a820503024b7515bcf3cd1baad5 to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders16
func newLoaders(ctx context.Context, repo pg.Repository) *Loaders {
return &Loaders{
// individual loaders will be initialized here
AgentByAuthorID: newAgentByAuthorID(ctx, repo),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment