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