How to get the result data from transactions
In the mutations documentation, specifically at the bottom for solution id’s solution 2
One of the comments suggests // Now we have the real ID from the server subsequent operations will use it.
How ?
Does this mean that that after the insert and the collection is refetched we have the new ID ?
Or is this implying there is a way to get the results from the mutation ? If there is I can’t find the documentation for where to find that value
One of the comments suggests // Now we have the real ID from the server subsequent operations will use it.
How ?
Does this mean that that after the insert and the collection is refetched we have the new ID ?
Or is this implying there is a way to get the results from the mutation ? If there is I can’t find the documentation for where to find that value