EasementType
Represents information about a easement type.
type EasementType {
id: ID!
name: String
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.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