Magidoc

SetConfigValueInput
Input Object

An input to set a ConfigValue.

Fields

#

description

The description of the ConfigValue, to help you remember what it's for, if necessary

id

The ID of the ConfigValue to set, only required to update an existing ConfigValue

name

Non-null

The name of the ConfigValue

secret

Non-null

Whether or not the ConfigValue should be treated as a secret

value

Non-null

The new value of the ConfigValue, this is a JSON compatible scalar value

Usages

#

References

#

  • Argument input of field setConfigValue from type Mutation