FindRegisteredEmployersConnection
Object
Response for FindRegisteredEmployers query.
Fields
edges [FindRegisteredEmployersEdge!]! Non-Null
FindRegisteredEmployersEdge results matching the filter.
node EmployerRegistration! Non-Null
Employer registration matching the filter.
partnerEmployerId ID! Non-Null
Unique ATS employer ID from the partner.
employerName String! Non-Null
Employer name for this registration.
features EmployerRegistrationFeatures! Non-Null
Feature statuses for this registration.
createdAt DateTime! Non-Null
When this registration was created.
modifiedAt DateTime! Non-Null
When this registration was last modified.
cursor String! Non-Null
Cursor for this edge.
pageInfo PageInfo! Non-Null
Result 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
employerRegistrations [EmployerRegistration!]! Non-Null
Employer registrations matching the filter.
partnerEmployerId ID! Non-Null
Unique ATS employer ID from the partner.
employerName String! Non-Null
Employer name for this registration.
features EmployerRegistrationFeatures! Non-Null
Feature statuses for this registration.
retrieveSourcedCandidatesClick IndeedFeatureStatus! Non-Null
RetrieveSourcedCandidates.OneClick feature status.
retrieveSourcedCandidatesAuto IndeedFeatureStatus! Non-Null
RetrieveSourcedCandidates.AutomatedTransfers feature status.
sendApplications IndeedFeatureStatus! Non-Null
SendApplications feature status.
createdAt DateTime! Non-Null
When this registration was created.
modifiedAt DateTime! Non-Null
When this registration was last modified.
Example
{ "edges": [FindRegisteredEmployersEdge], "pageInfo": PageInfo, "employerRegistrations": [EmployerRegistration]}