Skip to main content

UpdateSpecificationTypeInput

Provides the fields and values to use when updating a specification type.

input UpdateSpecificationTypeInput {
id: ID!
name: String
groupId: ID
}

Fields

UpdateSpecificationTypeInput.id ● ID! non-null scalar

Specifies the specification type to update.

UpdateSpecificationTypeInput.name ● String scalar

The name of the specification type.

UpdateSpecificationTypeInput.groupId ● ID scalar

The identifier of the group this type belongs to.

Member Of

updateSpecificationType mutation