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