CreateSpecificationTypeInput
Provides the fields and values to use when creating a specification type.
input CreateSpecificationTypeInput {
name: String!
}
Fields
CreateSpecificationTypeInput.name ● String! non-null scalar
The name of the specification type.
Member Of
createSpecificationType mutation