INPUT_OBJECT

JobCompanyToSave

Specify the company data if a job is created for the specific company.

link GraphQL Schema definition

1input JobCompanyToSave {
4
2# Specify the company logo url. The image minimum size is 276x276 pixels.
3image: String
7
5# Specify the company name with max length of 200 symbols.
6name: JobCompanyName!
10
8# Specify the company url with max length of 255 symbols.
9url: JobCompanyUrl!
11}