productVariants
List of product variants.
productVariants(
identifier: ID
filter: ProductVariantFilterInput
sortBy: VariantSortingInput
before: String
after: String
first: Int
last: Int
): ProductVariantCountableConnection
Arguments
productVariants.identifier ● ID scalar
Seller global id to filter by
productVariants.filter ● ProductVariantFilterInput input
Filtering options for product variant.
productVariants.sortBy ● VariantSortingInput input
Sort variants.
productVariants.before ● String scalar
Return the elements in the list that come before the specified cursor.
productVariants.after ● String scalar
Return the elements in the list that come after the specified cursor.
productVariants.first ● Int scalar
Return the first n elements from the list.
productVariants.last ● Int scalar
Return the last n elements from the list.