OBJECT
EmployeeConnection
The connection type for Employee.
link GraphQL Schema definition
- type EmployeeConnection {
- # A list of edges.
- EmployeeEdge] : [
- # A list of nodes.
- Employee] : [
- # Information to aid in pagination.
- PageInfo! :
- }