LinkPreviewInfo
Summary info for a link.
type LinkPreviewInfo {
description: String!
icon: String!
promotionsCount: Int!
sectionName: String!
}
Fields
LinkPreviewInfo.description ● String! non-null scalar
The link's preview text to show on the brand modal
LinkPreviewInfo.icon ● String! non-null scalar
The link's preview text to show on the brand modal
LinkPreviewInfo.promotionsCount ● Int! non-null scalar
The link's promotion count
LinkPreviewInfo.sectionName ● String! non-null scalar
What section in the brand modal this link belongs to
Member of
Link object