Converts the column property name and order from lower case to snake case (all caps) as required by a Postgraphile backend. It will return undefined if the calculated value can not be found on the sortingEnum.
undefined
Sorting data coming from <Explorer />
<Explorer />
Enumeration containing the values on your Postgraphile backend. Usually {QueryName}OrderBy.
{QueryName}OrderBy
Generated using TypeDoc
Converts the column property name and order from lower case to snake case (all caps) as required by a Postgraphile backend. It will return
undefined
if the calculated value can not be found on the sortingEnum.