> 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-request-step-result-edge.md).

# AccessRequestStepResultEdge

The edge type for `AccessRequestStepResultConnection`

```graphql
type AccessRequestStepResultEdge {
  cursor: String
  node: AccessRequestStepResult
}
```

### 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 ● [`AccessRequestStepResult`](/api/graphql/data-access/unions/access-request-step-result.md) union <a href="#node" id="node"></a>

The actual access request step result.

### Member Of

[`AccessRequestStepResultConnection`](/api/graphql/data-access/object-types/access-request-step-result-connection.md) object
