ClusterConfigCreateInput
Input for creating a new cluster configuration template.
Contains the configuration name and settings that define how product clusters should behave, including field editability, sharing rules, and customer interaction patterns. Used to establish consistent cluster behavior across the catalog.
input ClusterConfigCreateInput {
name: String!
settings: [ClusterConfigSettingInput!]
}
Fields
ClusterConfigCreateInput.name
● String!
non-null scalar
Name for the cluster configuration template.
Descriptive name that identifies the purpose and behavior of this configuration. Must be between 2 and 35 characters long and will be used for administrative identification and management.
ClusterConfigCreateInput.settings
● [ClusterConfigSettingInput!]
list input
Initial configuration settings for the cluster config.
Collection of settings that define how product attributes and fields should behave within clusters using this configuration, including editability, visibility, and interaction rules.
Member Of
clusterConfigCreate
mutation