Skip to main content

LeaveRequestConnection

A connection to a list of items.

type LeaveRequestConnection {
edges: [LeaveRequestEdge!]
nodes: [LeaveRequest!]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

LeaveRequestConnection.edges ● [LeaveRequestEdge!] list object

A list of edges.

LeaveRequestConnection.nodes ● [LeaveRequest!] list object

A flattened list of the nodes

LeaveRequestConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

LeaveRequestConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

leaveRequests query