For the complete documentation index, see llms.txt. This page is also available as Markdown.

IssueEdge

The edge type for IssueConnection

type IssueEdge {
  cursor: String
  node: Issue
}

Fields

cursor ● String scalar

node ● Issue object

Member Of

IssueConnection object

Last updated

Was this helpful?