Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactSortKeys
The set of valid sort keys for the CompanyContact query.
Signature:
export declare enum CompanyContactSortKeys
| Member | Value | Description |
|---|---|---|
| CompanyId | "COMPANY_ID" |
Sort by the company_id value. |
| CreatedAt | "CREATED_AT" |
Sort by the created_at value. |
"EMAIL" |
Sort by the email value. |
|
| Id | "ID" |
Sort by the id value. |
| Name | "NAME" |
Sort by the name value. |
| NameEmail | "NAME_EMAIL" |
Sort by the name_email value. |
| Relevance | "RELEVANCE" |
Sort by relevance to the search terms when the query parameter is specified on the connection. Don’t use this sort key when no search query is specified. |
| Title | "TITLE" |
Sort by the title value. |
| UpdatedAt | "UPDATED_AT" |
Sort by the updated_at value. |