coordinations
Return a list of coordinations.
coordinations(
where: QueryCoordinationsWhereWhereConditions
whereHas: [CoordinationsWhereHasInput!]
search: String
orderBy: [QueryCoordinationsOrderByOrderByClause!]
groupBy: GroupByInputCoordinationsGroupableColumns
first: Int! = 50
after: String
trashed: Trashed
): CoordinationConnection!
Arguments
coordinations.where ● QueryCoordinationsWhereWhereConditions input
coordinations.whereHas ● [CoordinationsWhereHasInput!] list input
coordinations.search ● String scalar
coordinations.orderBy ● [QueryCoordinationsOrderByOrderByClause!] list input
coordinations.groupBy ● GroupByInputCoordinationsGroupableColumns input
coordinations.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
coordinations.after ● String scalar
A cursor after which elements are returned.
coordinations.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
CoordinationConnection object
A paginated list of Coordination edges.