diff --git a/internal/http/graph/clip_resolvers.go b/internal/http/graph/clip_resolvers.go index 281a33b..7c1b4b6 100644 --- a/internal/http/graph/clip_resolvers.go +++ b/internal/http/graph/clip_resolvers.go @@ -60,7 +60,8 @@ func (r *clipResolver) Author(ctx context.Context, obj *domain.Clip) (*domain.Us Avatar: "/img/logo.png", }, nil } - + log.Printf("Successfully resolved author %d for clip %d", obj.AuthorID, obj.ID) + log.Printf("Successfully resolved author %d for clip %d", author.Avatar, author.ID, author.Username) return author, nil }