Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 16:14
Show Gist options
  • Save fwojciec/f75f9afec09377fc38d3a349945606b4 to your computer and use it in GitHub Desktop.
Save fwojciec/f75f9afec09377fc38d3a349945606b4 to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders13
type Repository interface {
// agent queries
// ...
ListAgentsByAuthorIDs(ctx context.Context, authorIDs []int64) ([]ListAgentsByAuthorIDsRow, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment