You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can sort on an attribute in a query by the attribute name: sorting=myAttribute
You can also sort on map keys and values using sorting=myMap.key and sorting=myMap.value
By also supporting fieldPaths, we could also support e.g sorting=myMap{myKey} to sort on the values at a specific key.
The text was updated successfully, but these errors were encountered:
You can sort on an attribute in a query by the attribute name:
sorting=myAttribute
You can also sort on map keys and values using
sorting=myMap.key
andsorting=myMap.value
By also supporting fieldPaths, we could also support e.g
sorting=myMap{myKey}
to sort on the values at a specific key.The text was updated successfully, but these errors were encountered: