SpecificationType
Represents information about a specification type.
type SpecificationType {
id: ID!
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
SpecificationType.id ● ID! non-null scalar
Specification type's unique identifier.
SpecificationType.name ● String scalar
The specification type's name.
SpecificationType.createdAt ● DateTimeTz! non-null scalar
The date and time when the specification type was created.
SpecificationType.updatedAt ● DateTimeTz! non-null scalar
The date and time when the specification type was last updated.
SpecificationType.deletedAt ● DateTimeTz scalar
The date and time when the specification type was deleted.
Returned By
createSpecificationType mutation ● deleteSpecificationType mutation ● restoreSpecificationType mutation ● specificationType query ● updateSpecificationType mutation
Member Of
Specification object ● SpecificationTypeEdge object