FindEmployerJobsPartnerConnection
Object
Response for findEmployerJobsPartner.
Fields
employerJobs [EmployerJob]! Non-Null
Employer jobs info.
id ID! Non-Null
A Base64-encoded version of the sourcedPostingID.
jobData EmployerJobData
The job data that is associated with the EmployerJob in our system, appropriate to the user requesting this data.
seatsConnection EmployerJobSeatsConnection
Paginated job seats. first: Page size. after: Pagination cursor.
edges [EmployerJobSeatsEdge!]! Non-Null
EmployerJobSeat edges for this connection.
pageInfo PageInfo! Non-Null
This connection's pagination data.
seats [EmployerJobSeat!]! Non-Null
EmployerJobSeat results for this connection.
managementUrls EmployerJobManagementUrls! Non-Null
URLs for managing jobs.
viewJob WebUrl! Non-Null
The employer-facing URL for the job.
estimatedTotalResultsCount Int! Non-Null
Estimated total job postings.
pageInfo PageInfo! Non-Null
Pagination info.
endCursor String
When paginating forwards, the cursor to continue. Null if there is no next page
hasNextPage Boolean! Non-Null
Indicates if there are more pages to fetch
hasPreviousPage Boolean! Non-Null
Indicates if there are any pages prior to the current page
startCursor String
When paginating backwards, the cursor to continue. Null if there is no previous page
Example
{ "employerJobs": [EmployerJob], "estimatedTotalResultsCount": 123, "pageInfo": PageInfo}