INPUT_OBJECT

JobSearchFilter

link GraphQL Schema definition

1input JobSearchFilter {
3
2city: city
5
4country: country
8
6# The creative field the jobs are filtered to, e.g. "graphic design"
7creativeField: creativeField
11
9# If this flag is set "country", "state", and "city" fields will be ignored.
10isWorldwide: Boolean
13
12jobType: JobType
15
14state: state
16}

link Required by