ShopTranslation
Represents shop translations.
type ShopTranslation implements Node {
id: ID!
language: LanguageDisplay!
headerText: String!
description: String!
}
Fields
ShopTranslation.id
● ID!
non-null scalar miscellaneous
The ID of the shop translation.
ShopTranslation.language
● LanguageDisplay!
non-null object miscellaneous
Translation language.
ShopTranslation.headerText
● String!
non-null scalar miscellaneous
Translated header text of sale.
ShopTranslation.description
● String!
non-null scalar miscellaneous
Translated description of sale.
Interfaces
Node
interface miscellaneous
An object with an ID
Member Of
Shop
object