---
title: ComputeNodeGraph.Edge
framework: Compute Graph
role: symbol
role_heading: Structure
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/computenodegraph/edge
---

# ComputeNodeGraph.Edge

## Declaration

```swift
struct Edge
```

## Topics

### Initializers

- [init(source:target:)](computegraph/computenodegraph/edge/init(source:target:).md)

### Instance Properties

- [source](computegraph/computenodegraph/edge/source.md)
- [target](computegraph/computenodegraph/edge/target.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
