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