OBJECT

NamedConfigurationValue

Represents a single unit of configuration with a named option key.

  • type NamedConfigurationValue {
  • # The value set for the configuration option.
  • value: ConfigurationValue
  • # The string key of the configuration option this value is set for.
  • optionKey: String!
  • # The string key of the configuration section that contains the option this value
  • # is set for.
  • sectionKey: String
  • }