Skip to content

UpdateInterfacePartTemplateInput

Input for the updateInterfacePartTemplate mutation

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

Fields

UpdateInterfacePartTemplateInput.description ● String scalar

The description of the NamedNode

UpdateInterfacePartTemplateInput.id ● ID! non-null scalar

The id of the node to update

UpdateInterfacePartTemplateInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateInterfacePartTemplate mutation

Released under the MIT License.