VoucherTranslation
No description
type VoucherTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
}
Fields
VoucherTranslation.id ● ID! non-null scalar
VoucherTranslation.language ● LanguageDisplay! non-null object
Translation language.
VoucherTranslation.name ● String scalar
Interfaces
Node interface
An object with an ID
Member of
Voucher object
Was this page helpful?