productGroups
Return a list of product groups.
productGroups(
where: QueryProductGroupsWhereWhereConditions
orderBy: [QueryProductGroupsOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): ProductGroupConnection!
Arguments
productGroups.where ● QueryProductGroupsWhereWhereConditions input
productGroups.orderBy ● [QueryProductGroupsOrderByOrderByClause!] list input
productGroups.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
productGroups.after ● String scalar
A cursor after which elements are returned.
productGroups.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
ProductGroupConnection object
A paginated list of ProductGroup edges.