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