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