Giap Nguyen

Results 2 comments of Giap Nguyen

Well, we could discuss about type safe. Basically, client and server communication could be abstracted as ` F(input) => output ` With REST, we have no type checking both input...

Yes, I understands how typescript working. I just want figure out how to apply into NextQL. I takes GraphQL as example: 1. GraphQL is all about runtime type checking -...