UpdateEasementTypeInput
Provides the fields and values to use when updating a easement type.
input UpdateEasementTypeInput {
id: ID!
name: String
}
Fields
UpdateEasementTypeInput.id
● ID!
non-null scalar
Specifies the easement type to update.
UpdateEasementTypeInput.name
● String
scalar
The name of the easement type.
Member Of
updateEasementType
mutation