CustomerEdge
No description
type CustomerEdge {
cursor: String!
node: Customer!
}
Fields
CustomerEdge.cursor
● String!
non-null scalar
CustomerEdge.node
● Customer!
non-null object
Member of
CustomerConnection
object