Skip to content

IssuePriorityEdge ​

An edge in a connection.

graphql
type IssuePriorityEdge {
  cursor: String!
  node: IssuePriority!
}

Fields ​

IssuePriorityEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

IssuePriorityEdge.node ● IssuePriority! non-null object ​

The item at the end of the edge.

Member Of ​

IssuePriorityConnection object

Released under the MIT License.