ClusterOption
No description
type ClusterOption implements IClusterOption {
id: Int!
clusterOptionId: Int!
isRequired: Boolean!
isHidden: YesNo!
defaultProduct: Product
products: [Product!]!
name(
language: String
): [LocalizedString!]!
description(
language: String
): [LocalizedString!]!
shortDescription(
language: String
): [LocalizedString!]!
}
Fields
ClusterOption.id ● Int! non-null scalar
ClusterOption.clusterOptionId ● Int! non-null scalar
The classID of the cluster that represents this cluster
ClusterOption.isRequired ● Boolean! non-null scalar
Indicates whether an option is required or not
ClusterOption.isHidden ● YesNo! non-null enum
Indicates whether an option is hidden or not
ClusterOption.defaultProduct ● Product object
The default product that should be selected for this option
ClusterOption.products ● [Product!]! non-null object
ClusterOption.name ● [LocalizedString!]! non-null object
ClusterOption.name.language ● String scalar
ClusterOption.description ● [LocalizedString!]! non-null object
ClusterOption.description.language ● String scalar
ClusterOption.shortDescription ● [LocalizedString!]! non-null object
ClusterOption.shortDescription.language ● String scalar
Interfaces
IClusterOption interface
Container for a set of options belonging to a configurable cluster