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