Skip to content
ActivityRegistrationSortEnum

Ordering for a ProductPurchase.registrations page. createdAtDesc (the default) lists most-recently-booked first. sessionStartAsc / sessionStartDesc order by the registration's session start time — e.g. registrations(first: 1, sort: sessionStartAsc) returns the purchase's earliest (first-used) session.

Values

  • createdAtDesc
  • sessionStartAsc
  • sessionStartDesc

Used in

ActivityRegistrationSort