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