Skip to main content

taskBundles

Return a list of task bundles.

taskBundles(
where: QueryTaskBundlesWhereWhereConditions
search: String
orderBy: [QueryTaskBundlesOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): TaskBundleConnection!

Arguments

taskBundles.where ● QueryTaskBundlesWhereWhereConditions input

taskBundles.orderBy ● [QueryTaskBundlesOrderByOrderByClause!] list input

taskBundles.first ● Int! non-null scalar

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

taskBundles.after ● String scalar

A cursor after which elements are returned.

taskBundles.trashed ● Trashed enum

Allows to filter if trashed elements should be fetched.

Type

TaskBundleConnection object

A paginated list of TaskBundle edges.