Yifan
Yifan
The library will not throw exception if I pass null value to the required field. For example, if I define ``` input TaskInput { name: String!, } ``` I can...
for example, in ``` type User { id: String! } ``` if id's resolver function returns nil, the connection will be closed. But there is no stack trace or Exception...
I got the error after I plug in the 'react-timespan' Here is the error : ``` ./node_modules/react-timespan/dist/index.js Module not found: Can't resolve './Timeline.jsx' in '/Users/apple/Documents/Wish_Life/test/node_modules/react-timespan/dist' ``` the index.js require Timeline.jsx,...