LegalEntityBrandEdge
A Relay edge containing a LegalEntityBrand
and its cursor.
type LegalEntityBrandEdge {
node: Brand
cursor: String!
id: ID
legalEntityDoesBusinessAsBrandId: UUID
datasetIds: JSON
firstObservedDate: String
lastObservedDate: String
rank: Int
internalId: String
internalLegalEntityDoesBusinessAsBrandId: String
}
Fields
LegalEntityBrandEdge.node
● Brand
object
The item at the end of the edge
LegalEntityBrandEdge.cursor
● String!
non-null scalar
A cursor for use in pagination
LegalEntityBrandEdge.id
● ID
scalar
LegalEntityBrandEdge.legalEntityDoesBusinessAsBrandId
● UUID
scalar
LegalEntityBrandEdge.datasetIds
● JSON
scalar
LegalEntityBrandEdge.firstObservedDate
● String
scalar
LegalEntityBrandEdge.lastObservedDate
● String
scalar
LegalEntityBrandEdge.rank
● Int
scalar
LegalEntityBrandEdge.internalId
● String
scalar
LegalEntityBrandEdge.internalLegalEntityDoesBusinessAsBrandId
● String
scalar
Member Of
LegalEntityBrandConnection
object