OrdinanceType
Represents information about a ordinance type.
type OrdinanceType {
id: ID!
name: String
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.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