Skip to main content

actTypes

Return a list of act types.

actTypes(
where: QueryActTypesWhereWhereConditions
orderBy: [QueryActTypesOrderByOrderByClause!]
search: String
first: Int! = 50
after: String
trashed: Trashed
): ActTypeConnection!

Arguments

actTypes.where ● QueryActTypesWhereWhereConditions input

actTypes.orderBy ● [QueryActTypesOrderByOrderByClause!] list input

actTypes.first ● Int! non-null scalar

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

actTypes.after ● String scalar

A cursor after which elements are returned.

actTypes.trashed ● Trashed enum

Allows to filter if trashed elements should be fetched.

Type

ActTypeConnection object

A paginated list of ActType edges.