Daniel Breg
Daniel Breg
@michaeltaranto Greate news! Thank you!
@bhoriuchi but why should I use untyped interface? When the laguage says that I should use structs to avoid errors. It's bad idea to use `[]map[string]interface{}`.
> I said try it. It doesn't mean that should be your final solution but it may help figure out where the issue is. > > The reason I suggest...
Exactly sqlx.Select is buinding good nested structs. But when I'm using this struct in graphql-resolver to return `user` it's not returning nested properties from struct `user`(in my case).
> I think the package just doesn't work that way. The executeSubFields (https://github.com/graphql-go/graphql/blob/master/executor.go#L297) function builds a `map[string]interface{}` from the resolvers. Since go is strongly typed I'm not sure how its...
> Hi @t49tran > > in my app.tsx > > ``` > scriptProps={{ async: true, defer: true, appendTo: 'body' }} > reCaptchaKey={process.env.NEXT_PUBLIC_GOOGLE_CAPTCHA_KEY} > useEnterprise > > > placement="top-center" > components={{...