Skip to main content

SpecificationType

Represents information about a specification type.

type SpecificationType {
id: ID!
name: String
group: TypeGroup
groupId: ID
sortOrder: Int
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.group ● TypeGroup object

The group this type belongs to.

SpecificationType.groupId ● ID scalar

The identifier of the group this type belongs to.

SpecificationType.sortOrder ● Int scalar

The order/placement of the type within its group.

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