Geert Vanderkelen
Geert Vanderkelen
It's tricky, but possible. Try this in your resolver `Gif`: ``` func (r *contentResolver) Gif(ctx context.Context, obj *model.Content) (*model.Base64Gif, error) { opCtx := graphql.GetFieldContext(ctx) var indent int for parent :=...
(moderators: this turns in a discussion; might be good to move this) I am not sure I am grasping your need; maybe you need redo the schema? I can only...
I believe that the idea is that `goreportcard` as a services clones the repository and does whatever it pleases with it. This is fine. However, `goreportcard-cli` suffers from this. The...
It's part of the spec, so it is probably good to allow this. Alternatively, there is a way to do it in GraphQL though, using a union and sending a...
Thank you! I don't watch videos on YouTube, but based on your link @cristiprg I was able to find it back :) Updated previous post.
@kamalkech If you talk about https://gqlgen.com/getting-started/, when reading further, you will see the resolver gets implemented. The `panic` is just there to make sure you don't forget to actually implement...