CreateOrdinanceTypeInput
Provides the fields and values to use when creating an ordinance type.
input CreateOrdinanceTypeInput {
name: String!
}
Fields
CreateOrdinanceTypeInput.name
● String!
non-null scalar
The name of the ordinance type.
Member Of
createOrdinanceType
mutation