Skip to content

IssueTypeEdge

An edge in a connection.

graphql
type IssueTypeEdge {
  cursor: String!
  node: IssueType!
}

Fields

IssueTypeEdge.cursor ● String! non-null scalar

A cursor used in pagination.

IssueTypeEdge.node ● IssueType! non-null object

The item at the end of the edge.

Member Of

IssueTypeConnection object

Released under the MIT License.