Young Min Kim
Results
3
comments of
Young Min Kim
One more consideration: The currently proposed syntax does not have an obvious answer for the nullable list items. @martinbonnin's second suggested syntax (copied below) lets you mark the list items...
To solve the nullable list items, what do folks think about this syntax? To extend the example above: ```graphql query { peopleConnection { node { name } }! # Notice...
Hi Barret!