Y
Hacker News
new
|
ask
|
show
|
jobs
by
nateguchi
3238 days ago
Is the fact that GraphQL is typed really a negative?
3 comments
dsun180
3238 days ago
Thought the same. Strict typing allows many optimisations and compressions. Without strict types most of graphQL has no benefits anymore.
link
CreepGin
3238 days ago
I second this. Currently with the right tooling and IDE extension, I can get autocompletion and various compile-time checks with GraphQL schemas.
link
jamesgt
3237 days ago
I'm not saying it is negative. Probably I should not color red the background in the table.
I just wanted to point out where jrGQL is different from others.
link
yen223
3238 days ago
Just knowing which fields are nullable, that's already a surprisingly huge productivity boost.
link