LeaveRequestEdge
One leave request together with the cursor that marks its position in the connection.
type LeaveRequestEdge {
node: LeaveRequest!
cursor: String!
}
Fields
LeaveRequestEdge.node ● LeaveRequest! non-null object
The item at the end of the edge.
LeaveRequestEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member Of
LeaveRequestConnection object