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

# IssueEdge

The edge type for `IssueConnection`

```graphql
type IssueEdge {
  cursor: String
  node: Issue
}
```

### Fields

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

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

### Member Of

[`IssueConnection`](/api/graphql/data-access/object-types/issue-connection.md) object
