Skip to content

UpdateIntraComponentDependencySpecificationTypeInput

Input for the updateIntraComponentDependencySpecificationType mutation

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

Fields

UpdateIntraComponentDependencySpecificationTypeInput.description ● String scalar

The description of the NamedNode

UpdateIntraComponentDependencySpecificationTypeInput.id ● ID! non-null scalar

The id of the node to update

UpdateIntraComponentDependencySpecificationTypeInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateIntraComponentDependencySpecificationType mutation

Released under the MIT License.