Skip to main content

BrandIndustryEdge

A Relay edge containing a BrandIndustry and its cursor.

type BrandIndustryEdge {
node: Industry
cursor: String!
id: ID
brandDoesBusinessWithinIndustryId: UUID
datasetIds: JSON
firstObservedDate: String
lastObservedDate: String
rank: Int
internalId: String
internalBrandDoesBusinessWithinIndustryId: String
}

Fields

BrandIndustryEdge.node ● Industry object

The item at the end of the edge

BrandIndustryEdge.cursor ● String! non-null scalar

A cursor for use in pagination

BrandIndustryEdge.id ● ID scalar

BrandIndustryEdge.brandDoesBusinessWithinIndustryId ● UUID scalar

BrandIndustryEdge.datasetIds ● JSON scalar

BrandIndustryEdge.firstObservedDate ● String scalar

BrandIndustryEdge.lastObservedDate ● String scalar

BrandIndustryEdge.rank ● Int scalar

BrandIndustryEdge.internalId ● String scalar

BrandIndustryEdge.internalBrandDoesBusinessWithinIndustryId ● String scalar

Member Of

BrandIndustryConnection object