AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Challenges of GrapCuel and Go
Grapcuel is a typed language, and the great thing about go is that it's a typed language. But you got to make sure those types match. Initially, this was a challe for us, because we would have people like, right queries. And if you don't manage to unit test it quite right, you put it into production and it's just like, sorry, that's the wrong type. We should be able to do better. So the client that that we wrote, gen client, it uses your queries and it uses the scheme, and it generates the correct types for you. That's something that i think go is really powerful. Especially using go and using