Skip to main content

typeGroups

Return a list of type groups, optionally filtered by module.

typeGroups(
where: QueryTypeGroupsWhereWhereConditions
orderBy: [QueryTypeGroupsOrderByOrderByClause!]
first: Int!
after: String
trashed: Trashed
): TypeGroupConnection!

Arguments

typeGroups.where ● QueryTypeGroupsWhereWhereConditions input

typeGroups.orderBy ● [QueryTypeGroupsOrderByOrderByClause!] list input

typeGroups.first ● Int! non-null scalar

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

typeGroups.after ● String scalar

A cursor after which elements are returned.

typeGroups.trashed ● Trashed enum

Allows to filter if trashed elements should be fetched.

Type

TypeGroupConnection object

A paginated list of TypeGroup edges.