clusterConfigRemoveSetting
Removes a setting from specific cluster config
clusterConfigRemoveSetting(
clusterConfigId: Int!
settingId: Int!
): Boolean!
Arguments
clusterConfigRemoveSetting.clusterConfigId
● Int!
non-null scalar
clusterConfigRemoveSetting.settingId
● Int!
non-null scalar
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.