ConfigurationItemInput
No description
input ConfigurationItemInput {
name: String!
value: GenericScalar
}
Fields
ConfigurationItemInput.name ● String! non-null scalar
Name of the field to update.
ConfigurationItemInput.value ● GenericScalar scalar
Value of the given field to update.
Member Of
PluginUpdateInput input