TypeGroup
Represents a group that organizes a module's types.
type TypeGroup {
id: ID!
module: TypeGroupModule!
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}
Fields
TypeGroup.id ● ID! non-null scalar
Type group's unique identifier.
TypeGroup.module ● TypeGroupModule! non-null enum
The module the group belongs to.
TypeGroup.name ● String scalar
The name of the type group.
TypeGroup.createdAt ● DateTimeTz! non-null scalar
The date and time when the type group was created.
TypeGroup.updatedAt ● DateTimeTz! non-null scalar
The date and time when the type group was last updated.
TypeGroup.deletedAt ● DateTimeTz scalar
The date and time when the type group was deleted.
Returned By
createTypeGroup mutation ● deleteTypeGroup mutation ● restoreTypeGroup mutation ● typeGroup query ● updateTypeGroup mutation
Member Of
ActType object ● ContractType object ● CoordinationType object ● EasementType object ● LetterType object ● OrdinanceType object ● SpecificationType object ● SubmissionType object ● TaskType object ● TypeGroupEdge object