Alena Hramyka

Results 2 comments of Alena Hramyka

Thanks for your answer! This scalar is not part of the [gql specs](https://spec.graphql.org/June2018/#sec-Scalars) (only Int, Float, String, Boolean and ID) and is something that [gqlgen offers as a built-in custom...

From what I saw, the json reply contains a map both when the reply is expected to be a struct and a map (as in my case). Your library only...