Skip to main content

UpdateEasementTypeInput

Provides the fields and values to use when updating a easement type.

input UpdateEasementTypeInput {
id: ID!
name: String
groupId: ID
}

Fields

UpdateEasementTypeInput.id ● ID! non-null scalar

Specifies the easement type to update.

UpdateEasementTypeInput.name ● String scalar

The name of the easement type.

UpdateEasementTypeInput.groupId ● ID scalar

The identifier of the group this type belongs to.

Member Of

updateEasementType mutation