requestId property

String? requestId

The unique identifier for this request.

If the same requestId is passed to multiple OperationRequests, it will be treated as a refetch of the same operation. If an updateResult callback is passed, the results will be merged according to the callback.

Implementation

String? get requestId;