INPUT_OBJECT
SetFilterLocationDistanceFrom
Only return Sets that are a certain distance away from a specified point
link GraphQL Schema definition
- input SetFilterLocationDistanceFrom {
- # Point at which to perform distance calculation
- SetFilterLocationDistanceFromPoint :
- # Distance from the point to include results in
- String :
- }