DateMarketingTagFilterInput
Defines a filter for searching for records based on the value of an DATE marketing tag.
input DateMarketingTagFilterInput {
from: LocalDate
marketingTagId: ID!
to: LocalDate
}
Fields
DateMarketingTagFilterInput.from ● LocalDate scalar
Filter records where the DATE marketing tag value is greater than or equal to the specified value. Optional.
DateMarketingTagFilterInput.marketingTagId ● ID! non-null scalar
The identifier of the marketing tag to filter on.
DateMarketingTagFilterInput.to ● LocalDate scalar
Filter records where the DATE marketing tag value is less than or equal to the specified value. Optional.
Member Of
ContactMarketingFilterInput input ● MarketingSearchFilterInput input