Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created January 20, 2020 16:18
Show Gist options
  • Save fwojciec/d986c427c5e347e1da500af056cabda8 to your computer and use it in GitHub Desktop.
Save fwojciec/d986c427c5e347e1da500af056cabda8 to your computer and use it in GitHub Desktop.
gqlserver2: dataloaders17
func (r *authorResolver) Agent(ctx context.Context, obj *pg.Author) (*pg.Agent, error) {
return r.DataLoaders.Retrieve(ctx).AgentByAuthorID.Load(obj.ID)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment