CustomerSortableField
Available fields for sorting customer search results in queries and listings
enum CustomerSortableField {
  NAME
  LAST_MODIFIED_AT
  CREATED_AT
}
Values
CustomerSortableField.NAME
Sort customers alphabetically by their first name
CustomerSortableField.LAST_MODIFIED_AT
Sort customers by the timestamp when they were last updated, most recent first
CustomerSortableField.CREATED_AT
Sort customers by the timestamp when they were created, newest first
Member Of
CustomerSortInput  input