StoreTranslation
No description
type StoreTranslation {
locale: String!
name: String
description: String
seo: StoreSEO
location: Location
}
No description
type StoreTranslation {
locale: String!
name: String
description: String
seo: StoreSEO
location: Location
}
StoreTranslation.locale ● String! non-null scalarStoreTranslation.name ● String scalarStoreTranslation.description ● String scalarStoreTranslation.seo ● StoreSEO objectStoreTranslation.location ● Location object