---
title: "ComputeNodeGraph.Node.Kind.grouping(nodes:)"
framework: Compute Graph
role: symbol
role_heading: Case
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: "computegraph/computenodegraph/node/kind-swift.enum/grouping(nodes:)"
---

# ComputeNodeGraph.Node.Kind.grouping(nodes:)

Node is a visual grouping of nodes. This can be presented as, for example, a box around the nodes, indicating that they are related, but without changing their structure.

## Declaration

```swift
case grouping(nodes: [ComputeNodeGraph.NodeID])
```
