Skip to main content

CustomProductSnapshotCategory

No description

type CustomProductSnapshotCategory {
id: ID!
categoryType: CustomProductSnapshotCategoryType!
name: String!
isRequired: Boolean!
image: Image
variants: [CustomProductSnapshotCategoryVariant]
settings: CustomProductSnapshotCategorySettings
}

Fields

CustomProductSnapshotCategory.id ● ID! non-null scalar

CustomProductSnapshotCategory.categoryType ● CustomProductSnapshotCategoryType! non-null enum

CustomProductSnapshotCategory.name ● String! non-null scalar

CustomProductSnapshotCategory.isRequired ● Boolean! non-null scalar

CustomProductSnapshotCategory.image ● Image object

CustomProductSnapshotCategory.variants ● [CustomProductSnapshotCategoryVariant] list object

CustomProductSnapshotCategory.settings ● CustomProductSnapshotCategorySettings object

Member Of

ProductSnapshot object