EmployerJobSeatsConnection
Object
A page of EmployerJobSeat results.
Fields
edges [EmployerJobSeatsEdge!]! Non-Null
Edges in this EmployerJobSeat connection.
node EmployerJobSeat
EmployerJobSeat for this edge.
seatData EmployerJobSeatData
All job data available for this seat.
jobPost JobPost
This seat’s job posting.
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.
title String
Seat title.
description RichFormattedDescription
Seat description in SRF (Selenium Rich Format).
metaData EmployerJobSeatMetaData
Seat IDs and metadata.
visibilityData EmployerJobSeatVisibilityData
Visibility settings for when, where, and how job seekers see this seat.
location WorkLocation
Work location for this seat.
Pay data for this seat.
campaignCategories [String!]! Non-Null
IDs that group related seats in sponsored job campaigns.
jobPost JobPost
This seat’s job posting.
externalPartnerCallToAction [JobPostCallToAction!]! Non-Null
Input to request a call to action for this job posting.
status JobPostStatus
Status information for the job posting.
Example
{ "edges": [EmployerJobSeatsEdge], "pageInfo": PageInfo, "seats": [EmployerJobSeat]}