graphs

@JvmName(name = "listGraphsResponseGraphSummary")
fun Flow<ListGraphsResponse>.graphs(): Flow<GraphSummary>

This paginator transforms the flow returned by listGraphsPaginated to access the nested member GraphSummary

Return

A kotlinx.coroutines.flow.Flow that can collect GraphSummary