CustomerEdge
An edge in a Customer connection.
type CustomerEdge {
cursor: String!
node: Customer!
}
Fields
CustomerEdge.cursor ● String! non-null scalar
CustomerEdge.node ● Customer! non-null object
Member Of
CustomerConnection object