ProductVariantWhereInput
No description
input ProductVariantWhereInput {
metadata: [MetadataFilter!]
ids: [ID!]
AND: [ProductVariantWhereInput!]
OR: [ProductVariantWhereInput!]
}
Fields
ProductVariantWhereInput.metadata
● [MetadataFilter!]
list input
ProductVariantWhereInput.ids
● [ID!]
list scalar
ProductVariantWhereInput.AND
● [ProductVariantWhereInput!]
list input
List of conditions that must be met.
ProductVariantWhereInput.OR
● [ProductVariantWhereInput!]
list input
A list of conditions of which at least one must be met.
Member of
CataloguePredicateInput
input ● productVariants
query ● ProductVariantWhereInput
input