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