You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getLatency() is very helpful for query operations. However, to measure performance, and separate network latency from database latency, we need to have the getLatency() function on mutation responses as well as query responses.
Can getLatency() be made available on the Assigned class as well?