VoucherTranslatableContent
Represents voucher's original translatable fields and related translations.
type VoucherTranslatableContent implements Node {
id: ID!
name: String
translation(languageCode: LanguageCodeEnum!): VoucherTranslation
voucher: Voucher @deprecated
}
Fields
VoucherTranslatableContent.id
● ID!
non-null scalar
The ID of the voucher translatable content.