RetrySubgraphResult
data class RetrySubgraphResult<Output>(val output: Output, val success: Boolean, val retryCount: Int)(source)
Represents the result of subgraphWithRetry.
Parameters
output
The result of the subgraph operation.
success
A boolean indicating whether the action was successful.
retryCount
The number of retries attempted.