Created
January 20, 2020 16:26
-
-
Save fwojciec/5166a3ae41996b05fa9b99435565a7dd to your computer and use it in GitHub Desktop.
Revisions
-
fwojciec created this gist
Jan 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ func (r *bookResolver) Authors(ctx context.Context, obj *pg.Book) ([]pg.Author, error) { return r.DataLoaders.Retrieve(ctx).AuthorsByBookID.Load(obj.ID) }