we were able to hotswap from raw #golang strings for timestamps (yikes) in #graphql to the native Time #gqlgen object [1] and everything just worked™️

our frontend was parsing timestamps correctly 🙏, and this data format just generates Go code with `time.Time`, so 1 big big hotswap PR was all it took

now the Go code is less ugly  (converting time pointers to and from string pointers YIKE??)
I can finally put this massive regretti to bed 🥹

[1] https://gqlgen.com/reference/scalars/#time

Mapping GraphQL scalar types to Go types — gqlgen

Mapping GraphQL scalar types to Go types