EmployerJob
Object
Job information.
Fields
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).
text String! Non-Null
Raw description text without any formatting
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.
node EmployerJobSeat
EmployerJobSeat for this edge.
cursor String! Non-Null
Pagination cursor for this edge.
pageInfo PageInfo! Non-Null
Pagination data for this connection.
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
seats [EmployerJobSeat!]! Non-Null
EmployerJobSeat items in this connection.
seatData EmployerJobSeatData
All job data available for this seat.
jobPost JobPost
This seat’s job posting.
managementUrls EmployerJobManagementUrls! Non-Null
URLs for managing jobs.
viewJob WebUrl! Non-Null
The employer-facing URL for the job.
Example
{ "id": "opaqueId", "jobData": EmployerJobData, "roleData": EmployerJobRoleData, "seatsConnection": EmployerJobSeatsConnection, "managementUrls": EmployerJobManagementUrls}