OBJECT

NetworkFlowTypeDetailsForEntityType

contains the list of entities and the corresponding flow count for a specific flow type and direction

link GraphQL Schema definition

  • type NetworkFlowTypeDetailsForEntityType {
  • # a list of destination entities and the flow count for a particular flow type.
  • # there would be one such list for every supported flow type
  • incoming: NetworkEntityFlowCountByFlowTypeConnection!
  • # a list of source entities and the flow count for a particular flow type.
  • # there would be one such list for every supported flow type
  • outgoing: NetworkEntityFlowCountByFlowTypeConnection!
  • }