ConfigurationField
Represents a field in the configuration details.
type ConfigurationField {
field: String!
description: String!
value: String!
rank: Float
}
Fields
ConfigurationField.field ● String! non-null scalar
The name of the field.
ConfigurationField.description ● String! non-null scalar
The translated description of the field extracted from the manifest.
ConfigurationField.value ● String! non-null scalar
The value of the field.
ConfigurationField.rank ● Float scalar
The rank value indicating order.
Member Of
ConfigurationItem object