Skip to main content

EasementType

Represents information about a easement type.

type EasementType {
id: ID!
name: String
group: TypeGroup
groupId: ID
sortOrder: Int
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}

Fields

EasementType.id ● ID! non-null scalar

Easement type's unique identifier.

EasementType.name ● String scalar

The easement type's name.

EasementType.group ● TypeGroup object

The group this type belongs to.

EasementType.groupId ● ID scalar

The identifier of the group this type belongs to.

EasementType.sortOrder ● Int scalar

The order/placement of the type within its group.

EasementType.createdAt ● DateTimeTz! non-null scalar

The date and time when the easement type was created.

EasementType.updatedAt ● DateTimeTz! non-null scalar

The date and time when the easement type was last updated.

EasementType.deletedAt ● DateTimeTz scalar

The date and time when the easement type was deleted.

Returned By

createEasementType mutation ● deleteEasementType mutation ● easementType query ● restoreEasementType mutation ● updateEasementType mutation

Member Of

Easement object ● EasementTypeEdge object