OBJECT

NetworkEntityFlowCountByFlowTypeEntry

describes an entity to destination flow count

link GraphQL Schema definition

  • type NetworkEntityFlowCountByFlowTypeEntry implements Node {
  • count: Long!
  • entity: Entity!
  • # global opaque identifier to meet Node contract
  • id: ID!
  • }