BrandIsMarketable
Description
Contains a boolean value indicating whether the brand is marketable.
Data Sources
A brand is considered marketable if it meets certain criteria, like whether it has open locations, revenue in the last 12 months, or reviews in the last 12 months.
type BrandIsMarketable implements MathFunctions {
id: UUID!
firstObservedDate: String
lastObservedDate: String
isMarketable: Boolean
internalId: String
internalBrandId: String
count(
field: String!
conditions: Conditions
): Int
sum(
field: String!
conditions: Conditions
): Int
min(
field: String!
conditions: Conditions
): Int
max(
field: String!
conditions: Conditions
): Int
avg(
field: String!
conditions: Conditions
): Float
collect(
field: String!
separator: String
conditions: Conditions
): String
minDateTime(
field: String!
conditions: Conditions
): DateTime
maxDateTime(
field: String!
conditions: Conditions
): DateTime
}
Fields
BrandIsMarketable.id ● UUID! non-null scalar
BrandIsMarketable.firstObservedDate ● String scalar
BrandIsMarketable.lastObservedDate ● String scalar
BrandIsMarketable.isMarketable ● Boolean scalar
This field contains a boolean value indicating whether the brand is marketable.
BrandIsMarketable.internalId ● String scalar
BrandIsMarketable.internalBrandId ● String scalar
BrandIsMarketable.count ● Int scalar
BrandIsMarketable.count.field ● String! non-null scalar
BrandIsMarketable.count.conditions ● Conditions input
BrandIsMarketable.sum ● Int scalar
BrandIsMarketable.sum.field ● String! non-null scalar
BrandIsMarketable.sum.conditions ● Conditions input
BrandIsMarketable.min ● Int scalar
BrandIsMarketable.min.field ● String! non-null scalar
BrandIsMarketable.min.conditions ● Conditions input
BrandIsMarketable.max ● Int scalar
BrandIsMarketable.max.field ● String! non-null scalar
BrandIsMarketable.max.conditions ● Conditions input
BrandIsMarketable.avg ● Float scalar
BrandIsMarketable.avg.field ● String! non-null scalar
BrandIsMarketable.avg.conditions ● Conditions input
BrandIsMarketable.collect ● String scalar
BrandIsMarketable.collect.field ● String! non-null scalar
BrandIsMarketable.collect.separator ● String scalar
BrandIsMarketable.collect.conditions ● Conditions input
BrandIsMarketable.minDateTime ● DateTime scalar
BrandIsMarketable.minDateTime.field ● String! non-null scalar
BrandIsMarketable.minDateTime.conditions ● Conditions input
BrandIsMarketable.maxDateTime ● DateTime scalar
BrandIsMarketable.maxDateTime.field ● String! non-null scalar
BrandIsMarketable.maxDateTime.conditions ● Conditions input
Interfaces
MathFunctions interface
Member Of
BrandIsMarketableEdge object