EmployerJobSeatsConnection
Object
A page of EmployerJobSeat results
Fields
edges [EmployerJobSeatsEdge!]! Non-Null
EmployerJobSeat edges for this connection.
node EmployerJobSeat
The EmployerJobSeat for this edge.
seatData EmployerJobSeatData
All job data available for this seat.
jobPost JobPost
This seat's job posting.
cursor String! Non-Null
This edge's pagination cursor.
pageInfo PageInfo! Non-Null
This connection's pagination data.
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 results for this connection.
seatData EmployerJobSeatData
All job data available for this seat.
campaignCategories [String]
IDs for grouping related seats in sponsored job campaigns.
metaData EmployerJobSeatMetaData
Various IDs and meta data specific to a seat
visibilityData EmployerJobSeatVisibilityData
Defines when, where, and how the job seat is visible to job seekers
location WorkLocation
Holds all data related to where the work for a job seat will be performed.
jobPost JobPost
This seat's job posting.
externalPartnerCallToAction [JobPostCallToAction!]! Non-Null
Call to action for the job posting.
status JobPostStatus
Status information for the job posting.
Example
{ "edges": [EmployerJobSeatsEdge], "pageInfo": PageInfo, "seats": [EmployerJobSeat]}