Skip to main content
Version: Canary 🚧

ProductVariantCountableEdge

No description

type ProductVariantCountableEdge {
node: ProductVariant!
cursor: String!
}

Fields

ProductVariantCountableEdge.node ● ProductVariant! non-null object

The item at the end of the edge.

ProductVariantCountableEdge.cursor ● String! non-null scalar

A cursor for use in pagination.

Member of

ProductVariantCountableConnection object


Was this page helpful?