rein
09/05/2018, 7:12 AMpageInfo
and `edges`/`nodes`), however, when I now have a create mutation, I still want to update the client side array of data (now under edges > nodes) to display the created item. I can use updateQuery
but that would mean I have to manually add the edge, node, typename and Symbol id. I was wondering if there was a more elegant/simple way.