INPUT_OBJECT

UpdateJobParams

link GraphQL Schema definition

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

link Required by