graphqlApis

@JvmName(name = "listGraphqlApisResponseGraphqlApi")
fun Flow<ListGraphqlApisResponse>.graphqlApis(): Flow<GraphqlApi>

This paginator transforms the flow returned by listGraphqlApisPaginated to access the nested member GraphqlApi

Return

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