OBJECT
NetworkEntityFlowCountByFlowTypeConnection
summary of count of flows per entity to a specific destination the summary provided is supports the GraphQL relay pattern to facilitate pagination queries from the clients.
link GraphQL Schema definition
- type NetworkEntityFlowCountByFlowTypeConnection implements Connection {
- # Count of elements in the current page
- Int! :
- # Edges to nodes available through the connection
- NetworkEntityFlowCountByFlowTypeEntryEdge!] : [
- # A list of flow count for the flow type per entity
- NetworkEntityFlowCountByFlowTypeEntry!] : [
- # The flow type for which the summary is fetched
- NetworkFlowType! :
- # The pagination information to fetch next page of results
- PageInfo! :
- # Optional total elements count across all pages when available
- Int :
- }