CartItemCustomProductCategory
No description
type CartItemCustomProductCategory {
id: ID!
categoryType: CategoryType!
name: String!
isRequired: Boolean
maxSelect: Int
maxQuantity: Int
image: Image
}
Fields
CartItemCustomProductCategory.id ● ID! non-null scalar
CartItemCustomProductCategory.categoryType ● CategoryType! non-null enum
CartItemCustomProductCategory.name ● String! non-null scalar
CartItemCustomProductCategory.isRequired ● Boolean scalar
CartItemCustomProductCategory.maxSelect ● Int scalar
CartItemCustomProductCategory.maxQuantity ● Int scalar
CartItemCustomProductCategory.image ● Image object
Member Of
CartItemCustomBuildCategory object