Skip to main content

TimelineTarget

No description

type TimelineTarget {
type: String!
label: String!
linkTargetId: String
}

Fields

TimelineTarget.type ● String! non-null scalar

Lowercase model name, e.g. 'seller', 'product', 'category'.

TimelineTarget.label ● String! non-null scalar

Human-readable identifier (name, title, etc).

TimelineTarget.linkTargetId ● String scalar

Global ID for navigation. Null when no detail page exists.

Member Of

TimelineEntry object

Was this page helpful?