Skip to main content

LocationSearch

Find locations based on coordinates

LocationSearch(
first: Int
after: String
last: Int
before: String
currency: Currency
siteId: ID
query: String
department: MerchantDepartmentType
brandId: ID
linkTypes: [LinkType!]
linkCategory: LinkCategory
coordinates: CoordinatesInput
distance: Int = 80
): LocationConnection!

Arguments

LocationSearch.first ● Int scalar

Returns the first n elements from the list.

LocationSearch.after ● String scalar

Returns the elements in the list that come after the specified cursor.

LocationSearch.last ● Int scalar

Returns the last n elements from the list.

LocationSearch.before ● String scalar

Returns the elements in the list that come before the specified cursor.

LocationSearch.currency ● Currency enum

LocationSearch.siteId ● ID scalar

LocationSearch.query ● String scalar

LocationSearch.department ● MerchantDepartmentType enum

LocationSearch.brandId ● ID scalar

LocationSearch.linkTypes ● [LinkType!] list enum

LocationSearch.linkCategory ● LinkCategory enum

LocationSearch.coordinates ● CoordinatesInput input

LocationSearch.distance ● Int scalar

Type

LocationConnection object

The connection type for Location.