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