Skip to main content

NumericMarketingTagFilterInput

Defines a filter for searching for records based on the value of an NUMERIC marketing tag.

input NumericMarketingTagFilterInput {
from: Float
marketingTagId: ID!
to: Float
}

Fields

NumericMarketingTagFilterInput.from ● Float scalar

Filter records where the NUMERIC marketing tag value is greater than or equal to the specified value. Optional.

NumericMarketingTagFilterInput.marketingTagId ● ID! non-null scalar

The identifier of the marketing tag to filter on.

NumericMarketingTagFilterInput.to ● Float scalar

Filter records where the NUMERIC marketing tag value is less than or equal to the specified value. Optional.

Member Of

ContactMarketingFilterInput input ● MarketingSearchFilterInput input