OBJECT

EmployeeConnection

The connection type for Employee.

link GraphQL Schema definition

  • type EmployeeConnection {
  • # A list of edges.
  • edges: [EmployeeEdge]
  • # A list of nodes.
  • nodes: [Employee]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }

link Require by