CreateEasementTypeInput
Provides the fields and values to use when creating a easement type.
input CreateEasementTypeInput {
name: String!
}
Fields
CreateEasementTypeInput.name ● String! non-null scalar
The name of the easement type.
Member Of
createEasementType mutation