INPUT_OBJECT

CreateJobParams

link GraphQL Schema definition

1input CreateJobParams {
4
2# Specify how an applicant applies for a job.
3allowedApplyPlace: JobAllowedApplyPlace!
8
5# Specify an external url to apply a job with max length of 255. Will be ignored
6# when `allowedApplyPlace` is "BEHANCE".
7applicationUrl: JobApplicationUrl
11
9# Will be ignored if `companyType` is not "COMPANY".
10company: JobCompanyToSave
13
12companyType: JobCompanyType!
16
14# The pipe numeric creative fields ids, e.g. "44|123".
15creativeFieldIds: JobCreativeFieldIds!
19
17# Specify a full job description.
18description: JobDescription!
21
20jobType: JobType!
23
22location: JobLocationToSave
25
24remoteStatus: JobRemoteStatus!
28
26# The short description with max length of 90 symbols.
27shortDescription: JobShortDescription
31
29# The list of tags splitting with a pipe character, e.g. "logo design|icons".
30tags: JobTags
34
32# The title with max length of 200 symbols.
33title: JobTitle!
35}

link Required by