ordinances
Return a list of ordinances.
ordinances(
where: QueryOrdinancesWhereWhereConditions
hasMembers: QueryOrdinancesHasMembersWhereHasConditions
hasResponsible: QueryOrdinancesHasResponsibleWhereHasConditions
hasFollowers: QueryOrdinancesHasFollowersWhereHasConditions
hasCreator: QueryOrdinancesHasCreatorWhereHasConditions
relationIsAbsent: OrdinancesRelations
search: String
orderBy: [QueryOrdinancesOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): OrdinanceConnection!
Arguments
ordinances.where
● QueryOrdinancesWhereWhereConditions
input
ordinances.hasMembers
● QueryOrdinancesHasMembersWhereHasConditions
input
ordinances.hasResponsible
● QueryOrdinancesHasResponsibleWhereHasConditions
input
ordinances.hasFollowers
● QueryOrdinancesHasFollowersWhereHasConditions
input
ordinances.hasCreator
● QueryOrdinancesHasCreatorWhereHasConditions
input
ordinances.relationIsAbsent
● OrdinancesRelations
enum
ordinances.search
● String
scalar
ordinances.orderBy
● [QueryOrdinancesOrderByOrderByClause!]
list 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.