UpdateSpecificationTypeInput
Provides the fields and values to use when updating a specification type.
input UpdateSpecificationTypeInput {
id: ID!
name: String
}
Fields
UpdateSpecificationTypeInput.id ● ID! non-null scalar
Specifies the specification type to update.
UpdateSpecificationTypeInput.name ● String scalar
The name of the specification type.
Member Of
updateSpecificationType mutation