CustomerEdge
A Customer
edge in the connection.
type CustomerEdge {
cursor: Cursor
node: Customer
}
Fields
CustomerEdge.cursor
● Cursor
scalar
A cursor for use in pagination.
CustomerEdge.node
● Customer
object
The Customer
at the end of the edge.
Member Of
CustomerConnection
object