Skip to main content
Version: 3.x

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

Name of the field.

ConfigurationItem.value ● String scalar

Current value of the field.

ConfigurationItem.type ● ConfigurationTypeFieldEnum enum

Type of the field.

ConfigurationItem.helpText ● String scalar

Help text for the field.

ConfigurationItem.label ● String scalar

Label for the field.

Member of

PluginConfiguration object


Was this page helpful?