EmployeeConnection
A connection to a list of items.
type EmployeeConnection {
edges: [EmployeeEdge!]
nodes: [Employee!]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
EmployeeConnection.edges ● [EmployeeEdge!] list object
A list of edges.
EmployeeConnection.nodes ● [Employee!] list object
A flattened list of the nodes
EmployeeConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
EmployeeConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
employees query