FindHiringLabPostingsFilterInput
Input Object
Filters for hiringLabPostings query.
Fields
country [String!]! Required
Country codes where the job postings are located.
geography GeographyType
Geography type to filter by.
region [String!]
Region names to filter by.
sector [String!]
Sector names to filter by.
postingType PostingType default:TOTAL
Type of job postings to include: TOTAL or NEW postings (on the site seven days or less) only.
Example
{ "country": ["xyz789"], "geography": "STATES", "region": ["abc123"], "sector": ["abc123"], "postingType": "TOTAL"}