# FlowGraph **Type:** GraphQL objects ## Fields - nodes (FlowStep, Not Null): undefined - id (ID) - externalId (String) - name (String) - stepType (StepType) - platformStepType (String) - configuration (FlowStepConfiguration) - resource (FlowStepResource) - findings (Finding) - capturedAt (DateTime) - edges (FlowStepEdge, Not Null): undefined - source (FlowStep) - target (FlowStep) - condition (JSON): Condition expression for conditional branches. Currently JSON, will be more strictly typed in the future.