MediaAttachmentInput
No description
input MediaAttachmentInput {
sparePartsMachineId: ID
alt: [MediaLocalizedStringInput!]!
description: [MediaLocalizedStringInput!]!
tags: [MediaLocalizedStringArrayInput!]!
priority: Int
uploadAttachments: [UploadFileInput!]!
orderId: Int
companyId: Int
customerId: Int
}
Fields
MediaAttachmentInput.sparePartsMachineId
● ID
scalar
Associates the media item with a specific spare parts machine
MediaAttachmentInput.alt
● [MediaLocalizedStringInput!]!
non-null input
Alternative text descriptions for accessibility and SEO purposes.
Provides brief, descriptive text that explains the media content for screen readers and when the media cannot be displayed. Each entry supports different languages.
MediaAttachmentInput.description
● [MediaLocalizedStringInput!]!
non-null input
Detailed descriptions of the media content.
Provides comprehensive information about what the media shows or contains. Used for search indexing and user information. Each entry supports different languages.
MediaAttachmentInput.tags
● [MediaLocalizedStringArrayInput!]!
non-null input
Searchable tags for categorizing and filtering media content.
Keywords that help organize and discover media items. Used for search functionality and content organization. Each entry supports different languages with multiple tag values.
MediaAttachmentInput.priority
● Int
scalar
Display order priority for the media item.
Lower numeric values indicate higher priority and will be displayed first. Used for controlling the order of media items in galleries and listings.
MediaAttachmentInput.uploadAttachments
● [UploadFileInput!]!
non-null input
Upload File input reference
MediaAttachmentInput.orderId
● Int
scalar
Unique order identifier that the attachment relates to. [Cannot use it together with sparePartsMachineId]
MediaAttachmentInput.companyId
● Int
scalar
Unique company identifier that the attachment relates to. [Cannot use it together with customerId]
MediaAttachmentInput.customerId
● Int
scalar
Unique customer identifier that the attachment relates to. [Cannot use it together with companyId]
Member Of
mediaAttachmentCreate
mutation