ApplicationEdge
An edge in a connection.
type ApplicationEdge {
node: Application
cursor: Cursor!
}
Fields
ApplicationEdge.node ● Application object
The item at the end of the edge.
ApplicationEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
ApplicationConnection object