OBJECT
ConfigurationSection
Describes a single, standalone configuration section that does not belong to a configuration collection.
- type ConfigurationSection {
- # Describes this configuration section.
- : SectionDescriptor!
- # The GUID that refers to this specific collection of values.
- : UUID
- # The list of values that make up this collection.
- #
- # Arguments
- # valueId: Return a specific value with the given GUID.
- (: UUID): [NamedConfigurationValue!]!
- }