Skip to content

UpdateInterfaceSpecificationVersionTemplateInput

Input for the updateInterfaceSpecificationVersionTemplate mutation

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

Fields

UpdateInterfaceSpecificationVersionTemplateInput.description ● String scalar

The description of the NamedNode

UpdateInterfaceSpecificationVersionTemplateInput.id ● ID! non-null scalar

The id of the node to update

UpdateInterfaceSpecificationVersionTemplateInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateInterfaceSpecificationVersionTemplate mutation

Released under the MIT License.