Skip to Content

ProductGroupSortKey

The set of valid sort keys for product group listings. Use this enum to specify how product groups should be sorted in list queries.

Enum Definition

enum ProductGroupSortKey { TITLE }

Values

ValueDescription
TITLESort product groups alphabetically by title

Example

{ productGroups(sortKey: TITLE, first: 10) { edges { node { id title } } } }
  • ProductGroup
  • ProductGroupConnection
  • ProductGroupEdge