ContactStoresOrderBy
Defines the field to order contact stores by when searching and the sort direction to sort by.
input ContactStoresOrderBy {
direction: OrderByDirection!
field: ContactStoreOrderByField!
}
Fields
ContactStoresOrderBy.direction
● OrderByDirection!
non-null enum
Indicates the sort direction to use when ordering search results.
ContactStoresOrderBy.field
● ContactStoreOrderByField!
non-null enum
Indicates the contact store field to sort contact stores by when searching.
Member Of
FindContactStoresInput
input