Skip to main content

UpdateOrdinanceTypeInput

Provides the fields and values to use when updating an ordinance type.

input UpdateOrdinanceTypeInput {
id: ID!
name: String
groupId: ID
}

Fields

UpdateOrdinanceTypeInput.id ● ID! non-null scalar

Specifies the ordinance type to update.

UpdateOrdinanceTypeInput.name ● String scalar

The name of the ordinance type.

UpdateOrdinanceTypeInput.groupId ● ID scalar

The identifier of the group this type belongs to.

Member Of

updateOrdinanceType mutation