Skip to content

IssueStateEdge

An edge in a connection.

graphql
type IssueStateEdge {
  cursor: String!
  node: IssueState!
}

Fields

IssueStateEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IssueStateEdge.node ● IssueState! non-null object

The item at the end of the edge.

Member Of

IssueStateConnection object

Released under the MIT License.