AboutType
No description
type AboutType {
title: String
content: String
isActive: Boolean
locale: String
locales: [String]
translations: [StoreAboutTranslation]
}
Fields
AboutType.title ● String scalar
AboutType.content ● String scalar
AboutType.isActive ● Boolean scalar
AboutType.locale ● String scalar
AboutType.locales ● [String] list scalar
AboutType.translations ● [StoreAboutTranslation] list object
Member Of
StoreAppearance object