StoreHomeCatalog
No description
type StoreHomeCatalog {
id: ID!
collectionsRows: [StoreHomeCollections!]
productsRows: [StoreHomeProducts!]
attributesRows: [StoreHomeAttributes!]
}
No description
type StoreHomeCatalog {
id: ID!
collectionsRows: [StoreHomeCollections!]
productsRows: [StoreHomeProducts!]
attributesRows: [StoreHomeAttributes!]
}
StoreHomeCatalog.id ● ID! non-null scalarStoreHomeCatalog.collectionsRows ● [StoreHomeCollections!] list objectStoreHomeCatalog.productsRows ● [StoreHomeProducts!] list objectStoreHomeCatalog.attributesRows ● [StoreHomeAttributes!] list object