INPUT_OBJECT

SetFilterLocation

Filter Sets by geographical constraints.

link GraphQL Schema definition

  • input SetFilterLocation {
  • # Only return Sets in this state. Only applicable to US states
  • state: String
  • # Only return Sets in this country. Expects a valid two-letter country code
  • country: String
  • distanceFrom: SetFilterLocationDistanceFrom
  • }