Home > widget-integration > StickyService > shouldIgnoreMutations
StickyService.shouldIgnoreMutations() method
Detects mutation batches produced by sticky sync itself so observers can skip them.
Signature:
protected shouldIgnoreMutations(mutations?: MutationRecord[]): boolean;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
mutations |
MutationRecord[] |
(Optional) |
Returns:
boolean