INPUT_OBJECT
JobCompanyToSave
Specify the company data if a job is created for the specific company.
link GraphQL Schema definition
1 input JobCompanyToSave { 4 2 # Specify the company logo url. The image minimum size is 276x276 pixels. 3 : String 7 5 # Specify the company name with max length of 200 symbols. 6 : JobCompanyName! 10 8 # Specify the company url with max length of 255 symbols. 9 : JobCompanyUrl! 11 }