Skip to main content

ConfigurationItem

Stores information about a single configuration field.

type ConfigurationItem {
name: String!
value: String
type: ConfigurationTypeFieldEnum
helpText: String
label: String
options: [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.

ConfigurationItem.options ● [String!] list scalar

Options for the field.

Member Of

Plugin object

Was this page helpful?