Skip to main content

IndustryBrandEdge

A Relay edge containing a IndustryBrand and its cursor.

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

Fields

IndustryBrandEdge.node ● Brand object

The item at the end of the edge

IndustryBrandEdge.cursor ● String! non-null scalar

A cursor for use in pagination

IndustryBrandEdge.id ● ID scalar

IndustryBrandEdge.brandDoesBusinessWithinIndustryId ● UUID scalar

IndustryBrandEdge.datasetIds ● JSON scalar

IndustryBrandEdge.firstObservedDate ● String scalar

IndustryBrandEdge.lastObservedDate ● String scalar

IndustryBrandEdge.rank ● Int scalar

IndustryBrandEdge.internalId ● String scalar

IndustryBrandEdge.internalBrandDoesBusinessWithinIndustryId ● String scalar

Member Of

IndustryBrandConnection object