ClusterConfigSettingCreateInput
Input for creating a new cluster configuration setting
input ClusterConfigSettingCreateInput {
attributeName: String!
displayType: ClusterConfigSettingDisplayType!
priority: Int
}
Fields
ClusterConfigSettingCreateInput.attributeName ● String! non-null scalar
Name of the configurable attribute exposed by the setting.
ClusterConfigSettingCreateInput.displayType ● ClusterConfigSettingDisplayType! non-null enum
Control type used when surfacing the setting in user interfaces.
ClusterConfigSettingCreateInput.priority ● Int scalar
Relative ranking used when ordering settings in user interfaces; higher values surface first.
Member Of
clusterConfigSettingCreate mutation