ProductGroupEdge
An edge that contains a node of type ProductGroup and a cursor.
type ProductGroupEdge {
node: ProductGroup!
cursor: String!
}
Fields
ProductGroupEdge.node ● ProductGroup! non-null object
The ProductGroup node.
ProductGroupEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
ProductGroupConnection object