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