AtsSyncCandidateSyncApplicationQueries
オブジェクト
フィールド
findStatuses AtsSyncCandidateSyncApplicationFindStatusesConnection
応募バージョンのステータスを検索します。
input AtsSyncCandidateSyncApplicationFindStatusesInput!
応募バージョンステータスを検索する際に使用する入力。
filter AtsSyncCandidateSyncApplicationFindStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionIds: [], applicationVersionStatusTypes: []}
応募バージョンのステータスを検索するためのフィルター条件
indeedRegistrationIds [ID!]! default:[]
Indeedとパートナーの雇用主間の参照を表す一意の識別子のオプションリスト。
登録時にパートナーに提供されます。
指定された登録IDの応募バージョンのみにフィルタリングするために使用します。
applications [AtsSyncCandidateSyncApplicationIdentifierInput!]! default:[]
応募のオプションリスト。
指定された応募の応募バージョンのみにフィルタリングするために使用します。
applicationVersionStatusTypes [AtsSyncCandidateSyncApplicationVersionStatusTypeInput!]! default:[]
応募バージョンステータスタイプのオプションリスト。
指定されたバージョンステータスタイプの応募バージョンのみにフィルタリングするために使用します。
first Int
順方向のページネーションのページサイズ
after String
順方向のページネーションで検索を開始するカーソル。最初のページを取得するにはnullを使用してください。
last Int
逆方向のページネーションのページサイズ
before String
逆方向に検索を開始するカーソル
edges [AtsSyncCandidateSyncApplicationFindStatusesEdge!]! 非null
応募バージョンステータスとそのカーソルのリスト
node AtsSyncCandidateSyncApplicationVersionStatus! 非null
応募バージョンのステータス
cursor String! 非null
クエリセット内のノードのカーソル
pageInfo PageInfo! 非null
レスポンスのリレー接続ページ情報
applicationVersionStatuses [AtsSyncCandidateSyncApplicationVersionStatus!]! 非null
応募バージョンステータスのリスト
applicationVersionId ID! 非null
応募バージョンを追跡する一意の識別子
applicationIdentifier AtsSyncCandidateSyncApplicationIdentifier! 非null
Indeed上の応募の一意のID。
status AtsSyncCandidateSyncApplicationVersionStatusType! 非null
応募バージョンの現在のステータス。
findLatestStatuses AtsSyncCandidateSyncApplicationFindLatestStatusesConnection
応募の最新バージョンのステータスを検索します。
input AtsSyncCandidateSyncApplicationFindLatestStatusesInput!
最新の応募バージョンステータスを検索する際に使用するフィルター
filter AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput! default:{indeedRegistrationIds: [], applications: [], applicationVersionStatusTypes: []}
応募の最新バージョンのステータスを検索するためのフィルター条件
indeedRegistrationIds [ID!]! default:[]
Indeedのとパートナーの雇用主間の参照を表す一意の識別子のオプションリスト。
登録時にパートナーに提供されます。
指定された登録IDの応募バージョンのみにフィルタリングするために使用します。
applications [AtsSyncCandidateSyncApplicationIdentifierInput!]! default:[]
応募のオプションリスト。
指定された応募の応募バージョンのみ にフィルタリングするために使用します。
applicationVersionStatusTypes [AtsSyncCandidateSyncApplicationVersionStatusTypeInput!]! default:[]
応募バージョンステータスタイプのオプションリスト。
指定されたバージョンステータスタイプの応募バージョンのみにフィルタリングするために使用します。
first Int
順方向のページネーションのページサイズ
after String
順方向のページネーションで検索を開始するカーソル。最初のページを取得するにはnullを使用してください。
last Int
逆方向のページネーションのページサイズ
before String
逆方向に検索を開始するカーソル
edges [AtsSyncCandidateSyncApplicationFindLatestStatusesEdge!]! 非null
応募バージョンステータスとそのカーソルのリスト
node AtsSyncCandidateSyncApplicationVersionStatus! 非null
応募バージョンのステータス
cursor String! 非null
クエリセット内のノードのカーソル
pageInfo PageInfo! 非null
レスポンスのリレー接続ページ情報
applicationVersionStatuses [AtsSyncCandidateSyncApplicationVersionStatus!]! 非null
応募バージョンステータスのリスト
applicationVersionId ID! 非null
応募バージョンを追跡する一意の識別子
applicationIdentifier AtsSyncCandidateSyncApplicationIdentifier! 非null
Indeed上の応募の一意のID。
status AtsSyncCandidateSyncApplicationVersionStatusType! 非null
応募バージョンの現在のステータス。
例
{ "findStatuses": AtsSyncCandidateSyncApplicationFindStatusesConnection, "findLatestStatuses": AtsSyncCandidateSyncApplicationFindLatestStatusesConnection}