ProductVariantWhereInput Input Type
No description
input ProductVariantWhereInput {
metadata: [MetadataFilter!]
ids: [ID!]
sku: StringFilterInput
updatedAt: DateTimeRangeInput
attributes: [AssignedAttributeWhereInput!]
AND: [ProductVariantWhereInput!]
OR: [ProductVariantWhereInput!]
}
Fields
metadata ● [MetadataFilter!]
ids ● [ID!]
sku ● StringFilterInput
Filter by product SKU.
updatedAt ● DateTimeRangeInput
Filter by when was the most recent update.
attributes ● [AssignedAttributeWhereInput!]
Filter by attributes associated with the variant.
Added in Saleor 3.22AND ● [ProductVariantWhereInput!]
List of conditions that must be met.
OR ● [ProductVariantWhereInput!]
A list of conditions of which at least one must be met.
Member Of
CataloguePredicateInput input ● productVariants query ● ProductVariantWhereInput input