Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 15:59
Show Gist options
  • Save fwojciec/909e63873e4a7cfbcf63e0ac1649951c to your computer and use it in GitHub Desktop.
Save fwojciec/909e63873e4a7cfbcf63e0ac1649951c to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders4
// Resolver connects individual resolvers with the datalayer.
type Resolver struct {
Repository pg.Repository
DataLoaders dataloaders.Retriever
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment