Skip to main content

ordinances

Return a list of ordinances.

ordinances(
where: QueryOrdinancesWhereWhereConditions
whereHas: [OrdinancesWhereHasInput!]
search: String
orderBy: [QueryOrdinancesOrderByOrderByClause!]
groupBy: GroupByInputOrdinancesGroupableColumns
first: Int! = 50
after: String
trashed: Trashed
): OrdinanceConnection!

Arguments

ordinances.where ● QueryOrdinancesWhereWhereConditions input

ordinances.whereHas ● [OrdinancesWhereHasInput!] list input

ordinances.orderBy ● [QueryOrdinancesOrderByOrderByClause!] list input

ordinances.groupBy ● GroupByInputOrdinancesGroupableColumns input

ordinances.first ● Int! non-null scalar

Limits number of fetched items. Maximum allowed value: 50.

ordinances.after ● String scalar

A cursor after which elements are returned.

ordinances.trashed ● Trashed enum

Allows to filter if trashed elements should be fetched.

Type

OrdinanceConnection object

A paginated list of Ordinance edges.