OBJECT

ConfigurationSection

Describes a single, standalone configuration section that does not belong to a configuration collection.

  • type ConfigurationSection {
  • # Describes this configuration section.
  • sectionDescriptor: SectionDescriptor!
  • # The GUID that refers to this specific collection of values.
  • collectionId: UUID
  • # The list of values that make up this collection.
  • #
  • # Arguments
  • # valueId: Return a specific value with the given GUID.
  • values(valueId: UUID): [NamedConfigurationValue!]!
  • }