chandlervdw
09/28/2017, 2:28 PMuserQuery directly within one my
React lifecycle method. How do I do that?chandlervdw
09/28/2017, 2:30 PMthis.props.data.refetch()cball
09/28/2017, 2:30 PMfreddie-codogo
09/28/2017, 3:43 PMSindre Svendby
09/28/2017, 4:09 PMmeikoudras
09/28/2017, 6:57 PMmatty
09/28/2017, 10:36 PMJSON.stringify in a SSS function? Code that was working before, now throws a circular reference errormatty
09/28/2017, 10:36 PMnode.id ... did this recently update to become an object with a circular ref?matty
09/29/2017, 12:01 AMmatty
09/29/2017, 12:01 AMmatty
09/29/2017, 12:03 AMctrl + pcoolboyjules
09/29/2017, 12:18 AMcoolboyjules
09/29/2017, 12:19 AMcoolboyjules
09/29/2017, 12:19 AMcoolboyjules
09/29/2017, 12:24 AMcoolboyjules
09/29/2017, 12:24 AMnaerikailash
09/29/2017, 2:06 AMSindre Svendby
09/29/2017, 3:02 AMclient.mutate(`
createPerson (
name: "Sindre Svendby"
) {
id
name
}`).then(data => console.log('ok', data)
.then(err => console.log('err', err)
The result is ok undefined because I had forgotten the starting and ending brackets {} around....
but should not the server send back and error if it is not able to parse my request? Is this according to spec and the way people think it should behave?wontwon
09/29/2017, 3:52 AMdannyql
09/29/2017, 9:04 AMyolen
09/29/2017, 9:07 AMagartha
09/29/2017, 10:07 AMjoar
09/29/2017, 12:53 PMjoar
09/29/2017, 12:53 PMjoar
09/29/2017, 12:53 PMjoar
09/29/2017, 1:18 PMCould not create serverless function for ‘function-name’. Ensure that the code is valid
joar
09/29/2017, 1:18 PMjoar
09/29/2017, 1:19 PMdanny
09/29/2017, 3:27 PMrein
09/29/2017, 6:13 PM