> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/object-types/access-what-access-control-item-edge.md).

# AccessWhatAccessControlItemEdge

The edge type for `AccessWhatAccessControlItemConnection`

```graphql
type AccessWhatAccessControlItemEdge {
  cursor: String
  node: AccessWhatAccessControlItem
}
```

### Fields

#### cursor ● [`String`](/api/graphql/data-access/scalars/string.md) scalar <a href="#cursor" id="cursor"></a>

The cursor of this item for pagination.

#### node ● [`AccessWhatAccessControlItem`](/api/graphql/data-access/object-types/access-what-access-control-item.md) object <a href="#node" id="node"></a>

The actual access control item in the WHAT list.

### Member Of

[`AccessWhatAccessControlItemConnection`](/api/graphql/data-access/object-types/access-what-access-control-item-connection.md) object
