Skip to main content

OrdinanceType

Represents information about a ordinance type.

type OrdinanceType {
id: ID!
name: String
group: TypeGroup
groupId: ID
sortOrder: Int
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}

Fields

OrdinanceType.id ● ID! non-null scalar

Ordinance type's unique identifier.

OrdinanceType.name ● String scalar

The ordinance type's name.

OrdinanceType.group ● TypeGroup object

The group this type belongs to.

OrdinanceType.groupId ● ID scalar

The identifier of the group this type belongs to.

OrdinanceType.sortOrder ● Int scalar

The order/placement of the type within its group.

OrdinanceType.createdAt ● DateTimeTz! non-null scalar

The date and time when the ordinance type was created.

OrdinanceType.updatedAt ● DateTimeTz! non-null scalar

The date and time when the ordinance type was last updated.

OrdinanceType.deletedAt ● DateTimeTz scalar

The date and time when the ordinance type was deleted.

Returned By

createOrdinanceType mutation ● deleteOrdinanceType mutation ● ordinanceType query ● restoreOrdinanceType mutation ● updateOrdinanceType mutation

Member Of

Ordinance object ● OrdinanceTypeEdge object