Product Search
Product Search API allows searching for companies using product names and locations
Fields
Field | Type | Description |
---|---|---|
pageInfo | Information about a page | |
totalCount | Int | Total Count of search results |
nodes | List of search results |
Query Example
Arguments
Field | Type | Description |
---|---|---|
productNameTerms | [String!]! | List of products to search. |
locations | List of locations to limit the search scope. | |
first | Int | Number of records to be returned. Default is 25. Range is 10 to 25. |
after | String | Pagination cursor. |
Soleadify Search Location API
This API exposes a list of search locations provided by Soleadify.
Fields
Field | Type | Description |
---|---|---|
country | List of country objects with regions and cities. |
Query Example
Arguments
Field | Type | Description |
---|---|---|
country | String | To filter locations for a specific country |
region | String | To filter locations for a specific region |
Last updated