# FlowConnection **Type:** GraphQL objects ## Fields - nodes (Flow, Not Null): undefined - id (ID) - externalId (ID) - name (String) - description (String) - platform (Platform) - environment (Environment) - owner (Owner) - status (FlowStatus) - mode (FlowMode) - version (String) - graph (FlowGraph) - agents (AgentPreview) - tools (ToolPreview) - dataSources (DataSourcePreview) - findings (Finding) - issues (Issue) - createdAt (DateTime) - updatedAt (DateTime) - capturedAt (DateTime) - platformCreatedAt (DateTime) - platformUpdatedAt (DateTime) - metadata (JSON) - edges (FlowEdge, Not Null): undefined - node (Flow) - cursor (String) - pageInfo (PageInfo, Not Null): undefined - hasNextPage (Boolean) - hasPreviousPage (Boolean) - startCursor (String) - endCursor (String) - totalCount (Int) - aggregations (FlowAggregations): undefined - byPlatform (FlowPlatformDistribution) - byStatus (FlowStatusDistribution) - byEnvironment (FlowEnvironmentDistribution) - byOwner (FlowOwnerDistribution) - bySeverity (FlowSeverityDistribution) - withExternalTriggers (Int) - withAgents (Int)