MediaAttachment
No description
type MediaAttachment {
id: ID!
sparePartsMachineId: ID
alt: [LocalizedString!]!
description: [LocalizedString!]!
tags: [LocalizedStringArray!]!
type: String
createdAt: DateTime
lastModifiedAt: DateTime
priority: Int
attachments: [LocalizedAttachment!]
orderId: Int
companyId: Int
customerId: Int
}
Fields
MediaAttachment.id
● ID!
non-null scalar
Media global unique identifier
MediaAttachment.sparePartsMachineId
● ID
scalar
Unique sparePartsMachine identifier that the media relates to
MediaAttachment.alt
● [LocalizedString!]!
non-null object
Media alt description that briefly explains the contents of the document.
MediaAttachment.description
● [LocalizedString!]!
non-null object
Media short description.
MediaAttachment.tags
● [LocalizedStringArray!]!
non-null object
Media tags.
MediaAttachment.type
● String
scalar
Media type
MediaAttachment.createdAt
● DateTime
scalar
The date and time (ISO 8601 format) when the media was created.
MediaAttachment.lastModifiedAt
● DateTime
scalar
The date and time (ISO 8601 format) when the media was last modified.