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