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