MediaLocalizedStringArrayInput
Localized array of string values with language specification for tags and multi-value fields
input MediaLocalizedStringArrayInput {
language: String!
values: [String!]
}
Fields
MediaLocalizedStringArrayInput.language
● String!
non-null scalar
Language code for the localized content.
Must be a valid 2-character language code (e.g., 'EN', 'DE', 'FR'). Used to identify the language of the associated string array values for proper localization and display.
MediaLocalizedStringArrayInput.values
● [String!]
list scalar
Array of text values in the specified language.
Multiple string values for the specified language, commonly used for tags, keywords, or categories. Each value should be meaningful and relevant to the associated media content.
Member Of
MediaAttachmentInput
input ● MediaDocumentInput
input ● MediaImageInput
input ● MediaVideoInput
input ● UpdateMediaAttachmentInput
input ● UpdateMediaDocumentInput
input ● UpdateMediaImageInput
input ● UpdateMediaVideoInput
input