StoreHomeCollectionsInput
No description
input StoreHomeCollectionsInput {
id: ID
headerText: String
collectionsPerRow: Int
collectionsId: [ID!]!
locale: String!
displayAs: DisplayAsEnum
stretchToFullWidth: Boolean
showCollectionName: Boolean
}