INPUT_OBJECT

ConfigurationValueInput

  • input ConfigurationValueInput {
  • # The GUID of the configuration value to modify.
  • valueId: UUID!
  • # The new value of the configuration value. For enum (selection) values, this
  • # should be an integer.
  • value: Any
  • }