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