2026-08-30
GraphQL schema change log: 2026-08-30
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ⚠ Added input field
smartScreeningUpdateof typeAtsSyncCandidateSyncSmartScreeningUpdateAssetInputto input object typeAtsSyncCandidateSyncStageableAssetInput -
[log] ✔ Added type
AtsSyncCandidateSyncExternalApplicationIdentifierInput -
[log] ✔ Added type
AtsSyncCandidateSyncExternalApplicationIdentifierJobInput -
[log] ✔ Added type
AtsSyncCandidateSyncIndeedApplyApplicationIdentifierInput -
[log] ✔ Added type
AtsSyncCandidateSyncScreeningApplicationIdentifierInput -
[log] ✔ Added type
AtsSyncCandidateSyncSmartScreeningUpdateAssetInput -
[log] ✔ Input field
FindEmployerJobsPartnerFilterInput.jobRequisitionIddescription changed from:Filters by the ATS requisition ID supplied on the job (returned as `externalPostingMetadata.jobRequisitionId`).Values are ORed. Matching is case-insensitive and whitespace-trimmed. IDs are word-delimited, so a full ID matches exactly,but a fragment (e.g. 123) may match any ID containing that fragment as a token.To:
Filters by the ATS requisition ID supplied on the job (returned as `externalPostingMetadata.jobRequisitionId`).Send the exact value read back from that field. Matching is case-insensitive and does not trim whitespace.A bare fragment (e.g. 123) matches any ID containing it. Values are ORed.Requisition IDs are not unique, so a filter may match more than one job.