CustomerGroupEdge
No description
type CustomerGroupEdge {
cursor: String!
node: CustomerGroup!
}
Fields
CustomerGroupEdge.cursor
● String!
non-null scalar
CustomerGroupEdge.node
● CustomerGroup!
non-null object
Member of
CustomerGroupConnection
object