Hi guys, quick question, I changed some of my quer...
# orm-help
r
Hi guys, quick question, I changed some of my queries to be of the connection type (with
pageInfo
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.