ProductVideo
Represents a product video.
type ProductVideo implements Node {
id: ID!
alt: String
sortOrder: Int
externalId: String
externalSource: String
auditEvents(
before: String
after: String
first: Int
last: Int
): ProductVideoAuditEventCountableConnection!
url: String!
}
Fields
ProductVideo.id ● ID! non-null scalar
The Globally Unique ID of this object
ProductVideo.alt ● String scalar
Alt text for the video
ProductVideo.sortOrder ● Int scalar
Sort order of the video
ProductVideo.externalId ● String scalar
External system identifier
ProductVideo.externalSource ● String scalar
External system source
ProductVideo.auditEvents ● ProductVideoAuditEventCountableConnection! non-null object
Database-level audit trail for this product video (requires MANAGE_PRODUCTS).
ProductVideo.auditEvents.before ● String scalar
Returns the items in the list that come before the specified cursor.
ProductVideo.auditEvents.after ● String scalar
Returns the items in the list that come after the specified cursor.
ProductVideo.auditEvents.first ● Int scalar
Returns the first n items from the list.
ProductVideo.auditEvents.last ● Int scalar
Returns the items in the list that come after the specified cursor.
ProductVideo.url ● String! non-null scalar
The URL of the video
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
Product object ● ProductVariantVideoAssign object ● ProductVariantVideoUnassign object ● ProductVideoBulkCreate object ● ProductVideoCountableEdge object ● ProductVideoCreate object ● ProductVideoDelete object ● ProductVideoReorder object ● ProductVideoUpdate object