ordinanceTypes
Return a list of ordinance types.
ordinanceTypes(
where: QueryOrdinanceTypesWhereWhereConditions
orderBy: [QueryOrdinanceTypesOrderByOrderByClause!]
search: String
first: Int! = 50
after: String
trashed: Trashed
): OrdinanceTypeConnection!
Arguments
ordinanceTypes.where ● QueryOrdinanceTypesWhereWhereConditions input
ordinanceTypes.orderBy ● [QueryOrdinanceTypesOrderByOrderByClause!] list input
ordinanceTypes.search ● String scalar
ordinanceTypes.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
ordinanceTypes.after ● String scalar
A cursor after which elements are returned.
ordinanceTypes.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
OrdinanceTypeConnection object
A paginated list of OrdinanceType edges.