> 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/role-assignment-edge.md).

# RoleAssignmentEdge

The edge type for `RoleAssignmentConnection`

```graphql
type RoleAssignmentEdge {
  cursor: String
  node: RoleAssignment
}
```

### 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 ● [`RoleAssignment`](/api/graphql/data-access/object-types/role-assignment.md) object <a href="#node" id="node"></a>

The actual role assignment.

### Member Of

[`RoleAssignmentConnection`](/api/graphql/data-access/object-types/role-assignment-connection.md) object
