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