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.
roleData EmployerJobRoleData
Role-level job data.
title String
Job title.
description RichFormattedDescription
Job description formatted in SRF (Selenium Rich Format).
company String
Hiring company name.
metaData EmployerJobRoleMetaData
Employer job IDs and metadata.
seatsConnection EmployerJobSeatsConnection
Paginated job seats. Use first for page size and after for the cursor.
edges [EmployerJobSeatsEdge!]! Non-Null
Edges in this EmployerJobSeat connection.
pageInfo PageInfo! Non-Null
Pagination data for this connection.
seats [EmployerJobSeat!]! Non-Null
EmployerJobSeat items in 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}