Skip to main content

coordinationGroups

Return a list of coordination groups.

coordinationGroups(
where: QueryCoordinationGroupsWhereWhereConditions
orderBy: [QueryCoordinationGroupsOrderByOrderByClause!]
search: String
first: Int! = 50
after: String
trashed: Trashed
): CoordinationGroupConnection!

Arguments

coordinationGroups.where ● QueryCoordinationGroupsWhereWhereConditions input

coordinationGroups.orderBy ● [QueryCoordinationGroupsOrderByOrderByClause!] list input

coordinationGroups.search ● String scalar

coordinationGroups.first ● Int! non-null scalar

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

coordinationGroups.after ● String scalar

A cursor after which elements are returned.

coordinationGroups.trashed ● Trashed enum

Allows to filter if trashed elements should be fetched.

Type

CoordinationGroupConnection object

A paginated list of CoordinationGroup edges.