Hacker News new | ask | show | jobs
by wereHamster 3238 days ago
In what world is "strictly typed: No" an advantage?
1 comments

Where you want to store not predefined keys in your objects.
That's called a map. Most (all?) strongly typed languages have a map type in their stdlib.
Ok, yes, I agree, but can you please point out how you can store and query/filter on map contents with not predefined keys in GraphQL?