Skip to content

UpdateArtefactTemplateInput

Input for the updateArtefactTemplate mutation

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

Fields

UpdateArtefactTemplateInput.description ● String scalar

The description of the NamedNode

UpdateArtefactTemplateInput.id ● ID! non-null scalar

The id of the node to update

UpdateArtefactTemplateInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateArtefactTemplate mutation

Released under the MIT License.