MediaVideo
No description
type MediaVideo {
id: ID!
productId: ID
clusterId: ID
categoryId: ID
sparePartsMachineId: ID
alt(
language: String
): [LocalizedString!]!
description(
language: String
): [LocalizedString!]!
tags(
language: String
): [LocalizedStringArray!]!
type: String
createdAt: DateTime
lastModifiedAt: DateTime
priority: Int
videos: [LocalizedVideo!]
}
Fields
MediaVideo.id
● ID!
non-null scalar
Media global unique identifier
MediaVideo.productId
● ID
scalar
Unique product identifier that the media relates to
MediaVideo.clusterId
● ID
scalar
Unique cluster identifier that the media relates to
MediaVideo.categoryId
● ID
scalar
Unique category identifier that the media relates to
MediaVideo.sparePartsMachineId
● ID
scalar
Unique sparePartsMachine identifier that the media relates to
MediaVideo.alt
● [LocalizedString!]!
non-null object
Media alt description that briefly explains the contents of the document.
MediaVideo.alt.language
●String
scalar
MediaVideo.description
● [LocalizedString!]!
non-null object
Media short description.
MediaVideo.description.language
●String
scalar
MediaVideo.tags
● [LocalizedStringArray!]!
non-null object
Media tags.
MediaVideo.tags.language
●String
scalar
MediaVideo.type
● String
scalar
Media type
MediaVideo.createdAt
● DateTime
scalar
The date and time (ISO 8601 format) when the media was created.
MediaVideo.lastModifiedAt
● DateTime
scalar
The date and time (ISO 8601 format) when the media was last modified.
MediaVideo.priority
● Int
scalar
Media display priority [Lower value has higher priority] - default: 1000
MediaVideo.videos
● [LocalizedVideo!]
list object
List of video objects
Returned By
mediaVideo
query ● mediaVideoCreate
mutation ● mediaVideoUpdate
mutation
Member Of
Media
object ● PaginatedMediaVideoResponse
object