PromotionWhereInput Input Type
No description
input PromotionWhereInput {
metadata: [MetadataFilter!]
ids: [ID!]
name: StringFilterInput
endDate: DateTimeFilterInput
startDate: DateTimeFilterInput
isOldSale: Boolean
type: PromotionTypeEnumFilterInput
AND: [PromotionWhereInput!]
OR: [PromotionWhereInput!]
}
Fields
metadata ● [MetadataFilter!]
ids ● [ID!]
name ● StringFilterInput
Filter by promotion name.
endDate ● DateTimeFilterInput
Filter promotions by end date.
startDate ● DateTimeFilterInput
Filter promotions by start date.
isOldSale ● Boolean
type ● PromotionTypeEnumFilterInput
AND ● [PromotionWhereInput!]
List of conditions that must be met.
OR ● [PromotionWhereInput!]
A list of conditions of which at least one must be met.
Member Of
promotions query ● PromotionWhereInput input