Skip to content

UpdateComponentVersionTemplateInput ​

Input for the updateComponentVersionTemplate mutation

graphql
input UpdateComponentVersionTemplateInput {
  description: String
  id: ID!
  name: String
}

Fields ​

UpdateComponentVersionTemplateInput.description ● String scalar ​

The description of the NamedNode

UpdateComponentVersionTemplateInput.id ● ID! non-null scalar ​

The id of the node to update

UpdateComponentVersionTemplateInput.name ● String scalar ​

The new name of the NamedNode, must not be empty

Member Of ​

updateComponentVersionTemplate mutation

Released under the MIT License.