ConnectionsSort
Sorting options for the connections list.
input ConnectionsSort {
field: ConnectionsSortField!
order: SortOrder!
}
Fields
ConnectionsSort.field ● ConnectionsSortField! non-null enum {#field}
The field to sort by.
ConnectionsSort.order ● SortOrder! non-null enum {#order}
Ascending or descending.