ConfigurationItem
Stores information about a single configuration field.
type ConfigurationItem {
name: String!
value: String
type: ConfigurationTypeFieldEnum
helpText: String
label: String
}
Fields
ConfigurationItem.name
● String!
non-null scalar miscellaneous
Name of the field.
ConfigurationItem.value
● String
scalar miscellaneous
Current value of the field.
ConfigurationItem.type
● ConfigurationTypeFieldEnum
enum miscellaneous
Type of the field.
ConfigurationItem.helpText
● String
scalar miscellaneous
Help text for the field.
ConfigurationItem.label
● String
scalar miscellaneous
Label for the field.
Member Of
PluginConfiguration
object