CustomerEdge
An edge in a connection.
type CustomerEdge {
cursor: String!
node: Customer
}
Fields
CustomerEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
CustomerEdge.node
● Customer
object
The item at the end of the edge.
Member Of
CustomerConnection
object