ProductAttributeTableTemplate
type ProductAttributeTableTemplate {
columns: [ProductAttributeTableCellData!]!
rows: [ProductAttributeTableCellData!]!
}
Fields
List of columns for product attribute table.
List of rows for product attribute table.
type ProductAttributeTableTemplate {
columns: [ProductAttributeTableCellData!]!
rows: [ProductAttributeTableCellData!]!
}
List of columns for product attribute table.
List of rows for product attribute table.