INPUT_OBJECT
SortOrder
# GraphQL Schema definition
1 input SortOrder { 3 2 SortByChildField : 6 4 # Sort by distance to geo point 5 SortByDistance : 9 7 # Sort by given field by provided values 8 SortByFieldOrder : 12 10 # Sort by field 11 String : 14 13 String : 17 15 # Sort by distance to geo point based on custom_addresses 16 SortByDistance : 21 18 # To sort by profile property use `properties.` prefix, ex. `profile_field: 19 # "properties.color"` 20 String : 24 22 # Sort by profile property` 23 String : 27 25 # Name of the user profile type 26 String : 30 28 # Sort by property field 29 String : 31 }