TranslationNamespace
Translation namespace (e.g., common, product, checkout)
type TranslationNamespace {
entries: [TranslationEntry!]!
namespace: String!
}
Fields
TranslationNamespace.entries ● [TranslationEntry!]! non-null object
Translations in this namespace
TranslationNamespace.namespace ● String! non-null scalar
Namespace identifier
Member Of
Translations object