I like the idea of GraphQL without the overhead of typing. As Typescript implements definition files, I'm wondering if interfaces can be specified for type checking messages. On both the client and server, the same definition file would be the reference interface.
So NextQL may achieve an opt-in typing safety same as GraphQL, without the overhead or complexity?
I like the idea of GraphQL without the overhead of typing. As Typescript implements definition files, I'm wondering if interfaces can be specified for type checking messages. On both the client and server, the same definition file would be the reference interface.
So NextQL may achieve an opt-in typing safety same as GraphQL, without the overhead or complexity?