AtsSyncCandidateSyncQueries
オブジェクト
Retrieve CandidatesおよびSend Candidates APIのクエリ。
フィールド
assetsByTimeRange AtsSyncCandidateSyncAssetsConnection
時間範囲で確認済みのアセットを取得します。GraphQL Cursor Connections仕様を参照してください。
input AtsSyncCandidateSyncAssetsByTimeRangeInput! 必須
取得するアセットの時間範囲を指定するための入力。
first Int
1ページあたりに返すアセットの最大数。
after String
ページネーションを続けるためのカーソル。最初のページを取得するにはnullを使用します。
edges [AtsSyncCandidateSyncAssetsEdge]! 非null
AtsSyncCandidateSyncAssetsのエッジ。
node AtsSyncCandidateSyncAsset! 非null
このエッジのアセット。
cursor String! 非null
このエッジのカーソル。
pageInfo PageInfo! 非null
このコネクションのページネーション情報。
assets [AtsSyncCandidateSyncAsset]! 非null
このコネクションのAtsSyncCandidateSyncAssetオブジェクト。
application AtsSyncCandidateSyncApplicationQueries
AtsSyncCandidateSyncApplication型に関連するクエリ。
findStatuses AtsSyncCandidateSyncApplicationFindStatusesConnection
応募バージョンのステータスを検索します。
input AtsSyncCandidateSyncApplicationFindStatusesInput!
応募バージョンステータスを検索する際に使用する入力。
filter AtsSyncCandidateSyncApplicationFindStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionIds: [], applicationVersionStatusTypes: []}
応募バージョンのステータスを検索するためのフィルター条件
first Int
順方向のページネーションのページサイズ
after String
順方向のページネーションで検索を開始するカ ーソル。最初のページを取得するにはnullを使用してください。
last Int
逆方向のページネーションのページサイズ
before String
逆方向に検索を開始するカーソル
edges [AtsSyncCandidateSyncApplicationFindStatusesEdge!]! 非null
応募バージョンステータスとそのカーソルのリスト
pageInfo PageInfo! 非null
レスポンスのリレー接続ページ情報
applicationVersionStatuses [AtsSyncCandidateSyncApplicationVersionStatus!]! 非null
応募バージョンステータスのリスト
findLatestStatuses AtsSyncCandidateSyncApplicationFindLatestStatusesConnection
応募の最新バージョンのステータスを検索します。
input AtsSyncCandidateSyncApplicationFindLatestStatusesInput!
最新の応募バージョンステータスを検索する際に使用するフィルター
filter AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionStatusTypes: []}
応募の最新バージョンのステータスを検索するためのフィルター条件
first Int
順方向のページネーションのページサイズ
after String
順方向のページネーションで検索を開始するカーソル。最初のページを取得するにはnullを使用してください。
last Int
逆方向のページネーションのページサイズ
before String
逆方向に検索を開始するカーソル
edges [AtsSyncCandidateSyncApplicationFindLatestStatusesEdge!]! 非null
応募バージョンステータスとそのカーソルのリスト
pageInfo PageInfo! 非null
レスポンスのリレー接続ページ情報
applicationVersionStatuses [AtsSyncCandidateSyncApplicationVersionStatus!]! 非null
応募バージョンステータスのリスト
例
{ "assetsByTimeRange": AtsSyncCandidateSyncAssetsConnection, "application": AtsSyncCandidateSyncApplicationQueries}