Skip to main content
Version: 57.2.0

shouldReplayQueuedMutation

shouldReplayQueuedMutation(mutation, currentUserId): boolean

Whether a queued mutation may be replayed for the currently signed-in user. Legacy entries without userId are discarded to avoid cross-account replay after account switch.

Parameters

mutation

QueuedMutation

currentUserId

string | undefined

Returns

boolean