AtsSyncCandidateSyncQueries
Object
Queries for Retrieve Candidates and Send Candidates APIs.
Fields
assetsByTimeRange AtsSyncCandidateSyncAssetsConnection
Gets acknowledged assets by time range. See the GraphQL Cursor Connections Specification.
input AtsSyncCandidateSyncAssetsByTimeRangeInput! Required
Input used to specify the time range for assets to retrieve.
first Int
Maximum number of assets to return per page.
after String
Cursor from which to continue pagination. Use null to retrieve the first page.
edges [AtsSyncCandidateSyncAssetsEdge]! Non-Null
Edges for AtsSyncCandidateSyncAssets.
node AtsSyncCandidateSyncAsset! Non-Null
Asset for this edge.
cursor String! Non-Null
Cursor for this edge.
pageInfo PageInfo! Non-Null
Pagination info 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
assets [AtsSyncCandidateSyncAsset]! Non-Null
AtsSyncCandidateSyncAsset objects in this connection.
application AtsSyncCandidateSyncApplicationQueries
Queries on or related to the AtsSyncCandidateSyncApplication type
findStatuses AtsSyncCandidateSyncApplicationFindStatusesConnection
Finds the statuses of your application versions.
input AtsSyncCandidateSyncApplicationFindStatusesInput!
The input to use when searching for application version statuses.
filter AtsSyncCandidateSyncApplicationFindStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionIds: [], applicationVersionStatusTypes: []}
Filter criteria to search for statuses of application versions
first Int
The page size when using forward pagination
after String
The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.
last Int
The page size when using backwards pagination
before String
The cursor from which to start searching backwards
edges [AtsSyncCandidateSyncApplicationFindStatusesEdge!]! Non-Null
A list of application version statuses and their cursors
pageInfo PageInfo! Non-Null
The relay connection pageinfo about the response
applicationVersionStatuses [AtsSyncCandidateSyncApplicationVersionStatus!]! Non-Null
A list of application version statuses
findLatestStatuses AtsSyncCandidateSyncApplicationFindLatestStatusesConnection
Finds the statuses of the latest version of your applications.
input AtsSyncCandidateSyncApplicationFindLatestStatusesInput!
The filter to use when searching for the latest application version statuses
filter AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionStatusTypes: []}
Filter criteria to search for statuses of the latest version of applications
first Int
The page size when using forward pagination
after String
The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.
last Int
The page size when using backwards pagination
before String
The cursor from which to start searching backwards
edges [AtsSyncCandidateSyncApplicationFindLatestStatusesEdge!]! Non-Null
A list of application version statuses and their cursors
pageInfo PageInfo! Non-Null
The relay connection pageinfo about the response
applicationVersionStatuses [AtsSyncCandidateSyncApplicationVersionStatus!]! Non-Null
A list of application version statuses
Example
{ "assetsByTimeRange": AtsSyncCandidateSyncAssetsConnection, "application": AtsSyncCandidateSyncApplicationQueries}