INPUT_OBJECT
SortByDistance
# GraphQL Schema definition
1 input SortByDistance { 4 2 # Sort by this field, example: "geo_location" 3 String! : 7 5 # Reference point, usually current location 6 GeoPoint! : 9 8 DistanceUnit : 10 }
INPUT_OBJECT
1 input SortByDistance { 4 2 # Sort by this field, example: "geo_location" 3 String! : 7 5 # Reference point, usually current location 6 GeoPoint! : 9 8 DistanceUnit : 10 }