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